add linux to platforms
This commit is contained in:
parent
10acbd6716
commit
ee8ac51986
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user