guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: pwsafe: Move googletest to native-inputs.


From: guix-commits
Subject: 02/02: gnu: pwsafe: Move googletest to native-inputs.
Date: Tue, 15 Oct 2019 15:31:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 50bfb70b73b5137fa156d25cc7b54f700cc91f08
Author: Efraim Flashner <address@hidden>
Date:   Tue Oct 15 22:30:49 2019 +0300

    gnu: pwsafe: Move googletest to native-inputs.
    
    * gnu/packages/password-utils.scm (pwsafe)[inputs]: Move googletest ...
    [native-inputs]: ... to here.
---
 gnu/packages/password-utils.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index ba488dd..efca02f 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -195,12 +195,13 @@ algorithms AES or Twofish.")
         (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)



reply via email to

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