guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: linux-pam: Update to 1.3.0.


From: David Craven
Subject: Re: [PATCH] gnu: linux-pam: Update to 1.3.0.
Date: Fri, 26 Aug 2016 22:04:02 +0200

I removed the kernel mirror, because the folder is empty.

> -                 (string-append 
> "mirror://kernel.org/linux/libs/pam/library/Linux-PAM-"
> -                                version ".tar.bz2")))
> +      (uri (string-append
> +            "http://www.linux-pam.org/library/";
> +            "Linux-PAM-" version ".tar.bz2"))

Added cracklib to remove the TODO, does it have to be a separate
commit? I'll mention it in the commit message in any case, no need to
comment on that... ;-)

> -       ;; TODO: optional dependencies
> -       ;; ("libxcrypt" ,libxcrypt)
> -       ;; ("cracklib" ,cracklib)
> -       ))
> +     `(("cracklib" ,cracklib)
> +       ("flex" ,flex)))



reply via email to

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