mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
nvc: drop libelf on darwin
This commit is contained in:
parent
db2a3483c0
commit
aeaed88f33
@ -7,7 +7,6 @@
|
||||
, pkg-config
|
||||
, which
|
||||
, elfutils
|
||||
, libelf
|
||||
, libffi
|
||||
, llvm
|
||||
, zlib
|
||||
@ -40,8 +39,6 @@ stdenv.mkDerivation rec {
|
||||
zstd
|
||||
] ++ lib.optionals stdenv.isLinux [
|
||||
elfutils
|
||||
] ++ lib.optionals (!stdenv.isLinux) [
|
||||
libelf
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user