Patch taken from Nix: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/qt-5/5.11/qtwebkit.patch diff --git a/Source/WebKit2/PlatformQt.cmake b/Source/WebKit2/PlatformQt.cmake --- a/Source/WebKit2/PlatformQt.cmake +++ b/Source/WebKit2/PlatformQt.cmake @@ -261,6 +261,7 @@ list(APPEND WebKit2_SYSTEM_INCLUDE_DIRECTORIES ${GLIB_INCLUDE_DIRS} ${GSTREAMER_INCLUDE_DIRS} + ${GSTREAMER_PBUTILS_INCLUDE_DIRS} ${Qt5Quick_INCLUDE_DIRS} ${Qt5Quick_PRIVATE_INCLUDE_DIRS} ${SQLITE_INCLUDE_DIR} href='/guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/file-systems.scm
AgeCommit message (Expand)Author
2019-04-29file-systems: Support the 'no-atime' flag....rendaw
2019-01-17file-systems: Add read-luks-partition-uuid....Mathieu Othacehe
2019-01-17file-systems: Export read-partition-label and read-partition-uuid....Mathieu Othacehe
2018-12-18file-systems: Have the emergency REPL output to /dev/console....Ludovic Courtès
2018-12-18file-systems: Spawn a REPL only when interaction is possible....Ludovic Courtès