File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 27
27
LIBCLANG_PATH = "${ pkgs . libclang . lib } /lib" ;
28
28
BINDGEN_EXTRA_CLANG_ARGS = "-I${ pkgs . glibc . dev } /include -I${ pkgs . clang . cc . lib } /lib/clang/${ pkgs . lib . getVersion pkgs . clang . cc } /include" ;
29
29
} ;
30
+ # FIXME: Remove when https://github.com/NixOS/nixpkgs/pull/266787 is merged.
31
+ # See https://github.com/stackabletech/operator-templating/pull/289 for details.
32
+ ring = attrs : {
33
+ CARGO_MANIFEST_LINKS = attrs . links ;
34
+ } ;
30
35
} ;
31
36
}
32
37
, meta ? pkgs . lib . importJSON ./nix/meta.json
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ default = "deny"
24
24
confidence-threshold = 1.0
25
25
allow = [
26
26
" Apache-2.0" ,
27
+ " BSD-2-Clause" ,
27
28
" BSD-3-Clause" ,
28
29
" CC0-1.0" ,
29
30
" ISC" ,
Original file line number Diff line number Diff line change 5
5
"homepage" : " " ,
6
6
"owner" : " kolloch" ,
7
7
"repo" : " crate2nix" ,
8
- "rev" : " 8749f46953b46d44fd181b002399e4a20371f323 " ,
9
- "sha256" : " 13gn5zynbzih8lrhf2y486km7g0dhfiss5hh2m2mssn8r50k6jqx " ,
8
+ "rev" : " a3fb25472c3796718b100a6e36f41088b0a0de14 " ,
9
+ "sha256" : " 0g6zi7gzq9snpilrn3fkid5p9k9fdy4xcfn3q5c4kadrr9i3hbr8 " ,
10
10
"type" : " tarball" ,
11
- "url" : " https://github.com/kolloch/crate2nix/archive/8749f46953b46d44fd181b002399e4a20371f323 .tar.gz" ,
11
+ "url" : " https://github.com/kolloch/crate2nix/archive/a3fb25472c3796718b100a6e36f41088b0a0de14 .tar.gz" ,
12
12
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
13
13
},
14
14
"nixpkgs" : {
You can’t perform that action at this time.
0 commit comments