diff options
author | Fredrik Salomonsson <plattfot@posteo.net> | 2022-08-17 18:26:42 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@posteo.net> | 2022-08-17 18:26:42 -0700 |
commit | 89b6e7b0010fb50e9ba14995d015b6b6c0bc4d33 (patch) | |
tree | 0ef993f91dcc439298da09263a8fb814dfa89c1a /HACKING | |
parent | feceb1dc07700de008a0317db6d1e186b31e8e7b (diff) | |
download | pinentry-rofi-89b6e7b0010fb50e9ba14995d015b6b6c0bc4d33.tar.gz |
Add all needed build dependencies in HACKING
Was missing a few indirect dependencies in the list which are needed
if you want to run the build in a pure environment created by guix
shell.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -34,7 +34,13 @@ dependencies manually: - autoconf - autoconf-archive - automake - - pkg-config + - coreutils + - gawk + - grep + - guile + - make + - pkg-config (or pkgconf) + - sed - texinfo Once those dependencies are installed you can run: |