about summary refs log tree commit diff
path: root/pkgs/development/libraries/udns/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/udns/default.nix')
-rw-r--r--pkgs/development/libraries/udns/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/udns/default.nix b/pkgs/development/libraries/udns/default.nix
index f9c5a80582b7..5dad256063b4 100644
--- a/pkgs/development/libraries/udns/default.nix
+++ b/pkgs/development/libraries/udns/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
   # udns uses a very custom build and hardcodes a .so name in a few places.
   # Instead of fighting with it to apply the standard dylib script, change
   # the right place in the Makefile itself.
-  postPatch = lib.optionalString stdenv.isDarwin ''
+  postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
     substituteInPlace Makefile.in \
       --replace --soname, -install_name,$out/lib/
   '';