From ee8ac51986949522a51418b5ce650aaf2fe82da0 Mon Sep 17 00:00:00 2001 From: Emil Rangden Date: Mon, 1 Jun 2015 16:59:09 +0200 Subject: [PATCH] add linux to platforms --- pkgs/tools/security/crackxls/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/crackxls/default.nix b/pkgs/tools/security/crackxls/default.nix index ba2bee2ffc2f..c593650dbd45 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; }; }