GNU bug report logs -
#35346
[PATCH 0/2] Add pass-otp
Previous Next
Reported by: "Alex Griffin" <a <at> ajgrf.com>
Date: Sat, 20 Apr 2019 17:52:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Alex Griffin <a <at> ajgrf.com> writes:
> * gnu/packages/password-utils.scm (pass-otp): New variable.
>
...
> +(define-public pass-otp
> + (package
> + (name "pass-otp")
> + (version "1.2.0")
...
> + (native-search-paths
> + (list (search-path-specification
> + (variable "PASSWORD_STORE_SYSTEM_EXTENSION_DIR")
> + (files '("lib/password-store/extensions")))))
Hi Alex,
These changes are looking good, one thing though, is that I think this
native-search-paths field should be defined for the password-store
package, as it's the one that uses the search path.
While it works having it defined for pass-otp, having it in the
password-store package will become relevant if there are more extensions
packaged for Guix, as then they'll be able to take advantage of this as
well.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 90 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.