about summary refs log tree commit diff
path: root/pkgs/applications/audio/ario/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/ario/default.nix')
-rw-r--r--pkgs/applications/audio/ario/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/ario/default.nix b/pkgs/applications/audio/ario/default.nix
index f34ff19ea04ce..2231031d04816 100644
--- a/pkgs/applications/audio/ario/default.nix
+++ b/pkgs/applications/audio/ario/default.nix
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
     taglib
   ];
 
-  postInstall = lib.optionalString stdenv.isDarwin ''
+  postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
     for file in $out/lib/ario/plugins/*.dylib; do
       ln -s $file $out/lib/ario/plugins/$(basename $file .dylib).so
     done