Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #314833 from Lurkki14/gpl2-pkgs-os-specific

pkgs/os-specific: remove licenses.gpl2

authored by Aleksana and committed by GitHub d6ebba3a 243418e9

+132 -132
+1 -1
pkgs/os-specific/darwin/noah/default.nix
··· 17 meta = with lib; { 18 description = "Bash on Ubuntu on macOS"; 19 homepage = "https://github.com/linux-noah/noah"; 20 - license = [ licenses.mit licenses.gpl2 ]; 21 maintainers = [ ]; 22 platforms = platforms.darwin; 23 # never built on aarch64-darwin since first introduction in nixpkgs
··· 17 meta = with lib; { 18 description = "Bash on Ubuntu on macOS"; 19 homepage = "https://github.com/linux-noah/noah"; 20 + license = [ licenses.mit licenses.gpl2Only ]; 21 maintainers = [ ]; 22 platforms = platforms.darwin; 23 # never built on aarch64-darwin since first introduction in nixpkgs
+1 -1
pkgs/os-specific/darwin/osx-cpu-temp/default.nix
··· 24 meta = with lib; { 25 description = "Outputs current CPU temperature for OSX"; 26 homepage = "https://github.com/lavoiesl/osx-cpu-temp"; 27 - license = licenses.gpl2; 28 maintainers = with maintainers; [ virusdave ]; 29 platforms = platforms.darwin; 30 };
··· 24 meta = with lib; { 25 description = "Outputs current CPU temperature for OSX"; 26 homepage = "https://github.com/lavoiesl/osx-cpu-temp"; 27 + license = licenses.gpl2Plus; 28 maintainers = with maintainers; [ virusdave ]; 29 platforms = platforms.darwin; 30 };
+1 -1
pkgs/os-specific/linux/afuse/default.nix
··· 24 meta = { 25 description = "Automounter in userspace"; 26 homepage = "https://github.com/pcarrier/afuse"; 27 - license = lib.licenses.gpl2; 28 maintainers = [ lib.maintainers.marcweber ]; 29 platforms = lib.platforms.unix; 30 };
··· 24 meta = { 25 description = "Automounter in userspace"; 26 homepage = "https://github.com/pcarrier/afuse"; 27 + license = lib.licenses.gpl2Only; 28 maintainers = [ lib.maintainers.marcweber ]; 29 platforms = lib.platforms.unix; 30 };
+1 -1
pkgs/os-specific/linux/anbox/default.nix
··· 165 meta = with lib; { 166 homepage = "https://anbox.io"; 167 description = "Android in a box"; 168 - license = licenses.gpl2; 169 maintainers = with maintainers; [ edwtjo ]; 170 platforms = [ "armv7l-linux" "aarch64-linux" "x86_64-linux" ]; 171 };
··· 165 meta = with lib; { 166 homepage = "https://anbox.io"; 167 description = "Android in a box"; 168 + license = licenses.gpl2Only; 169 maintainers = with maintainers; [ edwtjo ]; 170 platforms = [ "armv7l-linux" "aarch64-linux" "x86_64-linux" ]; 171 };
+1 -1
pkgs/os-specific/linux/asus-ec-sensors/default.nix
··· 27 meta = with lib; { 28 description = "Linux HWMON sensors driver for ASUS motherboards to read sensor data from the embedded controller"; 29 homepage = "https://github.com/zeule/asus-ec-sensors"; 30 - license = licenses.gpl2; 31 platforms = [ "x86_64-linux" ]; 32 maintainers = with maintainers; [ nickhu ]; 33 broken = kernel.kernelOlder "5.11";
··· 27 meta = with lib; { 28 description = "Linux HWMON sensors driver for ASUS motherboards to read sensor data from the embedded controller"; 29 homepage = "https://github.com/zeule/asus-ec-sensors"; 30 + license = licenses.gpl2Only; 31 platforms = [ "x86_64-linux" ]; 32 maintainers = with maintainers; [ nickhu ]; 33 broken = kernel.kernelOlder "5.11";
+1 -1
pkgs/os-specific/linux/asus-wmi-sensors/default.nix
··· 29 meta = with lib; { 30 description = "Linux HWMON (lmsensors) sensors driver for various ASUS Ryzen and Threadripper motherboards"; 31 homepage = "https://github.com/electrified/asus-wmi-sensors"; 32 - license = licenses.gpl2; 33 platforms = [ "x86_64-linux" "i686-linux" ]; 34 maintainers = with maintainers; [ Frostman ]; 35 broken = versionOlder kernel.version "4.12";
··· 29 meta = with lib; { 30 description = "Linux HWMON (lmsensors) sensors driver for various ASUS Ryzen and Threadripper motherboards"; 31 homepage = "https://github.com/electrified/asus-wmi-sensors"; 32 + license = licenses.gpl2Only; 33 platforms = [ "x86_64-linux" "i686-linux" ]; 34 maintainers = with maintainers; [ Frostman ]; 35 broken = versionOlder kernel.version "4.12";
+1 -1
pkgs/os-specific/linux/ax99100/default.nix
··· 44 description = "ASIX AX99100 Serial and Parallel Port driver"; 45 homepage = "https://www.asix.com.tw/en/product/Interface/PCIe_Bridge/AX99100"; 46 # According to the source code in the tarball, the license is gpl2. 47 - license = lib.licenses.gpl2; 48 platforms = lib.platforms.linux; 49 50 # Older Linux versions need more patches to work.
··· 44 description = "ASIX AX99100 Serial and Parallel Port driver"; 45 homepage = "https://www.asix.com.tw/en/product/Interface/PCIe_Bridge/AX99100"; 46 # According to the source code in the tarball, the license is gpl2. 47 + license = lib.licenses.gpl2Plus; 48 platforms = lib.platforms.linux; 49 50 # Older Linux versions need more patches to work.
+1 -1
pkgs/os-specific/linux/batman-adv/alfred.nix
··· 21 meta = { 22 homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki"; 23 description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2, information distribution tool"; 24 - license = lib.licenses.gpl2; 25 maintainers = with lib.maintainers; [ fpletz ]; 26 platforms = with lib.platforms; linux; 27 };
··· 21 meta = { 22 homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki"; 23 description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2, information distribution tool"; 24 + license = lib.licenses.gpl2Only; 25 maintainers = with lib.maintainers; [ fpletz ]; 26 platforms = with lib.platforms; linux; 27 };
+1 -1
pkgs/os-specific/linux/batman-adv/batctl.nix
··· 22 homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki"; 23 description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2, control tool"; 24 mainProgram = "batctl"; 25 - license = lib.licenses.gpl2; 26 maintainers = with lib.maintainers; [ fpletz ]; 27 platforms = with lib.platforms; linux; 28 };
··· 22 homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki"; 23 description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2, control tool"; 24 mainProgram = "batctl"; 25 + license = lib.licenses.gpl2Only; 26 maintainers = with lib.maintainers; [ fpletz ]; 27 platforms = with lib.platforms; linux; 28 };
+1 -1
pkgs/os-specific/linux/batman-adv/default.nix
··· 30 meta = { 31 homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki"; 32 description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2"; 33 - license = lib.licenses.gpl2; 34 maintainers = with lib.maintainers; [ fpletz philiptaron ]; 35 platforms = with lib.platforms; linux; 36 };
··· 30 meta = { 31 homepage = "https://www.open-mesh.org/projects/batman-adv/wiki/Wiki"; 32 description = "B.A.T.M.A.N. routing protocol in a linux kernel module for layer 2"; 33 + license = lib.licenses.gpl2Only; 34 maintainers = with lib.maintainers; [ fpletz philiptaron ]; 35 platforms = with lib.platforms; linux; 36 };
+1 -1
pkgs/os-specific/linux/bpftools/default.nix
··· 45 meta = with lib; { 46 homepage = "https://github.com/libbpf/bpftool"; 47 description = "Debugging/program analysis tools for the eBPF subsystem"; 48 - license = [ licenses.gpl2 licenses.bsd2 ]; 49 platforms = platforms.linux; 50 maintainers = with maintainers; [ thoughtpolice ]; 51 };
··· 45 meta = with lib; { 46 homepage = "https://github.com/libbpf/bpftool"; 47 description = "Debugging/program analysis tools for the eBPF subsystem"; 48 + license = [ licenses.gpl2Only licenses.bsd2 ]; 49 platforms = platforms.linux; 50 maintainers = with maintainers; [ thoughtpolice ]; 51 };
+1 -1
pkgs/os-specific/linux/can-isotp/default.nix
··· 27 broken = kernel.kernelAtLeast "5.16"; 28 description = "Kernel module for ISO-TP (ISO 15765-2)"; 29 homepage = "https://github.com/hartkopp/can-isotp"; 30 - license = licenses.gpl2; 31 platforms = platforms.linux; 32 maintainers = [ maintainers.evck ]; 33 };
··· 27 broken = kernel.kernelAtLeast "5.16"; 28 description = "Kernel module for ISO-TP (ISO 15765-2)"; 29 homepage = "https://github.com/hartkopp/can-isotp"; 30 + license = licenses.gpl2Only; 31 platforms = platforms.linux; 32 maintainers = [ maintainers.evck ]; 33 };
+1 -1
pkgs/os-specific/linux/cpupower/default.nix
··· 38 meta = with lib; { 39 description = "Tool to examine and tune power saving features"; 40 homepage = "https://www.kernel.org/"; 41 - license = licenses.gpl2; 42 mainProgram = "cpupower"; 43 platforms = platforms.linux; 44 };
··· 38 meta = with lib; { 39 description = "Tool to examine and tune power saving features"; 40 homepage = "https://www.kernel.org/"; 41 + license = licenses.gpl2Only; 42 mainProgram = "cpupower"; 43 platforms = platforms.linux; 44 };
+1 -1
pkgs/os-specific/linux/cramfsprogs/default.nix
··· 29 meta = with lib; { 30 description = "Tools to create, check, and extract content of CramFs images"; 31 homepage = "https://packages.debian.org/jessie/cramfsprogs"; 32 - license = licenses.gpl2; 33 maintainers = with maintainers; [ pamplemousse ]; 34 platforms = platforms.linux; 35 };
··· 29 meta = with lib; { 30 description = "Tools to create, check, and extract content of CramFs images"; 31 homepage = "https://packages.debian.org/jessie/cramfsprogs"; 32 + license = licenses.gpl2Plus; 33 maintainers = with maintainers; [ pamplemousse ]; 34 platforms = platforms.linux; 35 };
+1 -1
pkgs/os-specific/linux/criu/default.nix
··· 97 meta = with lib; { 98 description = "Userspace checkpoint/restore for Linux"; 99 homepage = "https://criu.org"; 100 - license = licenses.gpl2; 101 platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" ]; 102 maintainers = [ maintainers.thoughtpolice ]; 103 };
··· 97 meta = with lib; { 98 description = "Userspace checkpoint/restore for Linux"; 99 homepage = "https://criu.org"; 100 + license = licenses.gpl2Plus; 101 platforms = [ "x86_64-linux" "aarch64-linux" "armv7l-linux" ]; 102 maintainers = [ maintainers.thoughtpolice ]; 103 };
+1 -1
pkgs/os-specific/linux/cryptsetup/default.nix
··· 80 homepage = "https://gitlab.com/cryptsetup/cryptsetup/"; 81 description = "LUKS for dm-crypt"; 82 changelog = "https://gitlab.com/cryptsetup/cryptsetup/-/raw/v${version}/docs/v${version}-ReleaseNotes"; 83 - license = lib.licenses.gpl2; 84 mainProgram = "cryptsetup"; 85 maintainers = with lib.maintainers; [ raitobezarius ]; 86 platforms = with lib.platforms; linux;
··· 80 homepage = "https://gitlab.com/cryptsetup/cryptsetup/"; 81 description = "LUKS for dm-crypt"; 82 changelog = "https://gitlab.com/cryptsetup/cryptsetup/-/raw/v${version}/docs/v${version}-ReleaseNotes"; 83 + license = lib.licenses.gpl2Plus; 84 mainProgram = "cryptsetup"; 85 maintainers = with lib.maintainers; [ raitobezarius ]; 86 platforms = with lib.platforms; linux;
+1 -1
pkgs/os-specific/linux/digimend/default.nix
··· 43 meta = with lib; { 44 description = "DIGImend graphics tablet drivers for the Linux kernel"; 45 homepage = "https://digimend.github.io/"; 46 - license = licenses.gpl2; 47 maintainers = with maintainers; [ gebner ]; 48 platforms = platforms.linux; 49 };
··· 43 meta = with lib; { 44 description = "DIGImend graphics tablet drivers for the Linux kernel"; 45 homepage = "https://digimend.github.io/"; 46 + license = licenses.gpl2Plus; 47 maintainers = with maintainers; [ gebner ]; 48 platforms = platforms.linux; 49 };
+1 -1
pkgs/os-specific/linux/directvnc/default.nix
··· 29 meta = with lib; { 30 description = "DirectFB VNC client"; 31 homepage = "http://drinkmilk.github.io/directvnc/"; 32 - license = licenses.gpl2; 33 maintainers = [ maintainers.raskin ]; 34 platforms = platforms.linux; 35 };
··· 29 meta = with lib; { 30 description = "DirectFB VNC client"; 31 homepage = "http://drinkmilk.github.io/directvnc/"; 32 + license = licenses.gpl2Plus; 33 maintainers = [ maintainers.raskin ]; 34 platforms = platforms.linux; 35 };
+1 -1
pkgs/os-specific/linux/dpdk/default.nix
··· 82 meta = with lib; { 83 description = "Set of libraries and drivers for fast packet processing"; 84 homepage = "http://dpdk.org/"; 85 - license = with licenses; [ lgpl21 gpl2 bsd2 ]; 86 platforms = platforms.linux; 87 maintainers = with maintainers; [ magenbluten orivej mic92 zhaofengli ]; 88 };
··· 82 meta = with lib; { 83 description = "Set of libraries and drivers for fast packet processing"; 84 homepage = "http://dpdk.org/"; 85 + license = with licenses; [ lgpl21 gpl2Only bsd2 ]; 86 platforms = platforms.linux; 87 maintainers = with maintainers; [ magenbluten orivej mic92 zhaofengli ]; 88 };
+1 -1
pkgs/os-specific/linux/dstat/default.nix
··· 35 homepage = "http://dag.wieers.com/home-made/dstat/"; 36 description = "Versatile resource statistics tool"; 37 mainProgram = "dstat"; 38 - license = licenses.gpl2; 39 platforms = platforms.linux; 40 maintainers = with maintainers; [ ]; 41 changelog = "https://github.com/dstat-real/dstat/blob/v${version}/ChangeLog";
··· 35 homepage = "http://dag.wieers.com/home-made/dstat/"; 36 description = "Versatile resource statistics tool"; 37 mainProgram = "dstat"; 38 + license = licenses.gpl2Plus; 39 platforms = platforms.linux; 40 maintainers = with maintainers; [ ]; 41 changelog = "https://github.com/dstat-real/dstat/blob/v${version}/ChangeLog";
+1 -1
pkgs/os-specific/linux/e1000e/default.nix
··· 32 meta = { 33 description = "Linux kernel drivers for Intel Ethernet adapters and LOMs (LAN On Motherboard)"; 34 homepage = "http://e1000.sf.net/"; 35 - license = lib.licenses.gpl2; 36 }; 37 }
··· 32 meta = { 33 description = "Linux kernel drivers for Intel Ethernet adapters and LOMs (LAN On Motherboard)"; 34 homepage = "http://e1000.sf.net/"; 35 + license = lib.licenses.gpl2Only; 36 }; 37 }
+1 -1
pkgs/os-specific/linux/ebtables/default.nix
··· 28 meta = with lib; { 29 description = "Filtering tool for Linux-based bridging firewalls"; 30 homepage = "http://ebtables.sourceforge.net/"; 31 - license = licenses.gpl2; 32 platforms = platforms.linux; 33 }; 34 }
··· 28 meta = with lib; { 29 description = "Filtering tool for Linux-based bridging firewalls"; 30 homepage = "http://ebtables.sourceforge.net/"; 31 + license = licenses.gpl2Plus; 32 platforms = platforms.linux; 33 }; 34 }
+1 -1
pkgs/os-specific/linux/edac-utils/default.nix
··· 32 meta = with lib; { 33 homepage = "https://github.com/grondo/edac-utils"; 34 description = "Handles the reporting of hardware-related memory errors"; 35 - license = licenses.gpl2; 36 platforms = platforms.linux; 37 }; 38 }
··· 32 meta = with lib; { 33 homepage = "https://github.com/grondo/edac-utils"; 34 description = "Handles the reporting of hardware-related memory errors"; 35 + license = licenses.gpl2Plus; 36 platforms = platforms.linux; 37 }; 38 }
+1 -1
pkgs/os-specific/linux/eventstat/default.nix
··· 22 description = "Simple monitoring of system events"; 23 mainProgram = "eventstat"; 24 homepage = "https://github.com/ColinIanKing/eventstat"; 25 - license = licenses.gpl2; 26 platforms = platforms.linux; 27 maintainers = with maintainers; [ ]; 28 };
··· 22 description = "Simple monitoring of system events"; 23 mainProgram = "eventstat"; 24 homepage = "https://github.com/ColinIanKing/eventstat"; 25 + license = licenses.gpl2Plus; 26 platforms = platforms.linux; 27 maintainers = with maintainers; [ ]; 28 };
+1 -1
pkgs/os-specific/linux/exfat/default.nix
··· 29 meta = { 30 description = "exfat kernel module"; 31 inherit (src.meta) homepage; 32 - license = lib.licenses.gpl2; 33 maintainers = with lib.maintainers; [ makefu ]; 34 platforms = lib.platforms.linux; 35 broken = true;
··· 29 meta = { 30 description = "exfat kernel module"; 31 inherit (src.meta) homepage; 32 + license = lib.licenses.gpl2Plus; 33 maintainers = with lib.maintainers; [ makefu ]; 34 platforms = lib.platforms.linux; 35 broken = true;
+1 -1
pkgs/os-specific/linux/facetimehd/default.nix
··· 36 meta = with lib; { 37 homepage = "https://github.com/patjak/bcwc_pcie"; 38 description = "Linux driver for the Facetime HD (Broadcom 1570) PCIe webcam"; 39 - license = licenses.gpl2; 40 maintainers = with maintainers; [ womfoo grahamc kraem ]; 41 platforms = [ "i686-linux" "x86_64-linux" ]; 42 };
··· 36 meta = with lib; { 37 homepage = "https://github.com/patjak/bcwc_pcie"; 38 description = "Linux driver for the Facetime HD (Broadcom 1570) PCIe webcam"; 39 + license = licenses.gpl2Only; 40 maintainers = with maintainers; [ womfoo grahamc kraem ]; 41 platforms = [ "i686-linux" "x86_64-linux" ]; 42 };
+1 -1
pkgs/os-specific/linux/fbterm/default.nix
··· 99 mainProgram = "fbterm"; 100 homepage = "https://salsa.debian.org/debian/fbterm"; 101 maintainers = with maintainers; [ lovesegfault raskin ]; 102 - license = licenses.gpl2; 103 platforms = platforms.linux; 104 }; 105 }
··· 99 mainProgram = "fbterm"; 100 homepage = "https://salsa.debian.org/debian/fbterm"; 101 maintainers = with maintainers; [ lovesegfault raskin ]; 102 + license = licenses.gpl2Plus; 103 platforms = platforms.linux; 104 }; 105 }
+1 -1
pkgs/os-specific/linux/firmware/zd1211/default.nix
··· 24 meta = { 25 description = "Firmware for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip"; 26 homepage = "https://sourceforge.net/projects/zd1211/"; 27 - license = lib.licenses.gpl2; 28 platforms = lib.platforms.linux; 29 }; 30 }
··· 24 meta = { 25 description = "Firmware for the ZyDAS ZD1211(b) 802.11a/b/g USB WLAN chip"; 26 homepage = "https://sourceforge.net/projects/zd1211/"; 27 + license = lib.licenses.gpl2Only; 28 platforms = lib.platforms.linux; 29 }; 30 }
+1 -1
pkgs/os-specific/linux/forkstat/default.nix
··· 21 description = "Process fork/exec/exit monitoring tool"; 22 mainProgram = "forkstat"; 23 homepage = "https://github.com/ColinIanKing/forkstat"; 24 - license = licenses.gpl2; 25 platforms = platforms.linux; 26 maintainers = with maintainers; [ womfoo ]; 27 };
··· 21 description = "Process fork/exec/exit monitoring tool"; 22 mainProgram = "forkstat"; 23 homepage = "https://github.com/ColinIanKing/forkstat"; 24 + license = licenses.gpl2Plus; 25 platforms = platforms.linux; 26 maintainers = with maintainers; [ womfoo ]; 27 };
+1 -1
pkgs/os-specific/linux/forktty/default.nix
··· 22 23 meta = with lib; { 24 description = "Tool to detach from controlling TTY and attach to another"; 25 - license = licenses.gpl2; 26 maintainers = with maintainers; [ raskin ]; 27 platforms = platforms.linux; 28 };
··· 22 23 meta = with lib; { 24 description = "Tool to detach from controlling TTY and attach to another"; 25 + license = licenses.gpl2Only; 26 maintainers = with maintainers; [ raskin ]; 27 platforms = platforms.linux; 28 };
+1 -1
pkgs/os-specific/linux/framework-laptop-kmod/default.nix
··· 31 meta = with lib; { 32 description = "Kernel module that exposes the Framework Laptop (13, 16)'s battery charge limit and LEDs to userspace"; 33 homepage = "https://github.com/DHowett/framework-laptop-kmod"; 34 - license = licenses.gpl2; 35 maintainers = with maintainers; [ gaykitty ]; 36 platforms = platforms.linux; 37 };
··· 31 meta = with lib; { 32 description = "Kernel module that exposes the Framework Laptop (13, 16)'s battery charge limit and LEDs to userspace"; 33 homepage = "https://github.com/DHowett/framework-laptop-kmod"; 34 + license = licenses.gpl2Only; 35 maintainers = with maintainers; [ gaykitty ]; 36 platforms = platforms.linux; 37 };
+1 -1
pkgs/os-specific/linux/fswebcam/default.nix
··· 17 mainProgram = "fswebcam"; 18 homepage = "http://www.sanslogic.co.uk/fswebcam"; 19 platforms = lib.platforms.linux; 20 - license = lib.licenses.gpl2; 21 }; 22 }
··· 17 mainProgram = "fswebcam"; 18 homepage = "http://www.sanslogic.co.uk/fswebcam"; 19 platforms = lib.platforms.linux; 20 + license = lib.licenses.gpl2Only; 21 }; 22 }
+1 -1
pkgs/os-specific/linux/fwts/default.nix
··· 32 homepage = "https://wiki.ubuntu.com/FirmwareTestSuite"; 33 description = "Firmware Test Suite"; 34 platforms = platforms.linux; 35 - license = licenses.gpl2; 36 maintainers = with maintainers; [ tadfisher ]; 37 }; 38 }
··· 32 homepage = "https://wiki.ubuntu.com/FirmwareTestSuite"; 33 description = "Firmware Test Suite"; 34 platforms = platforms.linux; 35 + license = licenses.gpl2Plus; 36 maintainers = with maintainers; [ tadfisher ]; 37 }; 38 }
+1 -1
pkgs/os-specific/linux/g15daemon/default.nix
··· 4 , libusb-compat-0_1 5 }: 6 let 7 - license = lib.licenses.gpl2; 8 maintainers = with lib.maintainers; [ peterhoeg ]; 9 10 g15src = { pname, version, sha256 }: fetchurl {
··· 4 , libusb-compat-0_1 5 }: 6 let 7 + license = lib.licenses.gpl2Plus; 8 maintainers = with lib.maintainers; [ peterhoeg ]; 9 10 g15src = { pname, version, sha256 }: fetchurl {
+1 -1
pkgs/os-specific/linux/gasket/default.nix
··· 28 meta = with lib; { 29 description = "Coral Gasket Driver allows usage of the Coral EdgeTPU on Linux systems"; 30 homepage = "https://github.com/google/gasket-driver"; 31 - license = licenses.gpl2; 32 maintainers = [ lib.maintainers.kylehendricks ]; 33 platforms = platforms.linux; 34 broken = versionOlder kernel.version "5.15";
··· 28 meta = with lib; { 29 description = "Coral Gasket Driver allows usage of the Coral EdgeTPU on Linux systems"; 30 homepage = "https://github.com/google/gasket-driver"; 31 + license = licenses.gpl2Only; 32 maintainers = [ lib.maintainers.kylehendricks ]; 33 platforms = platforms.linux; 34 broken = versionOlder kernel.version "5.15";
+1 -1
pkgs/os-specific/linux/gcadapter-oc-kmod/default.nix
··· 31 meta = with lib; { 32 description = "Kernel module for overclocking the Nintendo Wii U/Mayflash GameCube adapter"; 33 homepage = "https://github.com/HannesMann/gcadapter-oc-kmod"; 34 - license = licenses.gpl2; 35 maintainers = with maintainers; [ r-burns ]; 36 platforms = platforms.linux; 37 };
··· 31 meta = with lib; { 32 description = "Kernel module for overclocking the Nintendo Wii U/Mayflash GameCube adapter"; 33 homepage = "https://github.com/HannesMann/gcadapter-oc-kmod"; 34 + license = licenses.gpl2Only; 35 maintainers = with maintainers; [ r-burns ]; 36 platforms = platforms.linux; 37 };
+1 -1
pkgs/os-specific/linux/gobi_loader/default.nix
··· 21 meta = with lib; { 22 description = "Firmware loader for Qualcomm Gobi USB chipsets"; 23 homepage = "https://www.codon.org.uk/~mjg59/gobi_loader/"; 24 - license = with licenses; [ gpl2 ]; 25 maintainers = with maintainers; [ _0x4A6F ]; 26 platforms = platforms.linux; 27 };
··· 21 meta = with lib; { 22 description = "Firmware loader for Qualcomm Gobi USB chipsets"; 23 homepage = "https://www.codon.org.uk/~mjg59/gobi_loader/"; 24 + license = with licenses; [ gpl2Only ]; 25 maintainers = with maintainers; [ _0x4A6F ]; 26 platforms = platforms.linux; 27 };
+1 -1
pkgs/os-specific/linux/hdapsd/default.nix
··· 15 { description = "Hard Drive Active Protection System Daemon"; 16 mainProgram = "hdapsd"; 17 homepage = "http://hdaps.sf.net/"; 18 - license = licenses.gpl2; 19 platforms = platforms.linux; 20 maintainers = [ maintainers.ehmry ]; 21 };
··· 15 { description = "Hard Drive Active Protection System Daemon"; 16 mainProgram = "hdapsd"; 17 homepage = "http://hdaps.sf.net/"; 18 + license = licenses.gpl2Plus; 19 platforms = platforms.linux; 20 maintainers = [ maintainers.ehmry ]; 21 };
+1 -1
pkgs/os-specific/linux/health-check/default.nix
··· 25 description = "Process monitoring tool"; 26 mainProgram = "health-check"; 27 homepage = "https://github.com/ColinIanKing/health-check"; 28 - license = licenses.gpl2; 29 platforms = platforms.linux; 30 maintainers = with maintainers; [ dtzWill ]; 31 };
··· 25 description = "Process monitoring tool"; 26 mainProgram = "health-check"; 27 homepage = "https://github.com/ColinIanKing/health-check"; 28 + license = licenses.gpl2Plus; 29 platforms = platforms.linux; 30 maintainers = with maintainers; [ dtzWill ]; 31 };
+1 -1
pkgs/os-specific/linux/hostapd/default.nix
··· 104 meta = with lib; { 105 homepage = "https://w1.fi/hostapd/"; 106 description = "User space daemon for access point and authentication servers"; 107 - license = licenses.gpl2; 108 maintainers = with maintainers; [ ]; 109 platforms = platforms.linux; 110 };
··· 104 meta = with lib; { 105 homepage = "https://w1.fi/hostapd/"; 106 description = "User space daemon for access point and authentication servers"; 107 + license = licenses.bsd3; 108 maintainers = with maintainers; [ ]; 109 platforms = platforms.linux; 110 };
+1 -1
pkgs/os-specific/linux/i7z/default.nix
··· 50 description = "Better i7 (and now i3, i5) reporting tool for Linux"; 51 mainProgram = "i7z"; 52 homepage = "https://github.com/DimitryAndric/i7z"; 53 - license = licenses.gpl2; 54 maintainers = with maintainers; [ bluescreen303 ]; 55 # broken on ARM 56 platforms = [ "x86_64-linux" ];
··· 50 description = "Better i7 (and now i3, i5) reporting tool for Linux"; 51 mainProgram = "i7z"; 52 homepage = "https://github.com/DimitryAndric/i7z"; 53 + license = licenses.gpl2Only; 54 maintainers = with maintainers; [ bluescreen303 ]; 55 # broken on ARM 56 platforms = [ "x86_64-linux" ];
+1 -1
pkgs/os-specific/linux/i810switch/default.nix
··· 20 description = "Utility for switching between the LCD and external VGA display on Intel graphics cards"; 21 homepage = "http://www16.plala.or.jp/mano-a-mano/i810switch.html"; 22 maintainers = with maintainers; [ ]; 23 - license = licenses.gpl2; 24 platforms = platforms.linux; 25 }; 26 }
··· 20 description = "Utility for switching between the LCD and external VGA display on Intel graphics cards"; 21 homepage = "http://www16.plala.or.jp/mano-a-mano/i810switch.html"; 22 maintainers = with maintainers; [ ]; 23 + license = licenses.gpl2Only; 24 platforms = platforms.linux; 25 }; 26 }
+1 -1
pkgs/os-specific/linux/ifenslave/default.nix
··· 23 meta = { 24 description = "Utility for enslaving networking interfaces under a bond"; 25 mainProgram = "ifenslave"; 26 - license = lib.licenses.gpl2; 27 platforms = lib.platforms.linux; 28 }; 29 }
··· 23 meta = { 24 description = "Utility for enslaving networking interfaces under a bond"; 25 mainProgram = "ifenslave"; 26 + license = lib.licenses.gpl2Only; 27 platforms = lib.platforms.linux; 28 }; 29 }
+1 -1
pkgs/os-specific/linux/ima-evm-utils/default.nix
··· 40 description = "evmctl utility to manage digital signatures of the Linux kernel integrity subsystem (IMA/EVM)"; 41 mainProgram = "evmctl"; 42 homepage = "https://sourceforge.net/projects/linux-ima/"; 43 - license = lib.licenses.gpl2; 44 platforms = lib.platforms.linux; 45 maintainers = with lib.maintainers; [ nickcao ]; 46 };
··· 40 description = "evmctl utility to manage digital signatures of the Linux kernel integrity subsystem (IMA/EVM)"; 41 mainProgram = "evmctl"; 42 homepage = "https://sourceforge.net/projects/linux-ima/"; 43 + license = lib.licenses.gpl2Only; 44 platforms = lib.platforms.linux; 45 maintainers = with lib.maintainers; [ nickcao ]; 46 };
+1 -1
pkgs/os-specific/linux/intel-speed-select/default.nix
··· 15 description = "Tool to enumerate and control the Intel Speed Select Technology features"; 16 mainProgram = "intel-speed-select"; 17 homepage = "https://www.kernel.org/"; 18 - license = licenses.gpl2; 19 platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific 20 broken = kernel.kernelAtLeast "5.18"; 21 };
··· 15 description = "Tool to enumerate and control the Intel Speed Select Technology features"; 16 mainProgram = "intel-speed-select"; 17 homepage = "https://www.kernel.org/"; 18 + license = licenses.gpl2Only; 19 platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific 20 broken = kernel.kernelAtLeast "5.18"; 21 };
+1 -1
pkgs/os-specific/linux/iotop/default.nix
··· 21 meta = with lib; { 22 description = "Tool to find out the processes doing the most IO"; 23 homepage = "http://guichaz.free.fr/iotop"; 24 - license = licenses.gpl2; 25 mainProgram = "iotop"; 26 maintainers = [ maintainers.raskin ]; 27 platforms = platforms.linux;
··· 21 meta = with lib; { 22 description = "Tool to find out the processes doing the most IO"; 23 homepage = "http://guichaz.free.fr/iotop"; 24 + license = licenses.gpl2Plus; 25 mainProgram = "iotop"; 26 maintainers = [ maintainers.raskin ]; 27 platforms = platforms.linux;
+1 -1
pkgs/os-specific/linux/iproute/default.nix
··· 66 homepage = "https://wiki.linuxfoundation.org/networking/iproute2"; 67 description = "Collection of utilities for controlling TCP/IP networking and traffic control in Linux"; 68 platforms = platforms.linux; 69 - license = licenses.gpl2; 70 maintainers = with maintainers; [ primeos eelco fpletz globin ]; 71 }; 72 }
··· 66 homepage = "https://wiki.linuxfoundation.org/networking/iproute2"; 67 description = "Collection of utilities for controlling TCP/IP networking and traffic control in Linux"; 68 platforms = platforms.linux; 69 + license = licenses.gpl2Only; 70 maintainers = with maintainers; [ primeos eelco fpletz globin ]; 71 }; 72 }
+1 -1
pkgs/os-specific/linux/ipset/default.nix
··· 17 meta = with lib; { 18 homepage = "https://ipset.netfilter.org/"; 19 description = "Administration tool for IP sets"; 20 - license = licenses.gpl2; 21 platforms = platforms.linux; 22 }; 23 }
··· 17 meta = with lib; { 18 homepage = "https://ipset.netfilter.org/"; 19 description = "Administration tool for IP sets"; 20 + license = licenses.gpl2Plus; 21 platforms = platforms.linux; 22 }; 23 }
+1 -1
pkgs/os-specific/linux/iptables/default.nix
··· 54 homepage = "https://www.netfilter.org/projects/iptables/index.html"; 55 platforms = platforms.linux; 56 maintainers = with maintainers; [ fpletz ]; 57 - license = licenses.gpl2; 58 downloadPage = "https://www.netfilter.org/projects/iptables/files/"; 59 }; 60 }
··· 54 homepage = "https://www.netfilter.org/projects/iptables/index.html"; 55 platforms = platforms.linux; 56 maintainers = with maintainers; [ fpletz ]; 57 + license = licenses.gpl2Plus; 58 downloadPage = "https://www.netfilter.org/projects/iptables/files/"; 59 }; 60 }
+1 -1
pkgs/os-specific/linux/ipu6-drivers/default.nix
··· 44 meta = { 45 homepage = "https://github.com/intel/ipu6-drivers"; 46 description = "IPU6 kernel driver"; 47 - license = lib.licenses.gpl2; 48 maintainers = with lib.maintainers; [ ]; 49 platforms = [ "x86_64-linux" ]; 50 # requires 6.1.7 https://github.com/intel/ipu6-drivers/pull/84
··· 44 meta = { 45 homepage = "https://github.com/intel/ipu6-drivers"; 46 description = "IPU6 kernel driver"; 47 + license = lib.licenses.gpl2Only; 48 maintainers = with lib.maintainers; [ ]; 49 platforms = [ "x86_64-linux" ]; 50 # requires 6.1.7 https://github.com/intel/ipu6-drivers/pull/84
+1 -1
pkgs/os-specific/linux/ipvsadm/default.nix
··· 35 meta = with lib; { 36 description = "Linux Virtual Server support programs"; 37 homepage = "http://www.linuxvirtualserver.org/software/ipvs.html"; 38 - license = licenses.gpl2; 39 platforms = platforms.linux; 40 }; 41 }
··· 35 meta = with lib; { 36 description = "Linux Virtual Server support programs"; 37 homepage = "http://www.linuxvirtualserver.org/software/ipvs.html"; 38 + license = licenses.gpl2Plus; 39 platforms = platforms.linux; 40 }; 41 }
+1 -1
pkgs/os-specific/linux/ivsc-driver/default.nix
··· 35 meta = { 36 homepage = "https://github.com/intel/ivsc-driver"; 37 description = "Intel Vision Sensing Controller kernel driver"; 38 - license = lib.licenses.gpl2; 39 maintainers = with lib.maintainers; [ ]; 40 platforms = [ "x86_64-linux" ]; 41 broken = kernel.kernelOlder "5.15";
··· 35 meta = { 36 homepage = "https://github.com/intel/ivsc-driver"; 37 description = "Intel Vision Sensing Controller kernel driver"; 38 + license = lib.licenses.gpl2Only; 39 maintainers = with lib.maintainers; [ ]; 40 platforms = [ "x86_64-linux" ]; 41 broken = kernel.kernelOlder "5.15";
+1 -1
pkgs/os-specific/linux/ixgbevf/default.nix
··· 26 meta = with lib; { 27 description = "Intel 82599 Virtual Function Driver"; 28 homepage = "https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/"; 29 - license = licenses.gpl2; 30 priority = 20; 31 # kernels ship ixgbevf driver for a long time already, maybe switch to a newest kernel? 32 broken = versionAtLeast kernel.version "5.2";
··· 26 meta = with lib; { 27 description = "Intel 82599 Virtual Function Driver"; 28 homepage = "https://sourceforge.net/projects/e1000/files/ixgbevf%20stable/"; 29 + license = licenses.gpl2Only; 30 priority = 20; 31 # kernels ship ixgbevf driver for a long time already, maybe switch to a newest kernel? 32 broken = versionAtLeast kernel.version "5.2";
+1 -1
pkgs/os-specific/linux/jool/cli.nix
··· 36 homepage = "https://www.jool.mx/"; 37 description = "Fairly compliant SIIT and Stateful NAT64 for Linux - CLI tools"; 38 platforms = platforms.linux; 39 - license = licenses.gpl2; 40 maintainers = with maintainers; [ fpletz ]; 41 }; 42 }
··· 36 homepage = "https://www.jool.mx/"; 37 description = "Fairly compliant SIIT and Stateful NAT64 for Linux - CLI tools"; 38 platforms = platforms.linux; 39 + license = licenses.gpl2Only; 40 maintainers = with maintainers; [ fpletz ]; 41 }; 42 }
+1 -1
pkgs/os-specific/linux/jujuutils/default.nix
··· 14 meta = { 15 homepage = "https://github.com/cladisch/linux-firewire-utils"; 16 description = "Utilities around FireWire devices connected to a Linux computer"; 17 - license = lib.licenses.gpl2; 18 platforms = lib.platforms.linux; 19 }; 20 }
··· 14 meta = { 15 homepage = "https://github.com/cladisch/linux-firewire-utils"; 16 description = "Utilities around FireWire devices connected to a Linux computer"; 17 + license = lib.licenses.gpl2Only; 18 platforms = lib.platforms.linux; 19 }; 20 }
+1 -1
pkgs/os-specific/linux/kernel-headers/default.nix
··· 104 105 meta = with lib; { 106 description = "Header files and scripts for Linux kernel"; 107 - license = licenses.gpl2; 108 platforms = platforms.linux; 109 }; 110 };
··· 104 105 meta = with lib; { 106 description = "Header files and scripts for Linux kernel"; 107 + license = licenses.gpl2Only; 108 platforms = platforms.linux; 109 }; 110 };
+1 -1
pkgs/os-specific/linux/kernel/gpio-utils.nix
··· 19 description = "Linux tools to inspect the gpiochip interface"; 20 maintainers = with maintainers; [ kwohlfahrt ]; 21 platforms = platforms.linux; 22 - license = licenses.gpl2; 23 }; 24 }
··· 19 description = "Linux tools to inspect the gpiochip interface"; 20 maintainers = with maintainers; [ kwohlfahrt ]; 21 platforms = platforms.linux; 22 + license = licenses.gpl2Only; 23 }; 24 }
+1 -1
pkgs/os-specific/linux/kexec-tools/default.nix
··· 43 "riscv64-linux" "riscv32-linux" 44 "sparc-linux" "sparc64-linux" 45 ]; 46 - license = licenses.gpl2; 47 }; 48 }
··· 43 "riscv64-linux" "riscv32-linux" 44 "sparc-linux" "sparc64-linux" 45 ]; 46 + license = licenses.gpl2Only; 47 }; 48 }
+1 -1
pkgs/os-specific/linux/ksmbd-tools/default.nix
··· 35 meta = with lib; { 36 description = "Userspace utilities for the ksmbd kernel SMB server"; 37 homepage = "https://www.kernel.org/doc/html/latest/filesystems/cifs/ksmbd.html"; 38 - license = licenses.gpl2; 39 platforms = platforms.linux; 40 }; 41 }
··· 35 meta = with lib; { 36 description = "Userspace utilities for the ksmbd kernel SMB server"; 37 homepage = "https://www.kernel.org/doc/html/latest/filesystems/cifs/ksmbd.html"; 38 + license = licenses.gpl2Only; 39 platforms = platforms.linux; 40 }; 41 }
+1 -1
pkgs/os-specific/linux/latencytop/default.nix
··· 26 homepage = "http://latencytop.org"; 27 description = "Tool to show kernel reports on latencies (LATENCYTOP option)"; 28 mainProgram = "latencytop"; 29 - license = lib.licenses.gpl2; 30 maintainers = [ lib.maintainers.viric ]; 31 platforms = lib.platforms.linux; 32 };
··· 26 homepage = "http://latencytop.org"; 27 description = "Tool to show kernel reports on latencies (LATENCYTOP option)"; 28 mainProgram = "latencytop"; 29 + license = lib.licenses.gpl2Only; 30 maintainers = [ lib.maintainers.viric ]; 31 platforms = lib.platforms.linux; 32 };
+1 -1
pkgs/os-specific/linux/libpsm2/default.nix
··· 41 meta = with lib; { 42 homepage = "https://github.com/intel/opa-psm2"; 43 description = "PSM2 library supports a number of fabric media and stacks"; 44 - license = with licenses; [ gpl2 bsd3 ]; 45 platforms = [ "x86_64-linux" ]; 46 maintainers = [ maintainers.bzizou ]; 47 };
··· 41 meta = with lib; { 42 homepage = "https://github.com/intel/opa-psm2"; 43 description = "PSM2 library supports a number of fabric media and stacks"; 44 + license = with licenses; [ gpl2Only bsd3 ]; 45 platforms = [ "x86_64-linux" ]; 46 maintainers = [ maintainers.bzizou ]; 47 };
+1 -1
pkgs/os-specific/linux/libvolume_id/default.nix
··· 21 22 meta = with lib; { 23 platforms = platforms.linux; 24 - license = licenses.gpl2; 25 homepage = "http://www.marcuscom.com/downloads/"; 26 }; 27 }
··· 21 22 meta = with lib; { 23 platforms = platforms.linux; 24 + license = licenses.gpl2Only; 25 homepage = "http://www.marcuscom.com/downloads/"; 26 }; 27 }
+1 -1
pkgs/os-specific/linux/lightum/default.nix
··· 36 description = "MacBook automatic light sensor daemon"; 37 mainProgram = "lightum"; 38 homepage = "https://github.com/poliva/lightum"; 39 - license = lib.licenses.gpl2; 40 maintainers = with lib.maintainers; [ puffnfresh ]; 41 platforms = lib.platforms.linux; 42 };
··· 36 description = "MacBook automatic light sensor daemon"; 37 mainProgram = "lightum"; 38 homepage = "https://github.com/poliva/lightum"; 39 + license = lib.licenses.gpl2Plus; 40 maintainers = with lib.maintainers; [ puffnfresh ]; 41 platforms = lib.platforms.linux; 42 };
+1 -1
pkgs/os-specific/linux/liquidtux/default.nix
··· 26 meta = with lib; { 27 description = "Linux kernel hwmon drivers for AIO liquid coolers and other devices"; 28 homepage = "https://github.com/liquidctl/liquidtux"; 29 - license = licenses.gpl2; 30 platforms = [ "x86_64-linux" "i686-linux" ]; 31 maintainers = with maintainers; [ nickhu ]; 32 broken = lib.versionOlder kernel.version "5.10";
··· 26 meta = with lib; { 27 description = "Linux kernel hwmon drivers for AIO liquid coolers and other devices"; 28 homepage = "https://github.com/liquidctl/liquidtux"; 29 + license = licenses.gpl2Only; 30 platforms = [ "x86_64-linux" "i686-linux" ]; 31 maintainers = with maintainers; [ nickhu ]; 32 broken = lib.versionOlder kernel.version "5.10";
+1 -1
pkgs/os-specific/linux/lksctp-tools/default.nix
··· 12 meta = with lib; { 13 description = "Linux Kernel Stream Control Transmission Protocol Tools"; 14 homepage = "https://lksctp.sourceforge.net/"; 15 - license = with licenses; [ gpl2 lgpl21 ]; # library is lgpl21 16 platforms = platforms.linux; 17 }; 18 }
··· 12 meta = with lib; { 13 description = "Linux Kernel Stream Control Transmission Protocol Tools"; 14 homepage = "https://lksctp.sourceforge.net/"; 15 + license = with licenses; [ gpl2Plus lgpl21 ]; # library is lgpl21 16 platforms = platforms.linux; 17 }; 18 }
+1 -1
pkgs/os-specific/linux/lockdep/default.nix
··· 61 description = "Userspace locking validation tool built on the Linux kernel"; 62 mainProgram = "lockdep"; 63 homepage = "https://kernel.org/"; 64 - license = lib.licenses.gpl2; 65 platforms = lib.platforms.linux; 66 maintainers = [ lib.maintainers.thoughtpolice ]; 67 };
··· 61 description = "Userspace locking validation tool built on the Linux kernel"; 62 mainProgram = "lockdep"; 63 homepage = "https://kernel.org/"; 64 + license = lib.licenses.gpl2Only; 65 platforms = lib.platforms.linux; 66 maintainers = [ lib.maintainers.thoughtpolice ]; 67 };
+1 -1
pkgs/os-specific/linux/lsscsi/default.nix
··· 14 ''; 15 16 meta = with lib; { 17 - license = licenses.gpl2; 18 platforms = platforms.linux; 19 }; 20 }
··· 14 ''; 15 16 meta = with lib; { 17 + license = licenses.gpl2Plus; 18 platforms = platforms.linux; 19 }; 20 }
+1 -1
pkgs/os-specific/linux/lvm2/common.nix
··· 155 homepage = "http://sourceware.org/lvm2/"; 156 description = "Tools to support Logical Volume Management (LVM) on Linux"; 157 platforms = platforms.linux; 158 - license = with licenses; [ gpl2 bsd2 lgpl21 ]; 159 maintainers = with maintainers; [ raskin ajs124 ] ++ teams.helsinki-systems.members; 160 }; 161 }
··· 155 homepage = "http://sourceware.org/lvm2/"; 156 description = "Tools to support Logical Volume Management (LVM) on Linux"; 157 platforms = platforms.linux; 158 + license = with licenses; [ gpl2Only bsd2 lgpl21 ]; 159 maintainers = with maintainers; [ raskin ajs124 ] ++ teams.helsinki-systems.members; 160 }; 161 }
+1 -1
pkgs/os-specific/linux/mba6x_bl/default.nix
··· 24 meta = with lib; { 25 description = "MacBook Air 6,1 and 6,2 (mid 2013) backlight driver"; 26 homepage = "https://github.com/patjak/mba6x_bl"; 27 - license = licenses.gpl2; 28 platforms = platforms.linux; 29 maintainers = [ maintainers.simonvandel ]; 30 };
··· 24 meta = with lib; { 25 description = "MacBook Air 6,1 and 6,2 (mid 2013) backlight driver"; 26 homepage = "https://github.com/patjak/mba6x_bl"; 27 + license = licenses.gpl2Only; 28 platforms = platforms.linux; 29 maintainers = [ maintainers.simonvandel ]; 30 };
+1 -1
pkgs/os-specific/linux/mceinject/default.nix
··· 32 kernel machine check handler. 33 ''; 34 homepage = "https://github.com/andikleen/mce-inject/"; 35 - license = licenses.gpl2; 36 maintainers = with maintainers; [ arkivm ]; 37 platforms = platforms.linux; 38 };
··· 32 kernel machine check handler. 33 ''; 34 homepage = "https://github.com/andikleen/mce-inject/"; 35 + license = licenses.gpl2Only; 36 maintainers = with maintainers; [ arkivm ]; 37 platforms = platforms.linux; 38 };
+1 -1
pkgs/os-specific/linux/mdadm/default.nix
··· 64 meta = with lib; { 65 description = "Programs for managing RAID arrays under Linux"; 66 homepage = "https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git"; 67 - license = licenses.gpl2; 68 mainProgram = "mdadm"; 69 maintainers = with maintainers; [ ekleog ]; 70 platforms = platforms.linux;
··· 64 meta = with lib; { 65 description = "Programs for managing RAID arrays under Linux"; 66 homepage = "https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git"; 67 + license = licenses.gpl2Plus; 68 mainProgram = "mdadm"; 69 maintainers = with maintainers; [ ekleog ]; 70 platforms = platforms.linux;
+1 -1
pkgs/os-specific/linux/metastore/default.nix
··· 18 description = "Store and restore metadata from a filesystem"; 19 mainProgram = "metastore"; 20 homepage = "https://software.przemoc.net/#metastore"; 21 - license = licenses.gpl2; 22 maintainers = with maintainers; [ sstef ]; 23 platforms = platforms.linux; 24 };
··· 18 description = "Store and restore metadata from a filesystem"; 19 mainProgram = "metastore"; 20 homepage = "https://software.przemoc.net/#metastore"; 21 + license = licenses.gpl2Only; 22 maintainers = with maintainers; [ sstef ]; 23 platforms = platforms.linux; 24 };
+1 -1
pkgs/os-specific/linux/microcode/iucode-tool.nix
··· 29 description = "Intel® 64 and IA-32 processor microcode tool"; 30 mainProgram = "iucode_tool"; 31 homepage = "https://gitlab.com/iucode-tool/iucode-tool"; 32 - license = licenses.gpl2; 33 maintainers = with maintainers; [ peterhoeg ]; 34 platforms = [ "x86_64-linux" "i686-linux" ]; 35 };
··· 29 description = "Intel® 64 and IA-32 processor microcode tool"; 30 mainProgram = "iucode_tool"; 31 homepage = "https://gitlab.com/iucode-tool/iucode-tool"; 32 + license = licenses.gpl2Plus; 33 maintainers = with maintainers; [ peterhoeg ]; 34 platforms = [ "x86_64-linux" "i686-linux" ]; 35 };
+1 -1
pkgs/os-specific/linux/mingetty/default.nix
··· 21 22 meta = with lib; { 23 homepage = "https://sourceforge.net/projects/mingetty"; 24 - license = licenses.gpl2; 25 platforms = platforms.linux; 26 }; 27 }
··· 21 22 meta = with lib; { 23 homepage = "https://sourceforge.net/projects/mingetty"; 24 + license = licenses.gpl2Plus; 25 platforms = platforms.linux; 26 }; 27 }
+1 -1
pkgs/os-specific/linux/minimal-bootstrap/linux-headers/default.nix
··· 33 34 meta = with lib; { 35 description = "Header files and scripts for Linux kernel"; 36 - license = licenses.gpl2; 37 maintainers = teams.minimal-bootstrap.members; 38 platforms = platforms.linux; 39 };
··· 33 34 meta = with lib; { 35 description = "Header files and scripts for Linux kernel"; 36 + license = licenses.gpl2Only; 37 maintainers = teams.minimal-bootstrap.members; 38 platforms = platforms.linux; 39 };
+1 -1
pkgs/os-specific/linux/mkinitcpio-nfs-utils/default.nix
··· 20 meta = with lib; { 21 homepage = "https://archlinux.org/"; 22 description = "ipconfig and nfsmount tools for root on NFS, ported from klibc"; 23 - license = licenses.gpl2; 24 platforms = platforms.linux; 25 maintainers = with maintainers; [ abbradar ]; 26 };
··· 20 meta = with lib; { 21 homepage = "https://archlinux.org/"; 22 description = "ipconfig and nfsmount tools for root on NFS, ported from klibc"; 23 + license = licenses.gpl2Only; 24 platforms = platforms.linux; 25 maintainers = with maintainers; [ abbradar ]; 26 };
+1 -1
pkgs/os-specific/linux/msr-tools/default.nix
··· 19 20 meta = with lib; { 21 description = "Tool to read/write from/to MSR CPU registers on Linux"; 22 - license = licenses.gpl2; 23 platforms = platforms.linux; 24 maintainers = with maintainers; [ peterhoeg ]; 25 };
··· 19 20 meta = with lib; { 21 description = "Tool to read/write from/to MSR CPU registers on Linux"; 22 + license = licenses.gpl2Plus; 23 platforms = platforms.linux; 24 maintainers = with maintainers; [ peterhoeg ]; 25 };
+1 -1
pkgs/os-specific/linux/mstpd/default.nix
··· 31 meta = with lib; { 32 description = "Multiple Spanning Tree Protocol daemon"; 33 homepage = "https://github.com/mstpd/mstpd"; 34 - license = licenses.gpl2; 35 platforms = platforms.linux; 36 }; 37 }
··· 31 meta = with lib; { 32 description = "Multiple Spanning Tree Protocol daemon"; 33 homepage = "https://github.com/mstpd/mstpd"; 34 + license = licenses.gpl2Plus; 35 platforms = platforms.linux; 36 }; 37 }
+1 -1
pkgs/os-specific/linux/multipath-tools/default.nix
··· 84 meta = with lib; { 85 description = "Tools for the Linux multipathing storage driver"; 86 homepage = "http://christophe.varoqui.free.fr/"; 87 - license = licenses.gpl2; 88 platforms = platforms.linux; 89 }; 90 }
··· 84 meta = with lib; { 85 description = "Tools for the Linux multipathing storage driver"; 86 homepage = "http://christophe.varoqui.free.fr/"; 87 + license = licenses.gpl2Plus; 88 platforms = platforms.linux; 89 }; 90 }
+1 -1
pkgs/os-specific/linux/netatop/default.nix
··· 49 description = "Network monitoring module for atop"; 50 mainProgram = "netatopd"; 51 homepage = "https://www.atoptool.nl/downloadnetatop.php"; 52 - license = lib.licenses.gpl2; 53 platforms = lib.platforms.linux; 54 maintainers = with lib.maintainers; [ viric ]; 55 };
··· 49 description = "Network monitoring module for atop"; 50 mainProgram = "netatopd"; 51 homepage = "https://www.atoptool.nl/downloadnetatop.php"; 52 + license = lib.licenses.gpl2Only; 53 platforms = lib.platforms.linux; 54 maintainers = with lib.maintainers; [ viric ]; 55 };
+1 -1
pkgs/os-specific/linux/nfs-utils/default.nix
··· 124 ''; 125 126 homepage = "https://linux-nfs.org/"; 127 - license = licenses.gpl2; 128 platforms = platforms.linux; 129 maintainers = with maintainers; [ abbradar ]; 130 };
··· 124 ''; 125 126 homepage = "https://linux-nfs.org/"; 127 + license = licenses.gpl2Plus; 128 platforms = platforms.linux; 129 maintainers = with maintainers; [ abbradar ]; 130 };
+1 -1
pkgs/os-specific/linux/nss_ldap/default.nix
··· 39 40 meta = with lib; { 41 description = "LDAP module for the Solaris Nameservice Switch (NSS)"; 42 - license = licenses.gpl2; 43 platforms = platforms.linux; 44 }; 45 }
··· 39 40 meta = with lib; { 41 description = "LDAP module for the Solaris Nameservice Switch (NSS)"; 42 + license = licenses.gpl2Plus; 43 platforms = platforms.linux; 44 }; 45 }
+1 -1
pkgs/os-specific/linux/numactl/default.nix
··· 27 meta = with lib; { 28 description = "Library and tools for non-uniform memory access (NUMA) machines"; 29 homepage = "https://github.com/numactl/numactl"; 30 - license = with licenses; [ gpl2 lgpl21 ]; # libnuma is lgpl21 31 platforms = platforms.linux; 32 }; 33 }
··· 27 meta = with lib; { 28 description = "Library and tools for non-uniform memory access (NUMA) machines"; 29 homepage = "https://github.com/numactl/numactl"; 30 + license = with licenses; [ gpl2Only lgpl21 ]; # libnuma is lgpl21 31 platforms = platforms.linux; 32 }; 33 }
+1 -1
pkgs/os-specific/linux/nvidiabl/default.nix
··· 29 meta = with lib; { 30 description = "Linux driver for setting the backlight brightness on laptops using NVIDIA GPU"; 31 homepage = "https://github.com/yorickvP/nvidiabl"; 32 - license = licenses.gpl2; 33 platforms = [ "x86_64-linux" "i686-linux" ]; 34 maintainers = with maintainers; [ yorickvp ]; 35 broken = kernel.kernelAtLeast "5.18";
··· 29 meta = with lib; { 30 description = "Linux driver for setting the backlight brightness on laptops using NVIDIA GPU"; 31 homepage = "https://github.com/yorickvP/nvidiabl"; 32 + license = licenses.gpl2Plus; 33 platforms = [ "x86_64-linux" "i686-linux" ]; 34 maintainers = with maintainers; [ yorickvp ]; 35 broken = kernel.kernelAtLeast "5.18";
+1 -1
pkgs/os-specific/linux/pam_ccreds/default.nix
··· 18 homepage = "https://www.padl.com/OSS/pam_ccreds.html"; 19 description = "PAM module to locally authenticate using an enterprise identity when the network is unavailable"; 20 mainProgram = "ccreds_chkpwd"; 21 - license = licenses.gpl2; 22 platforms = platforms.linux; 23 }; 24 }
··· 18 homepage = "https://www.padl.com/OSS/pam_ccreds.html"; 19 description = "PAM module to locally authenticate using an enterprise identity when the network is unavailable"; 20 mainProgram = "ccreds_chkpwd"; 21 + license = licenses.gpl2Only; 22 platforms = platforms.linux; 23 }; 24 }
+1 -1
pkgs/os-specific/linux/pam_mount/default.nix
··· 52 meta = with lib; { 53 description = "PAM module to mount volumes for a user session"; 54 homepage = "https://pam-mount.sourceforge.net/"; 55 - license = with licenses; [ gpl2 gpl3 lgpl21 lgpl3 ]; 56 maintainers = with maintainers; [ netali ]; 57 platforms = platforms.linux; 58 };
··· 52 meta = with lib; { 53 description = "PAM module to mount volumes for a user session"; 54 homepage = "https://pam-mount.sourceforge.net/"; 55 + license = with licenses; [ gpl2Plus gpl3 lgpl21 lgpl3 ]; 56 maintainers = with maintainers; [ netali ]; 57 platforms = platforms.linux; 58 };
+1 -1
pkgs/os-specific/linux/paxctl/default.nix
··· 28 description = "Tool for controlling PaX flags on a per binary basis"; 29 mainProgram = "paxctl"; 30 homepage = "https://pax.grsecurity.net"; 31 - license = licenses.gpl2; 32 platforms = platforms.all; 33 maintainers = with maintainers; [ thoughtpolice ]; 34 };
··· 28 description = "Tool for controlling PaX flags on a per binary basis"; 29 mainProgram = "paxctl"; 30 homepage = "https://pax.grsecurity.net"; 31 + license = licenses.gpl2Only; 32 platforms = platforms.all; 33 maintainers = with maintainers; [ thoughtpolice ]; 34 };
+1 -1
pkgs/os-specific/linux/paxtest/default.nix
··· 18 meta = with lib; { 19 description = "Test various memory protection measures"; 20 mainProgram = "paxtest"; 21 - license = licenses.gpl2; 22 platforms = platforms.linux; 23 maintainers = with maintainers; [ copumpkin joachifm ]; 24 };
··· 18 meta = with lib; { 19 description = "Test various memory protection measures"; 20 mainProgram = "paxtest"; 21 + license = licenses.gpl2Only; 22 platforms = platforms.linux; 23 maintainers = with maintainers; [ copumpkin joachifm ]; 24 };
+1 -1
pkgs/os-specific/linux/pcmciautils/default.nix
··· 49 the PCMCIA subsystem to behave (almost) as every other 50 hotpluggable bus system. 51 "; 52 - license = lib.licenses.gpl2; 53 platforms = lib.platforms.linux; 54 }; 55 }
··· 49 the PCMCIA subsystem to behave (almost) as every other 50 hotpluggable bus system. 51 "; 52 + license = lib.licenses.gpl2Only; 53 platforms = lib.platforms.linux; 54 }; 55 }
+1 -1
pkgs/os-specific/linux/phc-intel/default.nix
··· 45 Intel architectures. 46 ''; 47 homepage = "https://github.com/danielw86dev/phc-intel-dkms"; 48 - license = licenses.gpl2; 49 platforms = [ "x86_64-linux" "i686-linux" ]; 50 broken = lib.versionAtLeast kernel.version "4.18"; 51 };
··· 45 Intel architectures. 46 ''; 47 homepage = "https://github.com/danielw86dev/phc-intel-dkms"; 48 + license = licenses.gpl2Plus; 49 platforms = [ "x86_64-linux" "i686-linux" ]; 50 broken = lib.versionAtLeast kernel.version "4.18"; 51 };
+1 -1
pkgs/os-specific/linux/piper/default.nix
··· 35 description = "GTK frontend for ratbagd mouse config daemon"; 36 mainProgram = "piper"; 37 homepage = "https://github.com/libratbag/piper"; 38 - license = licenses.gpl2; 39 maintainers = with maintainers; [ mvnetbiz ]; 40 platforms = platforms.linux; 41 };
··· 35 description = "GTK frontend for ratbagd mouse config daemon"; 36 mainProgram = "piper"; 37 homepage = "https://github.com/libratbag/piper"; 38 + license = licenses.gpl2Only; 39 maintainers = with maintainers; [ mvnetbiz ]; 40 platforms = platforms.linux; 41 };
+1 -1
pkgs/os-specific/linux/pm-utils/default.nix
··· 50 meta = { 51 homepage = "https://pm-utils.freedesktop.org/wiki/"; 52 description = "Small collection of scripts that handle suspend and resume on behalf of HAL"; 53 - license = lib.licenses.gpl2; 54 platforms = lib.platforms.linux; 55 }; 56 }
··· 50 meta = { 51 homepage = "https://pm-utils.freedesktop.org/wiki/"; 52 description = "Small collection of scripts that handle suspend and resume on behalf of HAL"; 53 + license = lib.licenses.gpl2Plus; 54 platforms = lib.platforms.linux; 55 }; 56 }
+1 -1
pkgs/os-specific/linux/pmount/default.nix
··· 40 meta = { 41 homepage = "https://bazaar.launchpad.net/~fourmond/pmount/main/files"; 42 description = "Mount removable devices as normal user"; 43 - license = lib.licenses.gpl2; 44 platforms = lib.platforms.linux; 45 }; 46 }
··· 40 meta = { 41 homepage = "https://bazaar.launchpad.net/~fourmond/pmount/main/files"; 42 description = "Mount removable devices as normal user"; 43 + license = lib.licenses.gpl2Only; 44 platforms = lib.platforms.linux; 45 }; 46 }
+1 -1
pkgs/os-specific/linux/policycoreutils/default.nix
··· 31 32 meta = with lib; { 33 description = "SELinux policy core utilities"; 34 - license = licenses.gpl2; 35 inherit (libsepol.meta) homepage platforms maintainers; 36 }; 37 }
··· 31 32 meta = with lib; { 33 description = "SELinux policy core utilities"; 34 + license = licenses.gpl2Only; 35 inherit (libsepol.meta) homepage platforms maintainers; 36 }; 37 }
+1 -1
pkgs/os-specific/linux/pommed-light/default.nix
··· 71 ''; 72 homepage = "https://github.com/bytbox/pommed-light"; 73 platforms = [ "x86_64-linux" ]; 74 - license = lib.licenses.gpl2; 75 }; 76 }
··· 71 ''; 72 homepage = "https://github.com/bytbox/pommed-light"; 73 platforms = [ "x86_64-linux" ]; 74 + license = lib.licenses.gpl2Only; 75 }; 76 }
+1 -1
pkgs/os-specific/linux/power-calibrate/default.nix
··· 21 description = "Tool to calibrate power consumption"; 22 mainProgram = "power-calibrate"; 23 homepage = "https://github.com/ColinIanKing/power-calibrate"; 24 - license = licenses.gpl2; 25 platforms = platforms.linux; 26 maintainers = with maintainers; [ dtzWill ]; 27 };
··· 21 description = "Tool to calibrate power consumption"; 22 mainProgram = "power-calibrate"; 23 homepage = "https://github.com/ColinIanKing/power-calibrate"; 24 + license = licenses.gpl2Plus; 25 platforms = platforms.linux; 26 maintainers = with maintainers; [ dtzWill ]; 27 };
+1 -1
pkgs/os-specific/linux/powerstat/default.nix
··· 21 description = "Laptop power measuring tool"; 22 mainProgram = "powerstat"; 23 homepage = "https://github.com/ColinIanKing/powerstat"; 24 - license = licenses.gpl2; 25 platforms = platforms.linux; 26 maintainers = with maintainers; [ womfoo ]; 27 };
··· 21 description = "Laptop power measuring tool"; 22 mainProgram = "powerstat"; 23 homepage = "https://github.com/ColinIanKing/powerstat"; 24 + license = licenses.gpl2Plus; 25 platforms = platforms.linux; 26 maintainers = with maintainers; [ womfoo ]; 27 };
+1 -1
pkgs/os-specific/linux/procps-ng/default.nix
··· 65 homepage = "https://gitlab.com/procps-ng/procps"; 66 description = "Utilities that give information about processes using the /proc filesystem"; 67 priority = 11; # less than coreutils, which also provides "kill" and "uptime" 68 - license = licenses.gpl2; 69 platforms = platforms.unix; 70 maintainers = [ maintainers.typetetris ]; 71 };
··· 65 homepage = "https://gitlab.com/procps-ng/procps"; 66 description = "Utilities that give information about processes using the /proc filesystem"; 67 priority = 11; # less than coreutils, which also provides "kill" and "uptime" 68 + license = licenses.gpl2Plus; 69 platforms = platforms.unix; 70 maintainers = [ maintainers.typetetris ]; 71 };
+1 -1
pkgs/os-specific/linux/pscircle/default.nix
··· 25 homepage = "https://gitlab.com/mildlyparallel/pscircle"; 26 description = "Visualize Linux processes in a form of a radial tree"; 27 mainProgram = "pscircle"; 28 - license = licenses.gpl2; 29 maintainers = [ maintainers.ldesgoui ]; 30 platforms = platforms.linux; 31 };
··· 25 homepage = "https://gitlab.com/mildlyparallel/pscircle"; 26 description = "Visualize Linux processes in a form of a radial tree"; 27 mainProgram = "pscircle"; 28 + license = licenses.gpl2Only; 29 maintainers = [ maintainers.ldesgoui ]; 30 platforms = platforms.linux; 31 };
+1 -1
pkgs/os-specific/linux/rewritefs/default.nix
··· 25 description = ''A FUSE filesystem intended to be used 26 like Apache mod_rewrite''; 27 homepage = "https://github.com/sloonz/rewritefs"; 28 - license = licenses.gpl2; 29 maintainers = with maintainers; [ rnhmjoj ]; 30 platforms = platforms.linux; 31 };
··· 25 description = ''A FUSE filesystem intended to be used 26 like Apache mod_rewrite''; 27 homepage = "https://github.com/sloonz/rewritefs"; 28 + license = licenses.gpl2Only; 29 maintainers = with maintainers; [ rnhmjoj ]; 30 platforms = platforms.linux; 31 };
+1 -1
pkgs/os-specific/linux/rt-tests/default.nix
··· 29 description = "Suite of real-time tests - cyclictest, hwlatdetect, pip_stress, pi_stress, pmqtest, ptsematest, rt-migrate-test, sendme, signaltest, sigwaittest, svsematest"; 30 platforms = platforms.linux; 31 maintainers = with maintainers; [ poelzi ]; 32 - license = licenses.gpl2; 33 }; 34 }
··· 29 description = "Suite of real-time tests - cyclictest, hwlatdetect, pip_stress, pi_stress, pmqtest, ptsematest, rt-migrate-test, sendme, signaltest, sigwaittest, svsematest"; 30 platforms = platforms.linux; 31 maintainers = with maintainers; [ poelzi ]; 32 + license = licenses.gpl2Only; 33 }; 34 }
+1 -1
pkgs/os-specific/linux/rtl8189es/default.nix
··· 38 meta = with lib; { 39 description = "Driver for Realtek rtl8189es"; 40 homepage = "https://github.com/jwrdegoede/rtl8189ES_linux"; 41 - license = licenses.gpl2; 42 platforms = platforms.linux; 43 maintainers = with maintainers; [ danielfullmer ]; 44 };
··· 38 meta = with lib; { 39 description = "Driver for Realtek rtl8189es"; 40 homepage = "https://github.com/jwrdegoede/rtl8189ES_linux"; 41 + license = licenses.gpl2Only; 42 platforms = platforms.linux; 43 maintainers = with maintainers; [ danielfullmer ]; 44 };
+1 -1
pkgs/os-specific/linux/rtl8189fs/default.nix
··· 15 meta = with lib; { 16 description = "Driver for Realtek rtl8189fs"; 17 homepage = "https://github.com/jwrdegoede/rtl8189ES_linux/tree/rtl8189fs"; 18 - license = licenses.gpl2; 19 platforms = platforms.linux; 20 maintainers = with maintainers; [ puffnfresh ]; 21 };
··· 15 meta = with lib; { 16 description = "Driver for Realtek rtl8189fs"; 17 homepage = "https://github.com/jwrdegoede/rtl8189ES_linux/tree/rtl8189fs"; 18 + license = licenses.gpl2Only; 19 platforms = platforms.linux; 20 maintainers = with maintainers; [ puffnfresh ]; 21 };
+1 -1
pkgs/os-specific/linux/schedtool/default.nix
··· 17 description = "Query or alter a process' scheduling policy under Linux"; 18 mainProgram = "schedtool"; 19 homepage = "https://freequaos.host.sk/schedtool/"; 20 - license = licenses.gpl2; 21 platforms = platforms.linux; 22 maintainers = with maintainers; [ abbradar ]; 23 };
··· 17 description = "Query or alter a process' scheduling policy under Linux"; 18 mainProgram = "schedtool"; 19 homepage = "https://freequaos.host.sk/schedtool/"; 20 + license = licenses.gpl2Only; 21 platforms = platforms.linux; 22 maintainers = with maintainers; [ abbradar ]; 23 };
+1 -1
pkgs/os-specific/linux/selinux-python/default.nix
··· 44 45 meta = { 46 description = "SELinux policy core utilities written in Python"; 47 - license = licenses.gpl2; 48 homepage = "https://selinuxproject.org"; 49 platforms = platforms.linux; 50 };
··· 44 45 meta = { 46 description = "SELinux policy core utilities written in Python"; 47 + license = licenses.gpl2Plus; 48 homepage = "https://selinuxproject.org"; 49 platforms = platforms.linux; 50 };
+1 -1
pkgs/os-specific/linux/selinux-sandbox/default.nix
··· 53 54 meta = { 55 description = "SELinux sandbox utility"; 56 - license = licenses.gpl2; 57 homepage = "https://selinuxproject.org"; 58 platforms = platforms.linux; 59 };
··· 53 54 meta = { 55 description = "SELinux sandbox utility"; 56 + license = licenses.gpl2Only; 57 homepage = "https://selinuxproject.org"; 58 platforms = platforms.linux; 59 };
+1 -1
pkgs/os-specific/linux/semodule-utils/default.nix
··· 20 21 meta = with lib; { 22 description = "SELinux policy core utilities (packaging additions)"; 23 - license = licenses.gpl2; 24 inherit (libsepol.meta) homepage platforms; 25 maintainers = with maintainers; [ RossComputerGuy ]; 26 };
··· 20 21 meta = with lib; { 22 description = "SELinux policy core utilities (packaging additions)"; 23 + license = licenses.gpl2Only; 24 inherit (libsepol.meta) homepage platforms; 25 maintainers = with maintainers; [ RossComputerGuy ]; 26 };
+1 -1
pkgs/os-specific/linux/setools/default.nix
··· 36 meta = { 37 description = "SELinux Policy Analysis Tools"; 38 homepage = "https://github.com/SELinuxProject/setools"; 39 - license = licenses.gpl2; 40 platforms = platforms.linux; 41 }; 42 }
··· 36 meta = { 37 description = "SELinux Policy Analysis Tools"; 38 homepage = "https://github.com/SELinuxProject/setools"; 39 + license = licenses.gpl2Only; 40 platforms = platforms.linux; 41 }; 42 }
+1 -1
pkgs/os-specific/linux/smemstat/default.nix
··· 22 description = "Memory usage monitoring tool"; 23 mainProgram = "smemstat"; 24 homepage = "https://github.com/ColinIanKing/smemstat"; 25 - license = licenses.gpl2; 26 platforms = platforms.linux; 27 maintainers = with maintainers; [ womfoo ]; 28 };
··· 22 description = "Memory usage monitoring tool"; 23 mainProgram = "smemstat"; 24 homepage = "https://github.com/ColinIanKing/smemstat"; 25 + license = licenses.gpl2Plus; 26 platforms = platforms.linux; 27 maintainers = with maintainers; [ womfoo ]; 28 };
+1 -1
pkgs/os-specific/linux/statifier/default.nix
··· 20 description = "Tool for creating static Linux binaries"; 21 mainProgram = "statifier"; 22 platforms = platforms.linux; 23 - license = licenses.gpl2; 24 }; 25 }
··· 20 description = "Tool for creating static Linux binaries"; 21 mainProgram = "statifier"; 22 platforms = platforms.linux; 23 + license = licenses.gpl2Only; 24 }; 25 }
+1 -1
pkgs/os-specific/linux/sydbox/default.nix
··· 70 meta = with lib; { 71 homepage = "https://sydbox.exherbo.org/"; 72 description = "seccomp-based application sandbox"; 73 - license = licenses.gpl2; 74 platforms = platforms.linux; 75 maintainers = with maintainers; [ mvs ]; 76 };
··· 70 meta = with lib; { 71 homepage = "https://sydbox.exherbo.org/"; 72 description = "seccomp-based application sandbox"; 73 + license = licenses.gpl2Only; 74 platforms = platforms.linux; 75 maintainers = with maintainers; [ mvs ]; 76 };
+1 -1
pkgs/os-specific/linux/sysdig/default.nix
··· 135 meta = { 136 description = 137 "A tracepoint-based system tracing tool for Linux (with clients for other OSes)"; 138 - license = with lib.licenses; [ asl20 gpl2 mit ]; 139 maintainers = with lib.maintainers; [ raskin ]; 140 platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin; 141 broken = kernel != null && ((lib.versionOlder kernel.version "4.14") || kernel.isHardened || kernel.isZen);
··· 135 meta = { 136 description = 137 "A tracepoint-based system tracing tool for Linux (with clients for other OSes)"; 138 + license = with lib.licenses; [ asl20 gpl2Only mit ]; 139 maintainers = with lib.maintainers; [ raskin ]; 140 platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin; 141 broken = kernel != null && ((lib.versionOlder kernel.version "4.14") || kernel.isHardened || kernel.isZen);
+1 -1
pkgs/os-specific/linux/sysfsutils/default.nix
··· 17 filesystem in Linux kernel versions 2.5+ that exposes a system's 18 device tree. 19 ''; 20 - license = with lib.licenses; [ gpl2 lgpl21 ]; 21 platforms = lib.platforms.linux; 22 }; 23 }
··· 17 filesystem in Linux kernel versions 2.5+ that exposes a system's 18 device tree. 19 ''; 20 + license = with lib.licenses; [ gpl2Plus lgpl21 ]; 21 platforms = lib.platforms.linux; 22 }; 23 }
+1 -1
pkgs/os-specific/linux/sysklogd/default.nix
··· 36 meta = with lib; { 37 description = "System logging daemon"; 38 platforms = platforms.linux; 39 - license = licenses.gpl2; 40 }; 41 }
··· 36 meta = with lib; { 37 description = "System logging daemon"; 38 platforms = platforms.linux; 39 + license = licenses.gpl2Plus; 40 }; 41 }
+1 -1
pkgs/os-specific/linux/tbs/default.nix
··· 63 meta = with lib; { 64 homepage = "https://www.tbsdtv.com/"; 65 description = "Linux driver for TBSDTV cards"; 66 - license = licenses.gpl2; 67 maintainers = with maintainers; [ ck3d ]; 68 priority = -1; 69 broken = kernel.kernelOlder "4.14" || kernel.kernelAtLeast "6.9";
··· 63 meta = with lib; { 64 homepage = "https://www.tbsdtv.com/"; 65 description = "Linux driver for TBSDTV cards"; 66 + license = licenses.gpl2Only; 67 maintainers = with maintainers; [ ck3d ]; 68 priority = -1; 69 broken = kernel.kernelOlder "4.14" || kernel.kernelAtLeast "6.9";
+1 -1
pkgs/os-specific/linux/tiptop/default.nix
··· 36 meta = with lib; { 37 description = "Performance monitoring tool for Linux"; 38 homepage = "http://tiptop.gforge.inria.fr"; 39 - license = licenses.gpl2; 40 platforms = platforms.linux; 41 maintainers = [ ]; 42 };
··· 36 meta = with lib; { 37 description = "Performance monitoring tool for Linux"; 38 homepage = "http://tiptop.gforge.inria.fr"; 39 + license = licenses.gpl2Only; 40 platforms = platforms.linux; 41 maintainers = [ ]; 42 };
+1 -1
pkgs/os-specific/linux/tmon/default.nix
··· 21 description = "Monitoring and Testing Tool for Linux kernel thermal subsystem"; 22 mainProgram = "tmon"; 23 homepage = "https://www.kernel.org/"; 24 - license = licenses.gpl2; 25 platforms = platforms.linux; 26 }; 27 }
··· 21 description = "Monitoring and Testing Tool for Linux kernel thermal subsystem"; 22 mainProgram = "tmon"; 23 homepage = "https://www.kernel.org/"; 24 + license = licenses.gpl2Only; 25 platforms = platforms.linux; 26 }; 27 }
+1 -1
pkgs/os-specific/linux/tp_smapi/default.nix
··· 59 meta = { 60 description = "IBM ThinkPad hardware functions driver"; 61 homepage = "https://github.com/linux-thinkpad/tp_smapi"; 62 - license = lib.licenses.gpl2; 63 maintainers = [ ]; 64 # driver is only ment for linux thinkpads i think bellow platforms should cover it. 65 platforms = [ "x86_64-linux" "i686-linux" ];
··· 59 meta = { 60 description = "IBM ThinkPad hardware functions driver"; 61 homepage = "https://github.com/linux-thinkpad/tp_smapi"; 62 + license = lib.licenses.gpl2Plus; 63 maintainers = [ ]; 64 # driver is only ment for linux thinkpads i think bellow platforms should cover it. 65 platforms = [ "x86_64-linux" "i686-linux" ];
+1 -1
pkgs/os-specific/linux/trace-cmd/kernelshark.nix
··· 28 meta = with lib; { 29 description = "GUI for trace-cmd which is an interface for the Linux kernel ftrace subsystem"; 30 homepage = "https://kernelshark.org/"; 31 - license = licenses.gpl2; 32 platforms = platforms.linux; 33 maintainers = with maintainers; [ basvandijk ]; 34 };
··· 28 meta = with lib; { 29 description = "GUI for trace-cmd which is an interface for the Linux kernel ftrace subsystem"; 30 homepage = "https://kernelshark.org/"; 31 + license = licenses.gpl2Only; 32 platforms = platforms.linux; 33 maintainers = with maintainers; [ basvandijk ]; 34 };
+1 -1
pkgs/os-specific/linux/tunctl/default.nix
··· 19 homepage = "https://tunctl.sourceforge.net/"; 20 description = "Utility to set up and maintain TUN/TAP network interfaces"; 21 mainProgram = "tunctl"; 22 - license = lib.licenses.gpl2; 23 platforms = lib.platforms.linux; 24 }; 25 }
··· 19 homepage = "https://tunctl.sourceforge.net/"; 20 description = "Utility to set up and maintain TUN/TAP network interfaces"; 21 mainProgram = "tunctl"; 22 + license = lib.licenses.gpl2Only; 23 platforms = lib.platforms.linux; 24 }; 25 }
+1 -1
pkgs/os-specific/linux/turbostat/default.nix
··· 15 description = "Report processor frequency and idle statistics"; 16 mainProgram = "turbostat"; 17 homepage = "https://www.kernel.org/"; 18 - license = licenses.gpl2; 19 platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific 20 }; 21 }
··· 15 description = "Report processor frequency and idle statistics"; 16 mainProgram = "turbostat"; 17 homepage = "https://www.kernel.org/"; 18 + license = licenses.gpl2Only; 19 platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific 20 }; 21 }
+1 -1
pkgs/os-specific/linux/ulogd/default.nix
··· 72 ''; 73 74 homepage = "https://www.netfilter.org/projects/ulogd/index.html"; 75 - license = licenses.gpl2; 76 platforms = platforms.linux; 77 maintainers = with maintainers; [ p-h ]; 78 };
··· 72 ''; 73 74 homepage = "https://www.netfilter.org/projects/ulogd/index.html"; 75 + license = licenses.gpl2Only; 76 platforms = platforms.linux; 77 maintainers = with maintainers; [ p-h ]; 78 };
+1 -1
pkgs/os-specific/linux/undervolt/default.nix
··· 22 voltage offset to one of 5 voltage planes, and override your systems temperature 23 target (CPU will throttle when this temperature is reached). 24 ''; 25 - license = licenses.gpl2; 26 platforms = [ "x86_64-linux" ]; 27 }; 28 }
··· 22 voltage offset to one of 5 voltage planes, and override your systems temperature 23 target (CPU will throttle when this temperature is reached). 24 ''; 25 + license = licenses.gpl2Only; 26 platforms = [ "x86_64-linux" ]; 27 }; 28 }
+1 -1
pkgs/os-specific/linux/v4l2-relayd/default.nix
··· 41 description = "Streaming relay for v4l2loopback using GStreamer"; 42 mainProgram = "v4l2-relayd"; 43 homepage = "https://git.launchpad.net/v4l2-relayd"; 44 - license = licenses.gpl2; 45 maintainers = with maintainers; [ betaboon ]; 46 platforms = [ "x86_64-linux" ]; 47 };
··· 41 description = "Streaming relay for v4l2loopback using GStreamer"; 42 mainProgram = "v4l2-relayd"; 43 homepage = "https://git.launchpad.net/v4l2-relayd"; 44 + license = licenses.gpl2Only; 45 maintainers = with maintainers; [ betaboon ]; 46 platforms = [ "x86_64-linux" ]; 47 };
+1 -1
pkgs/os-specific/linux/v86d/default.nix
··· 41 description = "Daemon to run x86 code in an emulated environment"; 42 mainProgram = "v86d"; 43 homepage = "https://github.com/mjanusz/v86d"; 44 - license = licenses.gpl2; 45 maintainers = with maintainers; [ codyopel ]; 46 platforms = [ "i686-linux" "x86_64-linux" ]; 47 };
··· 41 description = "Daemon to run x86 code in an emulated environment"; 42 mainProgram = "v86d"; 43 homepage = "https://github.com/mjanusz/v86d"; 44 + license = licenses.gpl2Only; 45 maintainers = with maintainers; [ codyopel ]; 46 platforms = [ "i686-linux" "x86_64-linux" ]; 47 };
+1 -1
pkgs/os-specific/linux/virtio_vmmci/default.nix
··· 28 meta = with lib; { 29 description = "OpenBSD VMM Control Interface (vmmci) for Linux"; 30 homepage = "https://github.com/voutilad/virtio_vmmci"; 31 - license = licenses.gpl2; 32 maintainers = with maintainers; [ qbit ]; 33 platforms = platforms.linux; 34 };
··· 28 meta = with lib; { 29 description = "OpenBSD VMM Control Interface (vmmci) for Linux"; 30 homepage = "https://github.com/voutilad/virtio_vmmci"; 31 + license = licenses.gpl2Plus; 32 maintainers = with maintainers; [ qbit ]; 33 platforms = platforms.linux; 34 };
+1 -1
pkgs/os-specific/linux/vmm_clock/default.nix
··· 29 description = 30 "Experimental implementation of a kvmclock-derived clocksource for Linux guests under OpenBSD's hypervisor"; 31 homepage = "https://github.com/voutilad/vmm_clock"; 32 - license = licenses.gpl2; 33 maintainers = with maintainers; [ qbit ]; 34 platforms = [ "i686-linux" "x86_64-linux" ]; 35 };
··· 29 description = 30 "Experimental implementation of a kvmclock-derived clocksource for Linux guests under OpenBSD's hypervisor"; 31 homepage = "https://github.com/voutilad/vmm_clock"; 32 + license = licenses.gpl2Plus; 33 maintainers = with maintainers; [ qbit ]; 34 platforms = [ "i686-linux" "x86_64-linux" ]; 35 };
+1 -1
pkgs/os-specific/linux/wireless-tools/default.nix
··· 21 description = "Wireless tools for Linux"; 22 homepage = "https://hewlettpackard.github.io/wireless-tools/Tools.html"; 23 platforms = lib.platforms.linux; 24 - license = lib.licenses.gpl2; 25 }; 26 }
··· 21 description = "Wireless tools for Linux"; 22 homepage = "https://hewlettpackard.github.io/wireless-tools/Tools.html"; 23 platforms = lib.platforms.linux; 24 + license = lib.licenses.gpl2Only; 25 }; 26 }
+1 -1
pkgs/os-specific/linux/x86_energy_perf_policy/default.nix
··· 21 description = "Set the energy versus performance policy preference bias on recent X86 processors"; 22 mainProgram = "x86_energy_perf_policy"; 23 homepage = "https://www.kernel.org/"; 24 - license = licenses.gpl2; 25 platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific 26 }; 27 }
··· 21 description = "Set the energy versus performance policy preference bias on recent X86 processors"; 22 mainProgram = "x86_energy_perf_policy"; 23 homepage = "https://www.kernel.org/"; 24 + license = licenses.gpl2Only; 25 platforms = [ "i686-linux" "x86_64-linux" ]; # x86-specific 26 }; 27 }
+1 -1
pkgs/os-specific/linux/x86info/default.nix
··· 49 frequency, and identify the cache sizes and layout. 50 ''; 51 platforms = [ "i686-linux" "x86_64-linux" ]; 52 - license = lib.licenses.gpl2; 53 homepage = "https://github.com/kernelslacker/x86info"; 54 maintainers = with lib.maintainers; [ jcumming ]; 55 };
··· 49 frequency, and identify the cache sizes and layout. 50 ''; 51 platforms = [ "i686-linux" "x86_64-linux" ]; 52 + license = lib.licenses.gpl2Only; 53 homepage = "https://github.com/kernelslacker/x86info"; 54 maintainers = with lib.maintainers; [ jcumming ]; 55 };
+1 -1
pkgs/os-specific/linux/xone/default.nix
··· 31 meta = with lib; { 32 description = "Linux kernel driver for Xbox One and Xbox Series X|S accessories"; 33 homepage = "https://github.com/medusalix/xone"; 34 - license = licenses.gpl2; 35 maintainers = with lib.maintainers; [ rhysmdnz ]; 36 platforms = platforms.linux; 37 };
··· 31 meta = with lib; { 32 description = "Linux kernel driver for Xbox One and Xbox Series X|S accessories"; 33 homepage = "https://github.com/medusalix/xone"; 34 + license = licenses.gpl2Plus; 35 maintainers = with lib.maintainers; [ rhysmdnz ]; 36 platforms = platforms.linux; 37 };
+1 -1
pkgs/os-specific/linux/xsensors/default.nix
··· 16 ./replace-deprecated-gtk.patch 17 ]; 18 meta = with lib; { 19 - license = licenses.gpl2; 20 platforms = platforms.linux; 21 maintainers = with maintainers; [ ]; 22 };
··· 16 ./replace-deprecated-gtk.patch 17 ]; 18 meta = with lib; { 19 + license = licenses.gpl2Plus; 20 platforms = platforms.linux; 21 maintainers = with maintainers; [ ]; 22 };