Works only under linux

+1 -1
+1 -1
pkgs/tools/security/fpm2/default.nix
··· 19 description = "FPM2 is GTK2 port from Figaro's Password Manager originally developed by John Conneely, with some new enhancements."; 20 homepage = http://als.regnet.cz/fpm2/; 21 license = licenses.gpl2; 22 - platforms = platforms.all; 23 maintainers = with maintainers; [ hce ]; 24 }; 25 }
··· 19 description = "FPM2 is GTK2 port from Figaro's Password Manager originally developed by John Conneely, with some new enhancements."; 20 homepage = http://als.regnet.cz/fpm2/; 21 license = licenses.gpl2; 22 + platforms = platforms.linux; 23 maintainers = with maintainers; [ hce ]; 24 }; 25 }