bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23718: guix import shows wrong program


From: Ludovic Courtès
Subject: bug#23718: guix import shows wrong program
Date: Wed, 08 Jun 2016 19:10:30 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Efraim Flashner <address@hidden> 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'.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]