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 @@ 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) | ||||
|  |  | |||
		Reference in a new issue