gnu: go-1.4: Build with canonical gcc:lib.

* gnu/packages/golang.scm (go-1.4)[inputs]: Replace gcc:lib with the
canonical-package of gcc.
This commit is contained in:
Efraim Flashner 2020-08-05 18:13:24 +03:00
parent bfebc59829
commit 58c367367e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -201,7 +201,7 @@
(inputs
`(("tzdata" ,tzdata)
("pcre" ,pcre)
("gcc:lib" ,gcc "lib")))
("gcc:lib" ,(canonical-package gcc) "lib")))
(native-inputs
`(("pkg-config" ,pkg-config)
("which" ,which)