diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-04-29 22:14:59 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-05-01 19:06:39 +0300 |
commit | 6e339db06ee4f14375c11f544fa166fdae045aca (patch) | |
tree | e23b65f62fdf5121279307e85d5bd631d9da4b53 /gnu/packages/enlightenment.scm | |
parent | 0b759222819447fccb6b33949313a1ec675d0793 (diff) | |
download | guix-6e339db06ee4f14375c11f544fa166fdae045aca.tar guix-6e339db06ee4f14375c11f544fa166fdae045aca.tar.gz |
gnu: enlightenment: Patch more '/usr/bin' locations.
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Remove more
hard-coded '/usr/bin' locations.
Diffstat (limited to 'gnu/packages/enlightenment.scm')
-rw-r--r-- | gnu/packages/enlightenment.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 109cf2034a..d6c11e4fec 100644 --- a/gnu/packages/enlightenment.scm +++ b/gnu/packages/enlightenment.scm @@ -277,6 +277,8 @@ Libraries with some extra bells and whistles.") (("/usr/share/X11/xkb/rules/xorg.lst") (string-append xkeyboard "/share/X11/xkb/rules/base.lst"))) + (substitute* "src/modules/everything/evry_plug_apps.c" + (("/usr/bin/") "")) (substitute* "configure" (("/bin/mount") (string-append utils "/bin/mount")) (("/bin/umount") (string-append utils "/bin/umount")) |