To ensure libiconv can be found by Guix, we need to link the library. --- a/setup.py +++ b/setup.py @@ -81,8 +81,7 @@ else: libraries.extend(["m", "z"]) _platform = sys.platform # Mac: iconv needs to be linked statically - if _platform.lower().startswith("darwin"): - libraries.append("iconv") + libraries.append("iconv") # Extensions sources.sort() n='2'>cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/images/pine64.scm
AgeCommit message (Expand)Author
2020-10-06images: Add pine64-barebones-raw-image....Mathieu Othacehe
2020-10-05images: Add pine64 support....Mathieu Othacehe