mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
fizz: remove unnecessary input
This commit is contained in:
parent
997d4edee5
commit
74e329179b
@ -15,7 +15,6 @@
|
||||
gflags,
|
||||
zlib,
|
||||
libevent,
|
||||
libiberty,
|
||||
apple-sdk_11,
|
||||
darwinMinVersionHook,
|
||||
|
||||
@ -46,7 +45,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gflags
|
||||
zlib
|
||||
libevent
|
||||
libiberty
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
apple-sdk_11
|
||||
|
Loading…
Reference in New Issue
Block a user