Revert "qt5.qtwebkit: Fix paths in pc files"

This reverts commit dee7377508.
This commit is contained in:
Jan Tojnar 2020-07-05 00:18:46 +02:00
parent cfe7e12d38
commit f38d3df11c
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -34,9 +34,6 @@ qtModule {
bison flex gdb gperf perl pkgconfig python2 ruby
] ++ optional usingAnnulenWebkitFork cmake;
# Temporary fix for https://github.com/NixOS/nixpkgs/commit/be1b22538a60e52987d238bb11f93043682b6e9a
setOutputFlags = true;
cmakeFlags = optionals usingAnnulenWebkitFork ([ "-DPORT=Qt" ]
++ optionals stdenv.isDarwin [
"-DQt5Multimedia_DIR=${getDev qtmultimedia}/lib/cmake/Qt5Multimedia"