treewide: drop things the c3d2 is no longer using (#442588)
This commit is contained in:
@@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Modular audio codec server";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.unix;
|
||||
teams = [ teams.c3d2 ];
|
||||
mainProgram = "codecserver";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -48,6 +48,5 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
teams = [ teams.c3d2 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -46,6 +46,5 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Tools for decoding digital ham communication";
|
||||
license = lib.licenses.gpl3Only;
|
||||
platforms = lib.platforms.unix;
|
||||
teams = [ lib.teams.c3d2 ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -21,7 +21,6 @@ buildGoModule {
|
||||
description = "Experimental Drone runner that executes a pipeline on a remote machine";
|
||||
homepage = "https://github.com/drone-runners/drone-runner-ssh";
|
||||
license = licenses.unfreeRedistributable;
|
||||
teams = [ teams.c3d2 ];
|
||||
mainProgram = "drone-runner-ssh";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -44,7 +44,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/mobilinkd/m17-cxx-demod";
|
||||
license = licenses.gpl3Only;
|
||||
platforms = platforms.unix;
|
||||
teams = [ teams.c3d2 ];
|
||||
# never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
|
||||
broken = stdenv.hostPlatform.isDarwin;
|
||||
};
|
||||
|
||||
@@ -42,6 +42,5 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ arezvov ];
|
||||
teams = [ teams.c3d2 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,7 +36,6 @@ buildGoModule rec {
|
||||
description = "Terminal app/TUI for HashiCorp Nomad";
|
||||
license = licenses.mit;
|
||||
homepage = "https://github.com/robinovitch61/wander";
|
||||
teams = [ teams.c3d2 ];
|
||||
mainProgram = "wander";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -91,6 +91,5 @@ buildPythonPackage rec {
|
||||
description = "Network Automation and Programmability Abstraction Layer with Multivendor support";
|
||||
homepage = "https://github.com/napalm-automation/napalm";
|
||||
license = licenses.asl20;
|
||||
teams = [ teams.c3d2 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,6 +27,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/jketterl/pycsdr";
|
||||
description = "Bindings for the csdr library";
|
||||
license = lib.licenses.gpl3Only;
|
||||
teams = [ lib.teams.c3d2 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -38,6 +38,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/jketterl/pydigiham";
|
||||
description = "Bindings for the csdr library";
|
||||
license = lib.licenses.gpl3Only;
|
||||
teams = [ lib.teams.c3d2 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user