lol

treewide: drop things the c3d2 is no longer using (#442588)

authored by

Sandro and committed by
GitHub
be175052 d1179922

-10
-1
pkgs/applications/audio/codecserver/default.nix
··· 41 description = "Modular audio codec server"; 42 license = licenses.gpl3Only; 43 platforms = platforms.unix; 44 - teams = [ teams.c3d2 ]; 45 mainProgram = "codecserver"; 46 }; 47 }
··· 41 description = "Modular audio codec server"; 42 license = licenses.gpl3Only; 43 platforms = platforms.unix; 44 mainProgram = "codecserver"; 45 }; 46 }
-1
pkgs/by-name/cs/csdr/package.nix
··· 48 license = licenses.gpl3Only; 49 platforms = platforms.unix; 50 broken = stdenv.hostPlatform.isDarwin; 51 - teams = [ teams.c3d2 ]; 52 }; 53 }
··· 48 license = licenses.gpl3Only; 49 platforms = platforms.unix; 50 broken = stdenv.hostPlatform.isDarwin; 51 }; 52 }
-1
pkgs/by-name/di/digiham/package.nix
··· 46 description = "Tools for decoding digital ham communication"; 47 license = lib.licenses.gpl3Only; 48 platforms = lib.platforms.unix; 49 - teams = [ lib.teams.c3d2 ]; 50 }; 51 })
··· 46 description = "Tools for decoding digital ham communication"; 47 license = lib.licenses.gpl3Only; 48 platforms = lib.platforms.unix; 49 }; 50 })
-1
pkgs/by-name/dr/drone-runner-ssh/package.nix
··· 21 description = "Experimental Drone runner that executes a pipeline on a remote machine"; 22 homepage = "https://github.com/drone-runners/drone-runner-ssh"; 23 license = licenses.unfreeRedistributable; 24 - teams = [ teams.c3d2 ]; 25 mainProgram = "drone-runner-ssh"; 26 }; 27 }
··· 21 description = "Experimental Drone runner that executes a pipeline on a remote machine"; 22 homepage = "https://github.com/drone-runners/drone-runner-ssh"; 23 license = licenses.unfreeRedistributable; 24 mainProgram = "drone-runner-ssh"; 25 }; 26 }
-1
pkgs/by-name/m1/m17-cxx-demod/package.nix
··· 44 homepage = "https://github.com/mobilinkd/m17-cxx-demod"; 45 license = licenses.gpl3Only; 46 platforms = platforms.unix; 47 - teams = [ teams.c3d2 ]; 48 # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs 49 broken = stdenv.hostPlatform.isDarwin; 50 };
··· 44 homepage = "https://github.com/mobilinkd/m17-cxx-demod"; 45 license = licenses.gpl3Only; 46 platforms = platforms.unix; 47 # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs 48 broken = stdenv.hostPlatform.isDarwin; 49 };
-1
pkgs/by-name/op/openipmi/package.nix
··· 42 ]; 43 platforms = platforms.linux; 44 maintainers = with maintainers; [ arezvov ]; 45 - teams = [ teams.c3d2 ]; 46 }; 47 }
··· 42 ]; 43 platforms = platforms.linux; 44 maintainers = with maintainers; [ arezvov ]; 45 }; 46 }
-1
pkgs/by-name/wa/wander/package.nix
··· 36 description = "Terminal app/TUI for HashiCorp Nomad"; 37 license = licenses.mit; 38 homepage = "https://github.com/robinovitch61/wander"; 39 - teams = [ teams.c3d2 ]; 40 mainProgram = "wander"; 41 }; 42 }
··· 36 description = "Terminal app/TUI for HashiCorp Nomad"; 37 license = licenses.mit; 38 homepage = "https://github.com/robinovitch61/wander"; 39 mainProgram = "wander"; 40 }; 41 }
-1
pkgs/development/python-modules/napalm/default.nix
··· 91 description = "Network Automation and Programmability Abstraction Layer with Multivendor support"; 92 homepage = "https://github.com/napalm-automation/napalm"; 93 license = licenses.asl20; 94 - teams = [ teams.c3d2 ]; 95 }; 96 }
··· 91 description = "Network Automation and Programmability Abstraction Layer with Multivendor support"; 92 homepage = "https://github.com/napalm-automation/napalm"; 93 license = licenses.asl20; 94 }; 95 }
-1
pkgs/development/python-modules/pycsdr/default.nix
··· 27 homepage = "https://github.com/jketterl/pycsdr"; 28 description = "Bindings for the csdr library"; 29 license = lib.licenses.gpl3Only; 30 - teams = [ lib.teams.c3d2 ]; 31 }; 32 }
··· 27 homepage = "https://github.com/jketterl/pycsdr"; 28 description = "Bindings for the csdr library"; 29 license = lib.licenses.gpl3Only; 30 }; 31 }
-1
pkgs/development/python-modules/pydigiham/default.nix
··· 38 homepage = "https://github.com/jketterl/pydigiham"; 39 description = "Bindings for the csdr library"; 40 license = lib.licenses.gpl3Only; 41 - teams = [ lib.teams.c3d2 ]; 42 }; 43 }
··· 38 homepage = "https://github.com/jketterl/pydigiham"; 39 description = "Bindings for the csdr library"; 40 license = lib.licenses.gpl3Only; 41 }; 42 }