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; {
homepage = https://github.com/GavinSmith0123/crackxls2003/;
description = "Used to break the encryption on old Microsoft Excel and Microsoft Word files";
platforms = platforms.none;
platforms = platforms.linux;
license = licenses.gpl3;
};
}