lib/pkgs/mjpeg-proxy.nix: rm dead code

This commit is contained in:
Astro 2021-09-22 18:25:35 +02:00
parent 1dd68b06a9
commit 6e331bee7b
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
{ fetchgit, rustPlatform, pkg-config, openssl }:
rustPlatform.buildRustPackage rec {
pname = "rust-mjpeg-proxy";
version = "unstable-2021-02-21";
src = fetchgit {
url = "https://gitea.c3d2.de/astro/rust-mjpeg-proxy.git";
rev = "d64611c0c3f91ff594054110197db097b649782d";
sha256 = "004hgaq046lq0d1mn46p5g17qll18k5ssm4igwfi0k98lc2l3s8x";
};
cargoSha256 = "1lsrzgszag9g93s3wqm3h1jbsh5dsik4gp7ci3lgmlb4h94ziqn2";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ];
}