morituri: Add missing platforms attribute

This commit is contained in:
Jascha Geerds 2016-01-25 23:13:12 +01:00
parent 5bc8f09b65
commit 9e56b18cde

View file

@ -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;
};
}