forked from mirrors/nixpkgs
add linux to platforms
This commit is contained in:
parent
10acbd6716
commit
ee8ac51986
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue