···18 description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
19 homepage = "https://gitlab.com/surfraw/Surfraw";
20 maintainers = [];
21- platforms = lib.platforms.linux;
22 license = lib.licenses.publicDomain;
23 };
24}
···18 description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
19 homepage = "https://gitlab.com/surfraw/Surfraw";
20 maintainers = [];
21+ platforms = lib.platforms.all;
22 license = lib.licenses.publicDomain;
23 };
24}
···39 meta = with lib; {
40 homepage = "https://github.com/yishilin14/asc-key-to-qr-code-gif";
41 description = "Convert ASCII-armored PGP keys to animated QR code";
42- platforms = platforms.linux;
43 maintainers = with maintainers; [ asymmetric ];
44 };
45}
···39 meta = with lib; {
40 homepage = "https://github.com/yishilin14/asc-key-to-qr-code-gif";
41 description = "Convert ASCII-armored PGP keys to animated QR code";
42+ platforms = platforms.unix;
43 maintainers = with maintainers; [ asymmetric ];
44 };
45}
+1-1
pkgs/tools/security/bash-supergenpass/default.nix
···41 supergenpass will ask for your master password interactively, and it will not be displayed on your terminal.
42 '';
43 license = licenses.mit;
44- platforms = platforms.linux;
45 maintainers = with maintainers; [ fgaz ];
46 homepage = "https://github.com/lanzz/bash-supergenpass";
47 };
···41 supergenpass will ask for your master password interactively, and it will not be displayed on your terminal.
42 '';
43 license = licenses.mit;
44+ platforms = platforms.all;
45 maintainers = with maintainers; [ fgaz ];
46 homepage = "https://github.com/lanzz/bash-supergenpass";
47 };
+1-1
pkgs/tools/security/pdfcrack/default.nix
···17 homepage = "http://pdfcrack.sourceforge.net/";
18 description = "Small command line driven tool for recovering passwords and content from PDF files";
19 license = with licenses; [ gpl2 ];
20- platforms = platforms.linux;
21 maintainers = with maintainers; [ qoelet ];
22 };
23}
···17 homepage = "http://pdfcrack.sourceforge.net/";
18 description = "Small command line driven tool for recovering passwords and content from PDF files";
19 license = with licenses; [ gpl2 ];
20+ platforms = platforms.all;
21 maintainers = with maintainers; [ qoelet ];
22 };
23}