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: Ludovic Courtès
Subject: Re: [PATCH] gnu: linux-pam: Update to 1.3.0.
Date: Sun, 28 Aug 2016 22:14:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

David Craven <address@hidden> skribis:

> * gnu/packages/linux.scm (linux-pam): Update it.

Cool!  This would be for core-updates.

[...]

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

I think this part should indeed be a separate patch.  Also, Flex should
be ‘native-inputs’ presumably, whereas Cracklib should be in ‘inputs’.

> @@ -406,7 +402,7 @@ It has been modified to remove all non-free binary 
> blobs.")
>                                                (assoc-ref %outputs "out")
>                                                "/include/security"))
>  
> -       ;; XXX: Tests won't run in chroot, presumably because /etc/pam.d
> +       ;; FIXME: Tests won't run in chroot, presumably because /etc/pam.d
>         ;; isn't available.
>         #:tests? #f))

“XXX” is fine here, because it may be impossible for us to fix it.

Thanks!

Ludo’.



reply via email to

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