me
/
guix
Archived
1
0
Fork 0

gnu: valgrind: Mark as unsupported on i586-gnu.

* gnu/packages/valgrind.scm (valgrind)[supported-systems]: Remove
i586-gnu from supported systems.

Change-Id: I260b9b343c30da81d0420c92431d56d22c260cc4
master
Efraim Flashner 2023-12-14 20:23:39 +02:00
parent 580a7cc5a9
commit e9e08b02b5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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.