mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
linuxPackages.perf: remove unused TIPDIR macro
This commit is contained in:
parent
a14ae55c04
commit
f28bf68bc4
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue