mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
linuxPackages.perf: remove unused TIPDIR macro
This commit is contained in:
parent
a14ae55c04
commit
f28bf68bc4
@ -47,7 +47,6 @@ stdenv.mkDerivation {
|
||||
"-Wno-error=bool-compare"
|
||||
"-Wno-error=deprecated-declarations"
|
||||
"-DOBJDUMP_PATH=\"${binutils}/bin/objdump\""
|
||||
"-DTIPDIR=\"$(out)/share/doc/perf-tip\""
|
||||
]
|
||||
# gcc before 6 doesn't know these options
|
||||
++ stdenv.lib.optionals (hasPrefix "gcc-6" stdenv.cc.cc.name) [
|
||||
|
Loading…
Reference in New Issue
Block a user