diff options
author | B. Wilson <elaexuotee@wilsonb.com> | 2020-05-28 07:32:28 +0900 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-21 23:54:44 +0200 |
commit | f3130c6674bb3941be6001bdcbca9f33bb2677e8 (patch) | |
tree | f8a96f54c6ccdb298a78615f9667b617b18d1965 /gnu/local.mk | |
parent | 737e9d5665573c7407deb61e81a5d6c5d314815e (diff) | |
download | guix-f3130c6674bb3941be6001bdcbca9f33bb2677e8.tar.gz |
gnu: Add intel-xed.
* gnu/packages/assembly.scm (intel-xed): New variable. * gnu/packages/patches/intel-xed-fix-nondeterminism.patch: New file. * gnu/local.mk (dist_patch_DATA): Add reference to new patch. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 570e6a3b49..d6de376e8e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1134,6 +1134,7 @@ dist_patch_DATA = \ %D%/packages/patches/ilmbase-fix-tests.patch \ %D%/packages/patches/inetutils-hurd.patch \ %D%/packages/patches/inkscape-poppler-0.76.patch \ + %D%/packages/patches/intel-xed-fix-nondeterminism.patch \ %D%/packages/patches/intltool-perl-compatibility.patch \ %D%/packages/patches/iputils-libcap-compat.patch \ %D%/packages/patches/irrlicht-use-system-libs.patch \ |