about summary refs log tree commit diff
path: root/pkgs/applications/audio/wavegain/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/wavegain/default.nix')
-rw-r--r--pkgs/applications/audio/wavegain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/wavegain/default.nix b/pkgs/applications/audio/wavegain/default.nix
index 93dd7bf6fb23..49c66b07a91c 100644
--- a/pkgs/applications/audio/wavegain/default.nix
+++ b/pkgs/applications/audio/wavegain/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
   '';
 
   meta = {
-    broken = (stdenv.isLinux && stdenv.isAarch64);
+    broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
     description = "ReplayGain for wave files";
     homepage = "https://github.com/MestreLion/wavegain";
     license = lib.licenses.lgpl21;