summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-02-05 20:59:54 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-02-06 10:48:16 +0200
commit6030b76570e950b1d2c3cd13431a1a320622bac8 (patch)
tree47f192061b5d937d632e23ee6dda897bcb0515cc /gnu/local.mk
parent494fc97cd4a919ddce8c8d2c2ff1c0c1b1b7fd25 (diff)
downloadguix-patches-6030b76570e950b1d2c3cd13431a1a320622bac8.tar
guix-patches-6030b76570e950b1d2c3cd13431a1a320622bac8.tar.gz
gnu: rust-openssl-sys-0.9: Don't skip build.
* gnu/packages/crates-io.scm (rust-openssl-sys-0.9)[source]: Add patch. [arguments]: Don't skip build. * gnu/packages/patches/rust-openssl-sys-no-vendor.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 0096010f14..f105f11913 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1378,6 +1378,7 @@ dist_patch_DATA = \
%D%/packages/patches/rust-bootstrap-stage0-test.patch \
%D%/packages/patches/rust-coresimd-doctest.patch \
%D%/packages/patches/rust-reproducible-builds.patch \
+ %D%/packages/patches/rust-openssl-sys-no-vendor.patch \
%D%/packages/patches/rxvt-unicode-escape-sequences.patch \
%D%/packages/patches/sbcl-graph-asdf-definitions.patch \
%D%/packages/patches/scalapack-blacs-mpi-deprecations.patch \