Skip to content

Commit

Permalink
linuxPackages.perf: remove unused TIPDIR macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Apr 10, 2018
1 parent a14ae55 commit f28bf68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/os-specific/linux/kernel/perf.nix
Expand Up @@ -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) [
Expand Down

0 comments on commit f28bf68

Please sign in to comment.