summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio
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 /pkgs/applications/audio
parentb3ae041420332aabb0a5f7cb959fbe1d140e3c4a (diff)
mp3gain: enable on darwin
Diffstat (limited to 'pkgs/applications/audio')
-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 9bf0b5b8f64c..4502acfa1131 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 ];
};
}