diff options
author | Vagrant Cascadian <vagrant@reproducible-builds.org> | 2022-06-05 20:03:56 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-06-05 20:27:37 -0700 |
commit | ce6d8ca4430e7df27c77e116a677679f241551da (patch) | |
tree | d5e5a1ce7e507d7b1fd9a6ea9140d5171fab5d47 /gnu/packages/ftp.scm | |
parent | 41cf573f0a4fefb0539174b46cfe65e9db128870 (diff) | |
download | guix-ce6d8ca4430e7df27c77e116a677679f241551da.tar.gz |
gnu: ncftp: Build reproducibly.
* gnu/packages/patches/ncftp-reproducible.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/ftp.scm (ncftp): Add patch.
Diffstat (limited to 'gnu/packages/ftp.scm')
-rw-r--r-- | gnu/packages/ftp.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index cf6cdb630f..3f17dcf407 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -103,6 +103,9 @@ reliability in mind.") (sha256 (base32 "1389657cwgw5a3kljnqmhvfh4vr2gcr71dwz1mlhf22xq23hc82z")) + (patches + (search-patches + "ncftp-reproducible.patch")) (modules '((guix build utils))) (snippet '(begin |