aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-waitress-fix-tests.patch
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2023-12-29 20:31:41 +0800
committerMathieu Othacehe <othacehe@gnu.org>2023-12-29 19:48:16 +0100
commita14a94deb218f459dc8a3139ef6e25f15c822463 (patch)
tree29a380b0b71cd4ab2b1ed13fa7be988fd08cc688 /gnu/packages/patches/python-waitress-fix-tests.patch
parent0f2164c577ef2329a95e1fce1c33947f4c6ae89c (diff)
downloadguix-a14a94deb218f459dc8a3139ef6e25f15c822463.tar.gz
guix-a14a94deb218f459dc8a3139ef6e25f15c822463.zip
gnu: swaylock: Fix cross-compiling.
* gnu/packages/wm.scm (swaylock) [native-inputs]: When cross-compiling, add pkg-config-for-build wayland. [inputs]: When cross-compiling, add wayland-protocols. Change-Id: I24274502375f51411576642d87496b8be2e42c45 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/patches/python-waitress-fix-tests.patch')
0 files changed, 0 insertions, 0 deletions
the ‘license’ field. * tests/opam.scm (test-opam-file): Update accordingly. ("opam->guix-package"): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2020-12-08import: opam: Adjust test to latest 'opam->guix-package' changes.Ludovic Courtès This is a followup to a8dccd4bdc1e58219d4ba08fe1649bf0b8325f44, which broke the test. * guix/import/opam.scm (get-opam-repository): Prevent inlining. * tests/opam.scm ("opam->guix-package"): Mock 'get-opam-repository'. 2020-12-08guix: opam: Pass default repository to recursive importer.Julien Lepiller * guix/import/opam.scm (opam->guix-package): Rename #:repository key to #:repo. (opam-recursive-import): Pass #:repo keyword. * tests/opam.scm (opam->guix-package): Rename #:repository to #:repo. 2020-10-02tests: opam: Test additional syntax.Julien Lepiller * tests/opam.scm (test-comment): New test. (test-lists): Add more tests for complex list patterns. 2020-10-02tests: opam: Factorize tests.Julien Lepiller * tests/opam.scm: Remove duplicate code. 2020-01-17import: opam: Avoid uses of '@@' in tests.Ludovic Courtès * guix/import/opam.scm (string-pat, multiline-string, list-pat) (dict, condition): Export. (opam-fetch): Add optional 'repository' parameter. (opam->guix-package): Add #:repository parameter and pass it to 'opam-fetch'. * tests/opam.scm ("opam->guix-package"): Remove use of 'mock' and pass TEST-REPO to 'opam->guix-package' instead. ("parse-strings", "parse-multiline-strings") ("parse-lists", "parse-dicts", "parse-conditions"): Remove uses of '@@', which are no longer needed.