mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: pwsafe: Move googletest to native-inputs.
* gnu/packages/password-utils.scm (pwsafe)[inputs]: Move googletest ... [native-inputs]: ... to here.
This commit is contained in:
parent
747aa6c46b
commit
50bfb70b73
1 changed files with 5 additions and 4 deletions
|
@ -195,12 +195,13 @@ (define-public pwsafe
|
||||||
(base32 "01kfssd2vr64yh4dqhch58x36n3aj3hpj5n560f41rsxym69c6qs"))
|
(base32 "01kfssd2vr64yh4dqhch58x36n3aj3hpj5n560f41rsxym69c6qs"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs `(("gettext" ,gettext-minimal)
|
(native-inputs
|
||||||
("perl" ,perl)
|
`(("gettext" ,gettext-minimal)
|
||||||
("zip" ,zip)))
|
("gtest" ,googletest)
|
||||||
|
("perl" ,perl)
|
||||||
|
("zip" ,zip)))
|
||||||
(inputs `(("curl" ,curl)
|
(inputs `(("curl" ,curl)
|
||||||
("file" ,file)
|
("file" ,file)
|
||||||
("gtest" ,googletest)
|
|
||||||
("libuuid" ,util-linux)
|
("libuuid" ,util-linux)
|
||||||
("libxt" ,libxt)
|
("libxt" ,libxt)
|
||||||
("libxtst" ,libxtst)
|
("libxtst" ,libxtst)
|
||||||
|
|
Loading…
Reference in a new issue