mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sharutils: 'which' is a native input.
* gnu/packages/compression.scm (sharutils)[inputs]: Rename to ... [native-inputs]: ... this.
This commit is contained in:
parent
9fe4e45be7
commit
de47177400
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue