webkitgtk: remove CMAKE_PREFIX_PATH hack

This had been resolved in #318226.

Changed files
-8
pkgs
development
libraries
webkitgtk
-8
pkgs/development/libraries/webkitgtk/default.nix
···
})
];
-
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