gnu: hwdata: Set #:target #f.
* gnu/packages/pciutils.scm (hwdata): Set #:target #f. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
		
							parent
							
								
									96b2da8cde
								
							
						
					
					
						commit
						bcb0a94d0b
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -56,6 +56,8 @@
 | 
				
			||||||
     ;; Tests require pciutils, python, podman. Disable to avoid recursive dep.
 | 
					     ;; Tests require pciutils, python, podman. Disable to avoid recursive dep.
 | 
				
			||||||
     (list
 | 
					     (list
 | 
				
			||||||
      #:tests? #f
 | 
					      #:tests? #f
 | 
				
			||||||
 | 
					      ;; Do not cross-compile, since the package only contains data.
 | 
				
			||||||
 | 
					      #:target #f
 | 
				
			||||||
      #:configure-flags #~(list (string-append "--datadir=" #$output "/share"))
 | 
					      #:configure-flags #~(list (string-append "--datadir=" #$output "/share"))
 | 
				
			||||||
      #:phases
 | 
					      #:phases
 | 
				
			||||||
      #~(modify-phases %standard-phases
 | 
					      #~(modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue