me
/
guix
Archived
1
0
Fork 0

gnu: make-gcc-toolchain: Add gcc:lib.

* gnu/packages/commencement.scm (make-gcc-toolchain)[inputs]: Add gcc:lib.

Change-Id: I327a2403d5d14dd545981e8e9dbfd7df24c9357e
master
John Kehayias 2024-04-03 15:12:06 -04:00
parent 24b82ad3aa
commit b47ae1ecc4
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 1 additions and 0 deletions

View File

@ -3612,6 +3612,7 @@ is the GNU Compiler Collection.")
("ld-wrapper" ,(car (assoc-ref (%final-inputs (%current-system))
"ld-wrapper")))
("binutils" ,binutils-final)
("gcc-lib" ,gcc "lib")
("libc" ,libc)
("libc-debug" ,libc "debug")
("libc-static" ,libc "static"))))))