aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lxqt.scm
diff options
context:
space:
mode:
authorTomáš Čech <sleep_walker@suse.cz>2015-03-06 22:16:20 +0100
committerTomáš Čech <sleep_walker@suse.cz>2015-03-06 22:19:12 +0100
commitdf81e046c57e5f767738113e4e7a28b212c03d63 (patch)
tree15b95196dfb9b37069679e7acef7387807ad367a /gnu/packages/lxqt.scm
parentffb010b5b1c86cf77c0ccab80ca7606ef5f44b63 (diff)
downloadguix-df81e046c57e5f767738113e4e7a28b212c03d63.tar.gz
guix-df81e046c57e5f767738113e4e7a28b212c03d63.zip
gnu: valgrind: Fix build against glibc 2.21
* gnu/packages/patches/valgrind-glibc-2.21.patch: New file. * gnu-system.am (dist_patch_DATA): Add patch. * gnu/packages/valgrind.scm (valgrind): Apply patch.
Diffstat (limited to 'gnu/packages/lxqt.scm')
0 files changed, 0 insertions, 0 deletions
it. Change-Id: I37a57069380309382bc0ff24977a1fd165985f5e 2024-08-21gnu: checkmake: Fix typo.Ludovic Courtès Fixes a regression introduced in 7a149c6003d25e8b2794b113d34062be134d7710. * gnu/packages/check.scm (checkmake)[arguments]: Fix typo for #:install-source?. Change-Id: Iaec646632fb342a50d93ab0b1a09f073e06d59b7 2024-08-21gnu: Add checkmake.gemmaro * gnu/packages/check.scm (checkmake): New variable. Change-Id: Ic60c5c6d6cb66ff3a5760e11df741c5a4d7e7a4d Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> 2024-08-08Merge remote-tracking branch 'origin/go-team'Sharlatan Hellseher Change-Id: Ib66e48c4cb84e9e97ebcec334ab0b9f3dbfb1457 2024-07-30gnu: Add python-pytest-8.Sharlatan Hellseher * gnu/packages/check.scm (python-pytest-8): New variable. Change-Id: Ie584a48a2749cc7b196e373fe4e6e08f47165620 2024-07-27gnu: klee-uclibc: Only build on x86_64 Linux.Sören Tempel * gnu/packages/check.scm (klee-uclibc): Add supported-systems. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2024-07-27gnu: klee: Only build on x86_64 Linux.Sören Tempel * gnu/packages/check.scm (klee): Add supported-systems. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2024-07-27gnu: klee: Only strip bin directory.Sören Tempel This avoid several warnings to be emitted by strip(1) when attempting to strip .bca (i.e. LLVM bitcode) files shipped in /lib/klee/runtime/. * gnu/packages/check.scm (klee): Set #:strip-directories. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2024-07-27gnu: klee: Enable the test suite.Sören Tempel * gnu/packages/check.scm (klee): Enable all tests. [arguments]: Patch lit configuration and set #:test-target. <#:configure-flags?>: Enable system and unit tests, configure gtest. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2024-07-27gnu: klee: Wrap klee-stats for Python dependencies.Sören Tempel * gnu/packages/check.scm (klee): Wrap klee-stats. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2024-07-25gnu: go-github-com-google-go-cmp-cmp: Rename variable.Sharlatan Hellseher * gnu/packages/golang.scm (go-github-com-google-go-cmp-cmp): Rename variable to go-github-com-google-go-cmp, which reflects go.mod import path and improves importer performance. (go-github-com-zclconf-go-cty, go-golang-org-x-vuln, go-google-golang-org-protobuf, go-gotest-tools-assert, go-gotest-tools-internal-source, go-gotest-tools-internal-format, gofumpt, gopls, gotestsum): Swap go-github-com-google-go-cmp-cmp to go-github-com-google-go-cmp in inputs, propagated-inputs or native-inputs. * gnu/packages/golang-check.scm (go-github-com-frankban-quicktest, go-github-com-google-go-cmdtest): Likewise. * gnu/packages/golang-web.scm (go-github-com-aws-aws-sdk-go-v2, go-github-com-aws-aws-sdk-go-v2-config, go-github-com-aws-smithy-go, go-github-com-go-jose-go-jose-v3, go-github-com-makeworld-the-better-one-go-gemini, go-golang-org-x-oauth2, go-gopkg-in-square-go-jose-v2): Likewise. * gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml): Likewise. * gnu/packages/check.scm (actionlint): Likewise. * gnu/packages/databases.scm (sqls): Likewise. * gnu/packages/ipfs.scm (go-github-com-ipld-go-ipld-prime, go-github-com-whyrusleeping-cbor-gen): Likewise. * gnu/packages/web.scm (go-github-com-itchyny-gojq): Likewise. Change-Id: Ie6eeba936f7da404d70fbbaad34f5b43aec4e05b 2024-07-21gnu: rapidcheck: Disable failing tests on aarch64.Roman Scherer * gnu/packages/check.scm (rapidcheck): Disable failing tests on aarch64. Change-Id: I9b4e7be2acad615cc1586adb37cc39b43590b2d8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2024-07-13gnu: klee: Build with klee-uclibc support.Sören Tempel * gnu/packages/check.scm (klee): Use klee-uclibc. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2024-07-13gnu: Add klee-uclibc.Sören Tempel * gnu/packages/check.scm (klee-uclibc): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> 2024-07-13gnu: rapidcheck: Update to 0.0.0-1.ff6af6f.Liliana Marie Prikler * gnu/packages/check.scm (rapidcheck): Update to 0.0.0-1.ff6af6f. [source]: Add snippet to find inputs. [arguments]: Remove #:phases and #:tests?. <#:configure-flags?>: Add “-DRC_ENABLE_BOOST=on”, “-DRC_ENABLE_CATCH=on”, “-DRC_ENABLE_DOCTEST=on”, “-DRC_ENABLE_GTEST=on”, and “-DRC_ENABLE_TESTS=on”. [inputs]: Add boost, catch2, doctest and googletest. [native-inputs]: Add catch2 and googletest. 2024-06-29gnu: Remove go-golang.org-x-sync-semaphore.Sharlatan Hellseher * gnu/packages/golang-build.scm (go-golang.org-x-sync-semaphore): Delete variable. * gnu/packages/check.scm (actionlint): Adjust inputs. [inputs]: Remove go-golang.org-x-sync-semaphore. * gnu/packages/version-control.scm (git-lfs): Likewise. [propagated-inputs]: Remove go-golang.org-x-sync-semaphore; add go-golang-org-x-sync. Change-Id: Icf3edfc46696c8b9af79787ff77f7e65852bfef4 2024-06-29gnu: Remove go-golang.org-x-sync-errgroup.Sharlatan Hellseher * gnu/packages/golang-build.scm (go-golang.org-x-sync-errgroup): Delete variable. * gnu/packages/check.scm (actionlint): Adjust inputs. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/golang.scm (gotestsum): Likewise. [native-inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/golang.scm (go-github-com-prometheus-procfs): Likewise. [propagated-inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Likewise. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. * gnu/packages/version-control.scm (ghq): Likewise. [inputs]: Remove go-golang.org-x-sync-errgroup; add go-golang-org-x-sync. Change-Id: If64c30da47ed9cd043798f427f2927b76394f3c4 2024-06-23gnu: Add klee.Liliana Marie Prikler * gnu/packages/check.scm (klee): New variable. 2024-04-22gnu: Add python-pytest-next.Nicolas Graves * gnu/packages/check.scm (python-pytest-next): New variable. 2024-04-22gnu: python-pytest-xdist: Use pyproject-build-system.Nicolas Graves * gnu/packages/check.scm (python-pytest-xdist): Use pyproject-build-system. 2024-04-06gnu: go-github-com-mattn-go-runewidth: Move to golang-xyz.Sharlatan Hellseher * gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/check.scm: Add (gnu packages golang-xyz) module. * gnu/packages/disk.scm: Likewise. * gnu/packages/messaging.scm: Likewise. * gnu/packages/time.scm: Likewise. * gnu/packages/weather.scm: Likewise. Change-Id: I80f8b4c31c0fd8fee7c190a7740513ee139646d4