mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #330314 from ExpidusOS/fix/pkgsllvm/strace
strace: fix building with llvm
This commit is contained in:
commit
29a6f568d8
@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
|
||||
# -kk
|
||||
++ lib.optional (lib.meta.availableOn stdenv.hostPlatform elfutils) elfutils;
|
||||
|
||||
configureFlags = [ "--enable-mpers=check" ];
|
||||
configureFlags = [ "--enable-mpers=check" ]
|
||||
++ lib.optional stdenv.cc.isClang "CFLAGS=-Wno-unused-function";
|
||||
|
||||
passthru.updateScript = gitUpdater {
|
||||
# No nicer place to find latest release.
|
||||
|
Loading…
Reference in New Issue
Block a user