aboutsummaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2019-11-05 21:44:49 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2019-11-06 10:26:25 +0100
commitea57bb893eeb7008064d2f511dede616d4bdcbd1 (patch)
treee98f85a665bfd8c0b3d6aaac8124cc10a49bdc93 /build-aux
parent998e6cdcd2a9fcce18b46676ce47990867227945 (diff)
downloadguix-ea57bb893eeb7008064d2f511dede616d4bdcbd1.tar.gz
guix-ea57bb893eeb7008064d2f511dede616d4bdcbd1.zip
gnu: grantlee: Fix build for Qt 5.12.
Build using gnu++11 standard. * gnu/packages/qt.scm(grantlee)[argument]<configure-flags>: New element.
Diffstat (limited to 'build-aux')
0 files changed, 0 insertions, 0 deletions
-inputs returns changes to all labelled input lists"): Remove. * guix/import/cran.scm (maybe-inputs): Expect PACKAGE-INPUTS to be a list of <upstream-input>. (source-dir->dependencies): Return a list of <upstream-input>. (vignette-builders): Likewise. (uri-helper, cran-package-source-url) (cran-package-propagated-inputs, cran-package-inputs): New procedures. (description->package): Use them instead of local definitions. (latest-cran-release): Replace 'input-changes' field by 'inputs'. (latest-bioconductor-release): Likewise. (format-inputs): Remove. * guix/import/hackage.scm (cabal-package-inputs): New procedure. (hackage-module->sexp): Use it. [maybe-inputs]: Expect a list of <upstream-input>. Ludovic Courtès 2022-01-05tests: Add failing tests for changed-inputs on new style inputs....* tests/upstream.scm ("changed-inputs returns changes to plain input list", "changed-inputs returns changes to all plain input lists"): New tests. Ricardo Wurmus 2022-01-05tests: Add tests for changed-inputs on old-style inputs....All these tests pass, because they only test the old-style input alists with labels. * tests/upstream.scm ("changed-inputs returns no changes", "changed-inputs returns changes to labelled input list", "changed-inputs returns changes to all labelled input lists"): New tests. Ricardo Wurmus