File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 99, clang
1010, cmake
1111, curl
12- , darwin
1312, dbus
1413, dbus-glib
1514, fontconfig
4746, ...
4847} :
4948
50- let
51- inherit ( darwin . apple_sdk . frameworks ) CoreFoundation Security ;
52- in
5349{
5450 alsa-sys = attrs : {
5551 nativeBuildInputs = [ pkg-config ] ;
7167 } ;
7268
7369 cargo = attrs : {
74- buildInputs = [ openssl zlib curl ]
75- ++ lib . optionals stdenv . hostPlatform . isDarwin [ CoreFoundation Security ] ;
70+ buildInputs = [ openssl zlib curl ] ;
7671 } ;
7772
7873 libz-sys = attrs : {
280275 crateBin = [ { name = "rink" ; path = "src/bin/rink.rs" ; } ] ;
281276 } ;
282277
283- security-framework-sys = attr : {
284- propagatedBuildInputs = lib . optional stdenv . hostPlatform . isDarwin Security ;
285- } ;
286-
287278 sequoia-openpgp = attrs : {
288279 buildInputs = [ gmp ] ;
289280 } ;
319310 buildInputs = [ sqlite gmp ] ;
320311 } ;
321312
322- serde_derive = attrs : {
323- buildInputs = lib . optional stdenv . hostPlatform . isDarwin Security ;
324- } ;
325-
326313 servo-fontconfig-sys = attrs : {
327314 nativeBuildInputs = [ pkg-config ] ;
328315 buildInputs = [ freetype fontconfig ] ;
You can’t perform that action at this time.
0 commit comments