gnu: sharutils: 'which' is a native input.
* gnu/packages/compression.scm (sharutils)[inputs]: Rename to ... [native-inputs]: ... this.master
parent
9fe4e45be7
commit
de47177400
|
@ -690,7 +690,7 @@ decompressors when faced with corrupted input.")
|
|||
(("char const \\* const program_name" all)
|
||||
(string-append "extern " all)))))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(native-inputs
|
||||
`(("which" ,which)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Reference in New Issue