mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -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"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs `(("gettext" ,gettext-minimal)
|
||||
("perl" ,perl)
|
||||
("zip" ,zip)))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("gtest" ,googletest)
|
||||
("perl" ,perl)
|
||||
("zip" ,zip)))
|
||||
(inputs `(("curl" ,curl)
|
||||
("file" ,file)
|
||||
("gtest" ,googletest)
|
||||
("libuuid" ,util-linux)
|
||||
("libxt" ,libxt)
|
||||
("libxtst" ,libxtst)
|
||||
|
|
Loading…
Reference in a new issue