diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-05-02 18:47:01 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-05-06 23:16:46 +0300 |
commit | d5d296382611d9de900d160968bf82c006caaaa7 (patch) | |
tree | eba6ea1c9e93d80f2216c186eee02c9f79a0dc52 /gnu/packages/gnustep.scm | |
parent | ae1873558ca0d19383bce07a2c8867e1a5cf45cc (diff) | |
download | guix-d5d296382611d9de900d160968bf82c006caaaa7.tar guix-d5d296382611d9de900d160968bf82c006caaaa7.tar.gz |
gnu: wmfire: Fix build.
* gnu/packages/gnustep.scm (wmfire)[source]: Add patch.
* gnu/packages/patches/wmfire-dont-inline-draw-fire.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Change-Id: I3e937c5e9dbd8a5e2eebfd92213407d9477a47ab
Diffstat (limited to 'gnu/packages/gnustep.scm')
-rw-r--r-- | gnu/packages/gnustep.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm index 2819993d73..b88866f7b7 100644 --- a/gnu/packages/gnustep.scm +++ b/gnu/packages/gnustep.scm @@ -320,7 +320,8 @@ display, and can run a user-specified program on mouse click.") (base32 "101grahd80n97y2dczb629clmcgiavdpbbwy78kk5wgs362m12z3")) (patches - (search-patches "wmfire-update-for-new-gdk-versions.patch")))) + (search-patches "wmfire-dont-inline-draw-fire.patch" + "wmfire-update-for-new-gdk-versions.patch")))) (build-system gnu-build-system) (inputs (list gtk+-2 libgtop)) |