aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xiph.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-02-03 18:43:52 +0100
committerMarius Bakke <marius@gnu.org>2022-02-03 23:39:47 +0100
commit678c5bea3a27064ad000ec79cc1ad8b7e40a5241 (patch)
tree00d3c98daa7a4470b16e8150afb498daafb1a7f7 /gnu/packages/xiph.scm
parent07e4efae7b188100ee8d7cc37b0a3a1adc3cfe74 (diff)
downloadguix-678c5bea3a27064ad000ec79cc1ad8b7e40a5241.tar.gz
guix-678c5bea3a27064ad000ec79cc1ad8b7e40a5241.zip
gnu: usbguard: Update to 1.0.0-55-g466f1f0.
* gnu/packages/hardware.scm (usbguard): Update to 1.0.0-55-g466f1f0. [source]: Switch to GIT-FETCH. [arguments]: Add phase to patch bootstrap script. Delay patch-build-scripts. [native-inputs]: Add AUTOCONF, AUTOMAKE, and LIBTOOL.
Diffstat (limited to 'gnu/packages/xiph.scm')
0 files changed, 0 insertions, 0 deletions
ran-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