File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
pkgs/os-specific/linux/nsncd Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- { lib
2- , stdenv
3- , fetchFromGitHub
4- , rustPlatform
1+ {
2+ lib ,
3+ stdenv ,
4+ fetchFromGitHub ,
5+ rustPlatform ,
56} :
67
78rustPlatform . buildRustPackage {
@@ -18,9 +19,7 @@ rustPlatform.buildRustPackage {
1819 cargoHash = "sha256-N7U9YsyGh8+fLT973GGZTmVXcdnWhpqkeYTxzJ0rzdo=" ;
1920
2021 # TOREMOVE when https://github.com/twosigma/nsncd/pull/119 gets merged.
21- cargoPatches = [
22- ./0001-cargo-bump.patch
23- ] ;
22+ cargoPatches = [ ./0001-cargo-bump.patch ] ;
2423
2524 # TOREMOVE when https://github.com/twosigma/nsncd/pull/119 gets merged.
2625 RUSTFLAGS = "-A dead_code" ;
@@ -40,7 +39,10 @@ rustPlatform.buildRustPackage {
4039 '' ;
4140 homepage = "https://github.com/twosigma/nsncd" ;
4241 license = licenses . asl20 ;
43- maintainers = with maintainers ; [ flokli picnoir ] ;
42+ maintainers = with maintainers ; [
43+ flokli
44+ picnoir
45+ ] ;
4446 # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
4547 broken = stdenv . isDarwin ;
4648 } ;
You can’t perform that action at this time.
0 commit comments