gnu: GLib: Ensure no references are kept to 'tzdata-for-tests'.
* gnu/packages/glib.scm (glib)[arguments]: Add #:disallowed-references.
This commit is contained in:
		
							parent
							
								
									223f907cd5
								
							
						
					
					
						commit
						922ed1db45
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -202,9 +202,7 @@ shared NFS home directories.")
 | 
				
			||||||
      ("perl" ,perl)                              ; needed by GIO tests
 | 
					      ("perl" ,perl)                              ; needed by GIO tests
 | 
				
			||||||
      ("tzdata" ,tzdata-for-tests)))                  ; for tests/gdatetime.c
 | 
					      ("tzdata" ,tzdata-for-tests)))                  ; for tests/gdatetime.c
 | 
				
			||||||
   (arguments
 | 
					   (arguments
 | 
				
			||||||
    `(;; TODO: Uncomment on the next rebuild cycle.
 | 
					    `(#:disallowed-references (,tzdata-for-tests)
 | 
				
			||||||
      ;; #:disallowed-references (,tzdata-for-tests)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      #:phases
 | 
					      #:phases
 | 
				
			||||||
      (modify-phases %standard-phases
 | 
					      (modify-phases %standard-phases
 | 
				
			||||||
        (add-after 'unpack 'patch-dbus-launch-path
 | 
					        (add-after 'unpack 'patch-dbus-launch-path
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue