diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-01-11 22:53:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-01-11 22:54:31 +0100 |
commit | d59b218f51f35faa7b01219d8dfafeee270273c8 (patch) | |
tree | 7421d6168eae51e1097d46248b74149baae8025e | |
parent | cd164b5e146f081cdb50cc99b1df11ff3cde0c20 (diff) |
Add "make" to list of recommended packages.
* README.org (Hacking): Suggest installing "make" for hacking.
Reported-by: Mike Gerwitz <mtg@gnu.org>
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ Guile-Debbugs --- Guile bindings for Debbugs -Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> +Copyright © 2017, 2018 Ricardo Wurmus <rekado@elephly.net> See the end of the file for license conditions. * What is this? @@ -20,7 +20,7 @@ and documentation. (You will have to build it first.) * Hacking #+BEGIN_SRC bash -guix environment --ad-hoc autoconf automake texinfo pkg-config guile@2.2 +guix environment --ad-hoc autoconf automake make texinfo pkg-config guile@2.2 ./bootstrap.sh ./configure make |