From e9e08b02b5eb7eaaf2af2f381505c720fefec54c Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 14 Dec 2023 20:23:39 +0200 Subject: gnu: valgrind: Mark as unsupported on i586-gnu. * gnu/packages/valgrind.scm (valgrind)[supported-systems]: Remove i586-gnu from supported systems. Change-Id: I260b9b343c30da81d0420c92431d56d22c260cc4 --- gnu/packages/valgrind.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/valgrind.scm b/gnu/packages/valgrind.scm index 0811ac05cc..06622548a5 100644 --- a/gnu/packages/valgrind.scm +++ b/gnu/packages/valgrind.scm @@ -85,7 +85,7 @@ management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.") ;; https://valgrind.org/info/platforms.html (supported-systems (fold delete %supported-systems - '("armhf-linux" "riscv64-linux"))) + '("i586-gnu" "armhf-linux" "riscv64-linux"))) (license gpl2+) ;; Hide this variant so end users get the "interactive" Valgrind below. -- cgit v1.2.3 td> aboutsummaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2020-03-05tests: Add a manifest for system tests....Ludovic Courtès
2020-02-22etc: Add copyright....Oleg Pykhalov
2020-02-14guix build: Add '--manifest' option....Marius Bakke
2020-02-08news: Add ‘nl’ translation....Tobias Geerinckx-Rice
2020-02-08news: Fix typos in 'fr' translation....Julien Lepiller
2020-02-08news: Add 'fr' translations....Julien Lepiller
2020-02-08news: Add 'de' translation....Florian Pelz
2020-02-07news: Add entry for "guix pull" ssh authenticated repositories support....Mathieu Othacehe
2020-01-26guix-install.sh: Correctly treat empty or unset $XDG_DATA_DIRS...Alexander Krotov
2020-01-26guix-install.sh: Create /etc/profile.d if it does not exist...Prafulla Giri
2020-01-26guix-install.sh: Export INFOPATH to contain updated guix info-pages...Prafulla Giri
2020-01-24news: Add ‘nl’ translation....Tobias Geerinckx-Rice
2020-01-24news: Add 'de' translation....Florian Pelz
2020-01-23news: Add entry for Guile 3.0....Ludovic Courtès
2020-01-17guix-install.sh: Create an init profile during installation...Prafulla Giri
2019-12-12news: Add 'de' translation....Florian Pelz
2019-12-12news: Add entry for "guix challenge --diff"....Ludovic Courtès
2019-12-04guix-install.sh: Use a deterministic umask....Tobias Geerinckx-Rice
2019-11-26guix build, daemon: Rename "--no-build-hook" to "--no-offload"....Ludovic Courtès
2019-11-16news: Fix another 'de' translation typo....Florian Pelz
2019-11-16news: Fix 'de' translation typo....Florian Pelz
2019-11-15news: Add entry for "guix time-machine"....Konrad Hinsen
2019-11-09news: Add Spanish translation....Miguel Ángel Arruga Vivas
2019-11-08news: Add 'de' translation....Florian Pelz
2019-11-07news: Add entry for package transformation options in "guix graph"....Ludovic Courtès
2019-11-02news: Add 'de' translation....Florian Pelz
2019-10-28news: Fix typo....Tobias Geerinckx-Rice
2019-10-27news: Add entry for /etc/guix/channels.scm....Ludovic Courtès
2019-10-18news: Add CVE ID....Ludovic Courtès
2019-10-17news: Fix 'de' translation....Florian Pelz
2019-10-16news: Fix ‘nl’ translation typo....Tobias Geerinckx-Rice
2019-10-16news: Add 'de' translation....Florian Pelz
2019-10-16news: Add 'fr' translation....Julien Lepiller
2019-10-16news: Add 'nl' translation....Tobias Geerinckx-Rice
2019-10-16news: Add entry for security issue with /var/guix/profiles/per-user....Ludovic Courtès