summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-06 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2021-01-06 04:20:00 +0000
commit44ef664c89f966811e75be2ccc67b26cb830ed65 (patch)
treebf8ebdd7fe4298cc9826bfdd0fb59ff3059dde5a
parentb3ae041420332aabb0a5f7cb959fbe1d140e3c4a (diff)
downloadnixpkgs-44ef664c89f966811e75be2ccc67b26cb830ed65.tar
nixpkgs-44ef664c89f966811e75be2ccc67b26cb830ed65.tar.gz
nixpkgs-44ef664c89f966811e75be2ccc67b26cb830ed65.tar.bz2
nixpkgs-44ef664c89f966811e75be2ccc67b26cb830ed65.tar.lz
nixpkgs-44ef664c89f966811e75be2ccc67b26cb830ed65.tar.xz
nixpkgs-44ef664c89f966811e75be2ccc67b26cb830ed65.tar.zst
nixpkgs-44ef664c89f966811e75be2ccc67b26cb830ed65.zip
mp3gain: enable on darwin
-rw-r--r--pkgs/applications/audio/mp3gain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mp3gain/default.nix b/pkgs/applications/audio/mp3gain/default.nix
index 9bf0b5b8f64..4502acfa113 100644
--- a/pkgs/applications/audio/mp3gain/default.nix
+++ b/pkgs/applications/audio/mp3gain/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
     description = "Lossless mp3 normalizer with statistical analysis";
     homepage = "http://mp3gain.sourceforge.net/";
     license = licenses.lgpl21;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ devhell ];
   };
 }