Efraim Flashner <efr...@flashner.co.il> skribis: > I ran `guix import gnu make' and got the following output: > http://sprunge.us/LHGD
This showed this (please paste things inline in emails): --8<---------------cut here---------------start------------->8--- (package (name "automake") (version "4.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/make/automake-" version ".tar.bz2")) (sha256 (base32 "0pv5rvz5pp4njxiz3syf786d2xp4j7gzddwjvgw5zmz55yvf6p2f")))) (build-system gnu-build-system) (synopsis "Making GNU standards-compliant Makefiles") (description "Automake the part of the GNU build system for producing standards-compliant Makefiles. Build requirements are entered in an intuitive format and then Automake works with Autoconf to produce a robust Makefile, simplifying the entire process for the developer.") (home-page "http://www.gnu.org/software/automake/manual/") (license find-by-yourself!)) --8<---------------cut here---------------end--------------->8--- Fixed in dc794a723809f0f28e49e4c32e8974b5b9a98ff0. Ludo'.