about summary refs log tree commit diff
path: root/pkgs/applications/audio/polyphone/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/polyphone/default.nix')
-rw-r--r--pkgs/applications/audio/polyphone/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/polyphone/default.nix b/pkgs/applications/audio/polyphone/default.nix
index 11feb31ff1c9..2a38222949f6 100644
--- a/pkgs/applications/audio/polyphone/default.nix
+++ b/pkgs/applications/audio/polyphone/default.nix
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with lib; {
-    broken = (stdenv.isLinux && stdenv.isAarch64);
+    broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
     description = "Soundfont editor for creating musical instruments";
     mainProgram = "polyphone";
     homepage = "https://www.polyphone-soundfonts.com/";