mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu-build-system: Add GNU Diffutils and GNU Path to the standard inputs.
* guix/gnu-build-system.scm (%standard-inputs): Add Diffutils and Patch.
This commit is contained in:
parent
db393b333f
commit
3ab892fffe
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ (define-module (guix gnu-build-system)
|
|||
(define %standard-inputs
|
||||
(map (lambda (name)
|
||||
(list name (nixpkgs-derivation name)))
|
||||
'("gnutar" "gzip" "bzip2" "xz"
|
||||
'("gnutar" "gzip" "bzip2" "xz" "diffutils" "patch"
|
||||
"coreutils" "gnused" "gnugrep" "bash"
|
||||
"gcc" "binutils" "gnumake" "glibc")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue