Merge pull request #117011 from siraben/darwin-mass-fix-buildInputs=0

authored by Sandro and committed by GitHub 4c817c73 96a4b2a1

+11 -11
+1 -1
pkgs/tools/networking/philter/default.nix
··· 20 20 description = "Mail sorter for Maildirs"; 21 21 homepage = "http://philter.sourceforge.net"; 22 22 maintainers = with maintainers; [ raskin ]; 23 - platforms = platforms.linux; 23 + platforms = platforms.all; 24 24 license = licenses.gpl2; 25 25 }; 26 26
+1 -1
pkgs/tools/networking/pixiecore/default.nix
··· 23 23 homepage = "https://github.com/danderson/netboot/tree/master/pixiecore"; 24 24 license = lib.licenses.asl20; 25 25 maintainers = with lib.maintainers; [ bbigras danderson ]; 26 - platforms = lib.platforms.linux; 26 + platforms = lib.platforms.unix; 27 27 }; 28 28 }
+1 -1
pkgs/tools/networking/pixiewps/default.nix
··· 21 21 homepage = "https://github.com/wiire/pixiewps"; 22 22 license = lib.licenses.gpl3; 23 23 maintainers = [ lib.maintainers.nico202 ]; 24 - platforms = lib.platforms.linux; 24 + platforms = lib.platforms.all; 25 25 }; 26 26 }
+1 -1
pkgs/tools/networking/redir/default.nix
··· 18 18 homepage = "https://github.com/troglobit/redir"; 19 19 license = lib.licenses.gpl2; 20 20 maintainers = with lib.maintainers; [ ]; 21 - platforms = lib.platforms.linux; 21 + platforms = lib.platforms.unix; 22 22 }; 23 23 }
+1 -1
pkgs/tools/networking/rshijack/default.nix
··· 18 18 homepage = "https://github.com/kpcyrd/rshijack"; 19 19 license = licenses.gpl3; 20 20 maintainers = with maintainers; [ xrelkd ]; 21 - platforms = platforms.linux; 21 + platforms = platforms.unix; 22 22 }; 23 23 }
+1 -1
pkgs/tools/networking/surfraw/default.nix
··· 18 18 description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power"; 19 19 homepage = "https://gitlab.com/surfraw/Surfraw"; 20 20 maintainers = []; 21 - platforms = lib.platforms.linux; 21 + platforms = lib.platforms.all; 22 22 license = lib.licenses.publicDomain; 23 23 }; 24 24 }
+1 -1
pkgs/tools/security/asc-key-to-qr-code-gif/default.nix
··· 39 39 meta = with lib; { 40 40 homepage = "https://github.com/yishilin14/asc-key-to-qr-code-gif"; 41 41 description = "Convert ASCII-armored PGP keys to animated QR code"; 42 - platforms = platforms.linux; 42 + platforms = platforms.unix; 43 43 maintainers = with maintainers; [ asymmetric ]; 44 44 }; 45 45 }
+1 -1
pkgs/tools/security/bash-supergenpass/default.nix
··· 41 41 supergenpass will ask for your master password interactively, and it will not be displayed on your terminal. 42 42 ''; 43 43 license = licenses.mit; 44 - platforms = platforms.linux; 44 + platforms = platforms.all; 45 45 maintainers = with maintainers; [ fgaz ]; 46 46 homepage = "https://github.com/lanzz/bash-supergenpass"; 47 47 };
+1 -1
pkgs/tools/security/pdfcrack/default.nix
··· 17 17 homepage = "http://pdfcrack.sourceforge.net/"; 18 18 description = "Small command line driven tool for recovering passwords and content from PDF files"; 19 19 license = with licenses; [ gpl2 ]; 20 - platforms = platforms.linux; 20 + platforms = platforms.all; 21 21 maintainers = with maintainers; [ qoelet ]; 22 22 }; 23 23 }
+1 -1
pkgs/tools/security/shc/default.nix
··· 15 15 meta = with lib; { 16 16 homepage = "https://neurobin.org/projects/softwares/unix/shc/"; 17 17 description = "Shell Script Compiler"; 18 - platforms = lib.platforms.linux; 18 + platforms = lib.platforms.all; 19 19 license = licenses.gpl3; 20 20 }; 21 21 }
+1 -1
pkgs/tools/system/gt5/default.nix
··· 21 21 homepage = "http://gt5.sourceforge.net/"; 22 22 license = lib.licenses.gpl2Plus; 23 23 maintainers = with lib.maintainers; [viric]; 24 - platforms = with lib.platforms; linux; 24 + platforms = with lib.platforms; all; 25 25 }; 26 26 }