summary refs log tree commit diff
path: root/pkgs/tools/security/crackxls
diff options
context:
space:
mode:
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;
   };
 }