Skip to content

Commit 8366f73

Browse files
committed
removed cond-expand from dependencies in egg file
1 parent b381516 commit 8366f73

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

ggplot.egg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
((synopsis "A declarative plotting system based on Grammar of Graphics.")
33
(license "GPL-3")
44
(category graphics)
5-
(cond-expand
6-
[libplot (dependencies srfi-1 datatype matchable yasos statistics cairo plot)]
7-
[else (dependencies srfi-1 datatype matchable yasos statistics cairo)])
5+
(dependencies srfi-1 datatype matchable yasos statistics cairo)
86
(author "Ivan Raikov")
97
(components
108
(extension gg-backend

0 commit comments

Comments
 (0)