aboutsummaryrefslogtreecommitdiff
path: root/tests/inferior.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-19 07:51:11 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-22 22:47:22 +0100
commitec23b6ec0449526d7773c392505efb5729b2afd6 (patch)
treee32d637ab01b6d09a134303f4eab05a7d1804a55 /tests/inferior.scm
parenta72cef475e98e848d7c59c5e46f1bf7d540af817 (diff)
downloadguix-ec23b6ec0449526d7773c392505efb5729b2afd6.tar.gz
guix-ec23b6ec0449526d7773c392505efb5729b2afd6.zip
gnu: Add go-github-com-niklasfasching-go-org.
* gnu/packages/golang-xyz.scm (go-github-com-niklasfasching-go-org): New variable. Change-Id: I0d17d5d1d25f0a0995e148ffe4cf40225ca5982d
Diffstat (limited to 'tests/inferior.scm')
0 files changed, 0 insertions, 0 deletions
ikewise. (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