gnu: hw-probe: Fix build.
* gnu/packages/hardware.scm (hw-probe)[arguments]: ‘lspci’ has moved to /bin.
This commit is contained in:
		
							parent
							
								
									c75022d65f
								
							
						
					
					
						commit
						d9a851433a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -250,7 +250,7 @@ sets, and tools to deal with register databases.") | ||||||
|               ;; their references. |               ;; their references. | ||||||
|               ;; TODO: package edid-decode and add "bin/edid-decode" below: |               ;; TODO: package edid-decode and add "bin/edid-decode" below: | ||||||
|               (define need-progs (list "sbin/dmidecode" "sbin/smartctl" |               (define need-progs (list "sbin/dmidecode" "sbin/smartctl" | ||||||
|                                        "sbin/lspci" "bin/lsusb")) |                                        "bin/lspci" "bin/lsusb")) | ||||||
|               (wrap-script hw-probe |               (wrap-script hw-probe | ||||||
|                 (list "PERL5LIB" 'prefix (list (getenv "PERL5LIB"))) |                 (list "PERL5LIB" 'prefix (list (getenv "PERL5LIB"))) | ||||||
|                 (list "PATH" 'prefix |                 (list "PATH" 'prefix | ||||||
|  |  | ||||||
		Reference in a new issue