add linux to platforms

This commit is contained in:
Emil Rangden 2015-06-01 16:59:09 +02:00
parent 10acbd6716
commit ee8ac51986

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/GavinSmith0123/crackxls2003/; homepage = https://github.com/GavinSmith0123/crackxls2003/;
description = "Used to break the encryption on old Microsoft Excel and Microsoft Word files"; description = "Used to break the encryption on old Microsoft Excel and Microsoft Word files";
platforms = platforms.none; platforms = platforms.linux;
license = licenses.gpl3; license = licenses.gpl3;
}; };
} }