diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-06-17 15:55:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-06-17 15:55:36 +0200 |
commit | 25c639e2a3b96204950f1ac8a92cb518783f0d61 (patch) | |
tree | b910d34fbe636c24f23ff23325a532095a16d747 | |
parent | 3c6b9fb5d2627c9f23b58ce530025a8dc8cc3c3c (diff) | |
download | patches-25c639e2a3b96204950f1ac8a92cb518783f0d61.tar patches-25c639e2a3b96204950f1ac8a92cb518783f0d61.tar.gz |
packages: 'patch-and-repack' no longer uses #:deprecation-warnings.
* guix/packages.scm (patch-and-repack): Remove #:deprecation-warnings
argument passed to 'gexp->derivation'.
-rw-r--r-- | guix/packages.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/packages.scm b/guix/packages.scm index 92859be441..9d2ab5be0f 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -644,7 +644,6 @@ specifies modules in scope when evaluating SNIPPET." (gexp->derivation name build #:graft? #f #:system system - #:deprecation-warnings #t ;to avoid a rebuild #:guile-for-build guile-for-build #:properties `((type . origin) (patches . ,(length patches))))))) |