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} '>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/rdf.scm
AgeCommit message (Expand)Author
2022-01-18gnu: python-sparqlwrapper: Build with older setuptools....* gnu/packages/rdf.scm (python-sparqlwrapper)[native-inputs]: Add PYTHON-SETUPTOOLS. Marius Bakke
2022-01-18gnu: python-rdflib-jsonld: Update to 0.6.2....* gnu/packages/rdf.scm (python-rdflib-jsonld): Update to 0.6.2. Marius Bakke
2022-01-18gnu: python-rdflib: Update to 6.1.1....* gnu/packages/rdf.scm (python-rdflib): Update to 6.1.1. [arguments]: Remove #:tests. Add #:phases. [native-inputs]: Change from PYTHON-NOSE to PYTHON-PYTEST. (python-rdflib-5): New variable. (python2-rdflib): Inherit from PYTHON-RDFLIB-5. * gnu/packages/python-xyz.scm (python-prov): Change from PYTHON-RDFLIB to PYTHON-RDFLIB-5. * gnu/packages/bioinformatics.scm (cwltool): Likewise. Marius Bakke
2022-01-05gnu: lucene++: Use G-expressions....* gnu/packages/rdf.scm (lucene++)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-01-05gnu: lucene++: Update to 3.0.8....* gnu/packages/rdf.scm (lucene++): Update to 3.0.8. [source]: Add a nice snippet. [arguments]: Don't install the entire gtest suite. Add a custom 'check phase. [inputs]: Add zlib. Tobias Geerinckx-Rice
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-11-11gnu: Move a few Python packages to (gnu packages python-build)....This is in prevision of updating python-pypa-build, which now requires python-packaging and adding python-tomli, which requires python-six. * gnu/packages/python-xyz.scm (python-six) (python-six-bootstrap, python2-six-bootstrap) (python-pyparsing, python2-pyparsing, python-pyparsing-2.4.7) (python-packaging-bootstrap, python2-packaging-bootstrap): Move packages to... * gnu/packages/python-build.scm: ... here. Update python-parsing to latest. * gnu/packages/python-xyz.scm (python-six, python-packaging): Adjust to inherit from their bootstrap versions. Maxim Cournoyer
2021-07-21gnu: Add python-sparqlwrapper....* gnu/packages/rdf.scm (python-sparqlwrapper): New variable. Lars-Dominik Braun