summary refs log tree commit diff
path: root/pkgs/tools/security/crackxls
diff options
context:
space:
mode:
authorEmil Rangden <emil.rangden@chas.se>2015-06-01 16:59:09 +0200
committerEmil Rangden <emil.rangden@chas.se>2015-06-01 16:59:09 +0200
commitee8ac51986949522a51418b5ce650aaf2fe82da0 (patch)
tree3396185cee0eb84430dc8588159c5c156b740d27 /pkgs/tools/security/crackxls
parent10acbd67164672d4334b7d5cb162157e9e9468bf (diff)
add linux to platforms
Diffstat (limited to 'pkgs/tools/security/crackxls')
-rw-r--r--pkgs/tools/security/crackxls/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/crackxls/default.nix b/pkgs/tools/security/crackxls/default.nix
index ba2bee2ffc2fb..c593650dbd454 100644
--- a/pkgs/tools/security/crackxls/default.nix
+++ b/pkgs/tools/security/crackxls/default.nix
@@ -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;
   };
 }