platypus: fix platforms metadata (#24666)

This commit is contained in:
Justin Bedő 2017-04-06 19:10:54 +10:00 committed by Joachim F
parent 5b2d1784c2
commit c5015b77af

View File

@ -33,6 +33,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl3;
homepage = https://github.com/andyrimmer/Platypus;
maintainers = with maintainers; [ jbedo ];
platforms = platforms.unix;
platforms = platforms.x86_64;
};
}