me
/
guix
Archived
1
0
Fork 0

gnu: skalibs: Remove i586-gnu from %supported-systems.

* gnu/packages/skarnet.scm (skalibs)[supported-systems]: Remove i586-gnu.
master
Christopher Baines 2023-09-05 12:35:12 +01:00
parent 0e08ad7f19
commit 53f510dad6
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
(substitute* "Makefile"
(("\\$\\(wildcard src/lib\\*/\\*.c\\)")
"$(sort $(wildcard src/lib*/*.c))")))))))
(supported-systems (delete "i586-gnu" %supported-systems))
(home-page "https://skarnet.org/software/skalibs/")
(synopsis "Platform abstraction libraries for skarnet.org software")
(description