gnu: gdk-pixbuf: Fix typo.
* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Really disable installing the tests.
This commit is contained in:
		
							parent
							
								
									fbb7b04a85
								
							
						
					
					
						commit
						83a40cbfd6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -456,7 +456,7 @@ highlighting and other features typical of a source code editor.")
 | 
				
			||||||
              "0ixfmnxjylx06mjaw116apymwi1a8rnkmkbbvqaxxg2pfwy9fl6x"))))
 | 
					              "0ixfmnxjylx06mjaw116apymwi1a8rnkmkbbvqaxxg2pfwy9fl6x"))))
 | 
				
			||||||
   (build-system meson-build-system)
 | 
					   (build-system meson-build-system)
 | 
				
			||||||
   (arguments
 | 
					   (arguments
 | 
				
			||||||
    '(#:configure-flags '("-Dinstalled-tests=false")
 | 
					    `(#:configure-flags '("-Dinstalled_tests=false")
 | 
				
			||||||
      #:phases
 | 
					      #:phases
 | 
				
			||||||
      (modify-phases %standard-phases
 | 
					      (modify-phases %standard-phases
 | 
				
			||||||
        (add-after
 | 
					        (add-after
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue