diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-04-01 00:03:36 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-01 01:32:33 +0200 |
commit | 3eed550072d6f71eff20de269d313fc1dfe3e332 (patch) | |
tree | bb4be7b8f983c28d17df54a475dc3eb3263af678 /gnu/local.mk | |
parent | 571fb008a576378883c053be186d2c620290ea39 (diff) | |
download | guix-3eed550072d6f71eff20de269d313fc1dfe3e332.tar guix-3eed550072d6f71eff20de269d313fc1dfe3e332.tar.gz |
gnu: Remove gtk+/fixed.
The merge preceding this commit ignored the replacement part of commit
bc91562939ee002e84c95d13c907482b6d1e9339. This commit removes the remaining
bits, as the patch is already included in GTK3 since version 3.24.3.
* gnu/packages/patches/gtk3-fix-deprecation-macro-use.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gtk.scm (gtk+/fixed): Remove variable.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c6cacd7ada..1332efdcff 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -876,7 +876,6 @@ dist_patch_DATA = \ %D%/packages/patches/gtk2-respect-GUIX_GTK2_PATH.patch \ %D%/packages/patches/gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch \ %D%/packages/patches/gtk2-theme-paths.patch \ - %D%/packages/patches/gtk3-fix-deprecation-macro-use.patch \ %D%/packages/patches/gtk3-respect-GUIX_GTK3_PATH.patch \ %D%/packages/patches/gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch \ %D%/packages/patches/gtkglext-disable-disable-deprecated.patch \ |