Works only under linux

This commit is contained in:
Hans-Christian Esperer 2016-10-20 16:35:58 +02:00
parent 510111a1c3
commit 3b96bfd1c6

View File

@ -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 ];
};
}