summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-08-15 23:18:25 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-08-15 23:18:25 -0400
commitd695aa53cd87963ca3a46fba681943fd7fdbfe82 (patch)
tree120eeba09ccc8bd671518faf5fb9c2205c844465
parentb1ea7027291dc543872300f7742b2d3e0584ef80 (diff)
Fix package.scm.
-rw-r--r--package.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.scm b/package.scm
index edbba90..8bda732 100644
--- a/package.scm
+++ b/package.scm
@@ -29,7 +29,7 @@
(package
(name "shroud")
(version "0.1")
- (source (dirname (current-filename)))
+ (source #f)
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)