about summary refs log tree commit diff
path: root/pkgs/tools/misc/vorbisgain
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
commit5ca9b52719ac6093e04cbef18d995574e3fe5407 (patch)
tree670a627149e3318367578a2283b26c5eafbe4be8 /pkgs/tools/misc/vorbisgain
parent44ef664c89f966811e75be2ccc67b26cb830ed65 (diff)
vorbisgain: enable on darwin
Diffstat (limited to 'pkgs/tools/misc/vorbisgain')
-rw-r--r--pkgs/tools/misc/vorbisgain/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/vorbisgain/default.nix b/pkgs/tools/misc/vorbisgain/default.nix
index fdb283d4dce90..78e860f216a82 100644
--- a/pkgs/tools/misc/vorbisgain/default.nix
+++ b/pkgs/tools/misc/vorbisgain/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
     homepage = "https://sjeng.org/vorbisgain.html";
     description = "A utility that corrects the volume of an Ogg Vorbis file to a predefined standardized loudness";
     license = licenses.gpl2;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ pSub ];
   };
 }