Commit f28bf68b authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

linuxPackages.perf: remove unused TIPDIR macro

parent a14ae55c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) [