diff options
author | Christopher Baines <mail@cbaines.net> | 2023-07-14 11:47:46 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-07-14 11:53:12 +0100 |
commit | a041bbb4bf98cce72b14c554369fc56eeacc2f5d (patch) | |
tree | b1ee0db99de6d9331726522ccee726a22941da61 /gnu/local.mk | |
parent | ddbfef2e956effdb640712a1829206f2b496f6c2 (diff) | |
download | guix-a041bbb4bf98cce72b14c554369fc56eeacc2f5d.tar.gz |
Revert "gnu: mig: Update to 1.8+git20230520."
As noted in the comment, I think using git-fetch caused problems computing derivaations for i586-linux (Guix would just use more and more memory). This reverts commit 999a6ac0cfd9339e138007ed9e4e544a55e92e3e.
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 71a13462ab..b5c28dafac 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1288,6 +1288,7 @@ dist_patch_DATA = \ %D%/packages/patches/gnome-session-support-elogind.patch \ %D%/packages/patches/gnome-tweaks-search-paths.patch \ %D%/packages/patches/gnumach-support-noide.patch \ + %D%/packages/patches/gnumach-add-missing-const_mach_port_name_array_t-type.patch \ %D%/packages/patches/gnupg-default-pinentry.patch \ %D%/packages/patches/gnupg-1-build-with-gcc10.patch \ %D%/packages/patches/gnutls-skip-trust-store-test.patch \ |