gnu: pies: Update to 1.4.
[jackhill/guix/guix.git] / gnu / packages / patches / clx-remove-demo.patch
CommitLineData
4b51b21c
AP
1--- a/clx.asd 2016-02-16 00:06:48.161596976 -0500
2+++ b/clx.asd 2016-02-16 00:06:54.793774658 -0500
3@@ -79,24 +79,6 @@
4 (:file "xtest")
5 (:file "screensaver")
6 (:file "xinerama")))
7- (:module demo
8- :default-component-class example-source-file
9- :components
10- ((:file "bezier")
11- ;; KLUDGE: this requires "bezier" for proper operation,
12- ;; but we don't declare that dependency here, because
13- ;; asdf doesn't load example files anyway.
14- (:file "beziertest")
15- (:file "clclock")
16- (:file "clipboard")
17- (:file "clx-demos")
18- (:file "gl-test")
19- ;; FIXME: compiling this generates 30-odd spurious code
20- ;; deletion notes. Find out why, and either fix or
21- ;; workaround the problem.
22- (:file "mandel")
23- (:file "menu")
24- (:file "zoid")))
25 (:module test
26 :default-component-class example-source-file
27 :components