about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/clfswm/require-clx.patch
diff options
context:
space:
mode:
authorgoibhniu <cillian.deroiste@gmail.com>2015-11-09 09:50:51 +0100
committergoibhniu <cillian.deroiste@gmail.com>2015-11-09 09:50:51 +0100
commitac3ad9515a509a65a894e7282c1fd0926b08cfd4 (patch)
treefaae85f48f64aa49ab9511ecaf4d1e0a103ab5f5 /pkgs/applications/window-managers/clfswm/require-clx.patch
parent2583b323c529210d49f6ba4e4c10a07b3ed54dc9 (diff)
parent5623e1b145a8c1b42c41c5dd163804cca0064b75 (diff)
Merge pull request #10908 from robgssp/master
New package: clfswm
Diffstat (limited to 'pkgs/applications/window-managers/clfswm/require-clx.patch')
-rw-r--r--pkgs/applications/window-managers/clfswm/require-clx.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/clfswm/require-clx.patch b/pkgs/applications/window-managers/clfswm/require-clx.patch
new file mode 100644
index 0000000000000..ae2234461d25d
--- /dev/null
+++ b/pkgs/applications/window-managers/clfswm/require-clx.patch
@@ -0,0 +1,13 @@
+diff --git a/load.lisp b/load.lisp
+index c8c4cf0..8c9ca2e 100644
+--- a/load.lisp
++++ b/load.lisp
+@@ -111,6 +111,8 @@ from $XDG_CONFIG_HOME/clfswm/clfswmrc")
+ ;;;------------------
+ (load-info "Requiring CLX")
+ 
++(require 'clx)
++
+ ;;; Loading clisp dynamic module. This part needs clisp >= 2.50
+ ;;#+(AND CLISP (not CLX))
+ ;;(when (fboundp 'require)