gnu: gnunet-gtk: Add libunique support.
* gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add libunique. [arguments]: Add "--with-libunique" to #:configure-flags. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
		
							parent
							
								
									e8bb4336b4
								
							
						
					
					
						commit
						d8bc4729f8
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -325,7 +325,7 @@ services.")
 | 
			
		|||
                "1p38k1s6a2fmcfc9a7cf1zrdycm9h06kqdyand4s3k500nj6mb4g"))))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:configure-flags
 | 
			
		||||
       (list "--without-libunique"
 | 
			
		||||
       (list "--with-libunique"
 | 
			
		||||
             "--with-qrencode"
 | 
			
		||||
             (string-append "--with-gnunet="
 | 
			
		||||
                            (assoc-ref %build-inputs "gnunet")))))
 | 
			
		||||
| 
						 | 
				
			
			@ -335,7 +335,8 @@ services.")
 | 
			
		|||
       ("gtk+" ,gtk+)
 | 
			
		||||
       ("libextractor" ,libextractor)
 | 
			
		||||
       ("glade3" ,glade3)
 | 
			
		||||
       ("qrencode" ,qrencode)))
 | 
			
		||||
       ("qrencode" ,qrencode)
 | 
			
		||||
       ("libunique" ,libunique)))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("pkg-config" ,pkg-config)
 | 
			
		||||
       ("libglade" ,libglade)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue