diff options
author | Nikita Karetnikov <nikita@karetnikov.org> | 2012-11-24 00:20:46 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-24 16:14:39 +0100 |
commit | 034cb8e78127e97bb40bbd9de4072cb0accc02b6 (patch) | |
tree | 174418ef267b7ae7db92ab0008fbfede248566a3 /Makefile.am | |
parent | a65e3306d1bc91d51cd9702a3b457f18ace398eb (diff) | |
download | guix-034cb8e78127e97bb40bbd9de4072cb0accc02b6.tar guix-034cb8e78127e97bb40bbd9de4072cb0accc02b6.tar.gz |
distro: Add GNU Ddrescue.
* distro/packages/ddrescue.scm: New file.
* Makefile.am (MODULES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 08c12fbb5f..4ee3a24ac1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ MODULES = \ distro/packages/bison.scm \ distro/packages/bootstrap.scm \ distro/packages/compression.scm \ + distro/packages/ddrescue.scm \ distro/packages/ed.scm \ distro/packages/flex.scm \ distro/packages/gawk.scm \ |