GNU bug report logs -
#48962
[PATCH] gnu: password-store: Update to 1.7.4.
Previous Next
Reported by: Xinglu Chen <public <at> yoctocell.xyz>
Date: Fri, 11 Jun 2021 20:36:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Xinglu Chen schreef op vr 11-06-2021 om 22:35 [+0200]:
> - (add-after 'install 'wrap-path
> - (lambda* (#:key inputs outputs #:allow-other-keys)
> - (let ((out (assoc-ref outputs "out"))
> - (path (map (lambda (pkg)
> - (string-append (assoc-ref inputs pkg) "/bin"))
> - '("coreutils" "getopt" "git" "gnupg" "qrencode"
> - "sed" "tree" "which" "wl-clipboard" "xclip"))))
> - (wrap-program (string-append out "/bin/pass")
> - `("PATH" ":" prefix (,(string-join path ":"))))
> - #t))))
Trailing #t in phases are not required anymore (the warning will disappear when
core-updates) is merged. You could follow up with a commit removing the #t.
> - #:make-flags (list "CC=gcc" (string-append "PREFIX=" %output)
> [...]
> + #:make-flags (list "CC=gcc" (string-append "PREFIX=" %output)
This should have been ,(string-append "CC=" (cc-for-target)) instead of "CC=gcc",
such that the cross-compiler is used when cross-compiling. (
(To test cross-compilation: ./pre-inst-env guix build --target=aarch64-linux-gnu
password-store).
Otherwise, I don't see any problems, but I haven't tested.
Greetings,
Maxime.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 346 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.