From 3b96bfd1c68fb63de0af4f28ee327caaed76db90 Mon Sep 17 00:00:00 2001 From: Hans-Christian Esperer Date: Thu, 20 Oct 2016 16:35:58 +0200 Subject: [PATCH] Works only under linux --- pkgs/tools/security/fpm2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/fpm2/default.nix b/pkgs/tools/security/fpm2/default.nix index 8d3ead99b6ba..8bb3cba15c46 100644 --- a/pkgs/tools/security/fpm2/default.nix +++ b/pkgs/tools/security/fpm2/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { description = "FPM2 is GTK2 port from Figaro's Password Manager originally developed by John Conneely, with some new enhancements."; homepage = http://als.regnet.cz/fpm2/; license = licenses.gpl2; - platforms = platforms.all; + platforms = platforms.linux; maintainers = with maintainers; [ hce ]; }; }