projects
/
mudsync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf798a
)
move some native-inputs into inputs
fosdem-2017
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Sat, 11 Feb 2017 17:48:15 +0000
(11:48 -0600)
committer
Christopher Allan Webber
<cwebber@dustycloud.org>
Sat, 11 Feb 2017 17:48:15 +0000
(11:48 -0600)
guix.scm
patch
|
blob
|
history
diff --git
a/guix.scm
b/guix.scm
index 338b0b4831b1faa767f215b670fe986a286b78bf..e440327c819bb253ce9d8ea86770ca12773ceba2 100644
(file)
--- a/
guix.scm
+++ b/
guix.scm
@@
-102,11
+102,11
@@
(build-system gnu-build-system)
(native-inputs `(("autoconf" ,autoconf)
("automake" ,automake)
- ("guile" ,guile-without-select-bug)
- ("guile-8sync" ,guile-8sync-latest)
- ("guile-irregex" ,guile2.2-irregex)
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
+ (inputs `(("guile" ,guile-without-select-bug)
+ ("guile-8sync" ,guile-8sync-latest)
+ ("guile-irregex" ,guile2.2-irregex)))
(arguments
`(#:phases (modify-phases %standard-phases
(add-before 'configure 'bootstrap