summary refs log tree commit diff
path: root/pkgs/applications/audio/morituri
diff options
context:
space:
mode:
authorJascha Geerds <jascha@jgeerds.name>2016-01-25 23:13:12 +0100
committerJascha Geerds <jascha@jgeerds.name>2016-01-25 23:13:21 +0100
commit9e56b18cde11df9807c3cafa8e47a18ff2de3441 (patch)
tree78aab1a9f6e5490cb7f3e15f1bc3a1ca9cead6bd /pkgs/applications/audio/morituri
parent5bc8f09b65893eb190de0896d27fa07f1c897f0d (diff)
downloadnixpkgs-9e56b18cde11df9807c3cafa8e47a18ff2de3441.tar
nixpkgs-9e56b18cde11df9807c3cafa8e47a18ff2de3441.tar.gz
nixpkgs-9e56b18cde11df9807c3cafa8e47a18ff2de3441.tar.bz2
nixpkgs-9e56b18cde11df9807c3cafa8e47a18ff2de3441.tar.lz
nixpkgs-9e56b18cde11df9807c3cafa8e47a18ff2de3441.tar.xz
nixpkgs-9e56b18cde11df9807c3cafa8e47a18ff2de3441.tar.zst
nixpkgs-9e56b18cde11df9807c3cafa8e47a18ff2de3441.zip
morituri: Add missing platforms attribute
Diffstat (limited to 'pkgs/applications/audio/morituri')
-rw-r--r--pkgs/applications/audio/morituri/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/morituri/default.nix b/pkgs/applications/audio/morituri/default.nix
index 8ceb0fe3b36..2a4ec853cbc 100644
--- a/pkgs/applications/audio/morituri/default.nix
+++ b/pkgs/applications/audio/morituri/default.nix
@@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
     description = "A CD ripper aiming for accuracy over speed";
     maintainers = with maintainers; [ rycee jgeerds ];
     license = licenses.gpl3Plus;
+    platforms = platforms.linux;
   };
 }