Unverified Commit be175052 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents d1179922 47110e3d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
    description = "Modular audio codec server";
    license = licenses.gpl3Only;
    platforms = platforms.unix;
    teams = [ teams.c3d2 ];
    mainProgram = "codecserver";
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -48,6 +48,5 @@ stdenv.mkDerivation rec {
    license = licenses.gpl3Only;
    platforms = platforms.unix;
    broken = stdenv.hostPlatform.isDarwin;
    teams = [ teams.c3d2 ];
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
})
+0 −1
Original line number Diff line number Diff line
@@ -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";
  };
}
+0 −1
Original line number Diff line number Diff line
@@ -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;
  };
Loading