···1818 description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
1919 homepage = "https://gitlab.com/surfraw/Surfraw";
2020 maintainers = [];
2121- platforms = lib.platforms.linux;
2121+ platforms = lib.platforms.all;
2222 license = lib.licenses.publicDomain;
2323 };
2424}
···3939 meta = with lib; {
4040 homepage = "https://github.com/yishilin14/asc-key-to-qr-code-gif";
4141 description = "Convert ASCII-armored PGP keys to animated QR code";
4242- platforms = platforms.linux;
4242+ platforms = platforms.unix;
4343 maintainers = with maintainers; [ asymmetric ];
4444 };
4545}
+1-1
pkgs/tools/security/bash-supergenpass/default.nix
···4141 supergenpass will ask for your master password interactively, and it will not be displayed on your terminal.
4242 '';
4343 license = licenses.mit;
4444- platforms = platforms.linux;
4444+ platforms = platforms.all;
4545 maintainers = with maintainers; [ fgaz ];
4646 homepage = "https://github.com/lanzz/bash-supergenpass";
4747 };
+1-1
pkgs/tools/security/pdfcrack/default.nix
···1717 homepage = "http://pdfcrack.sourceforge.net/";
1818 description = "Small command line driven tool for recovering passwords and content from PDF files";
1919 license = with licenses; [ gpl2 ];
2020- platforms = platforms.linux;
2020+ platforms = platforms.all;
2121 maintainers = with maintainers; [ qoelet ];
2222 };
2323}