webkitgtk: remove CMAKE_PREFIX_PATH hack

This had been resolved in #318226.
This commit is contained in:
Wolfgang Walther
2024-11-23 20:13:24 +01:00
parent b4ffcdd28a
commit a196ca60d8
@@ -101,14 +101,6 @@ clangStdenv.mkDerivation (finalAttrs: {
})
];
preConfigure = lib.optionalString (clangStdenv.hostPlatform != clangStdenv.buildPlatform) ''
# Ignore gettext in cmake_prefix_path so that find_program doesn't
# pick up the wrong gettext. TODO: Find a better solution for
# this, maybe make cmake not look up executables in
# CMAKE_PREFIX_PATH.
cmakeFlags+=" -DCMAKE_IGNORE_PATH=${lib.getBin gettext}/bin"
'';
nativeBuildInputs = [
bison
cmake