diff options
Diffstat (limited to 'src/xyz/euandreh/packages')
-rw-r--r-- | src/xyz/euandreh/packages/euandreh.scm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xyz/euandreh/packages/euandreh.scm b/src/xyz/euandreh/packages/euandreh.scm index d50ba91..c573e19 100644 --- a/src/xyz/euandreh/packages/euandreh.scm +++ b/src/xyz/euandreh/packages/euandreh.scm @@ -11,14 +11,6 @@ #:use-module (guix store) #:use-module (guix build-system gnu)) -(define (read-from-store-file src name) - (run-with-store (open-connection) - (gexp->script "read-from-file-in-store" - #~(string-trim-both - (call-with-input-file - #$(file-append src name) - textual-ports:get-string-all))))) - (define (euandreh-package name version-prefix version hash) (package (name name) |