about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEfraim Flashner2019-09-06 07:59:05 -0500
committerEfraim Flashner2019-09-06 07:59:05 -0500
commit3323a3c75d4776fd99d4bea2ae587f780541037f (patch)
treee449a8249b89d952d5f26659083bfea2f6384989
parent27f705e42f25032ae29b14c1c0324907f0400daf (diff)
downloadguix-bioinformatics-3323a3c75d4776fd99d4bea2ae587f780541037f.tar.gz
gn: Fix compilation.
python2-piddle-1.0.15 is no more
-rw-r--r--gn/packages/python24.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/python24.scm b/gn/packages/python24.scm
index cc5e61c..1b38d0f 100644
--- a/gn/packages/python24.scm
+++ b/gn/packages/python24.scm
@@ -212,10 +212,10 @@ spreadsheets without the need for COM objects.")
 
 (define-public python24-piddle
   (package
-    (inherit python2-piddle-1.0.15)
+    (inherit python2-piddle-gn)
     (name "python24-piddle")
     (arguments
-     (substitute-keyword-arguments (package-arguments python2-piddle-1.0.15)
+     (substitute-keyword-arguments (package-arguments python2-piddle-gn)
        ((#:python _) python-2.4)))
     (propagated-inputs
      `(("python24-pil" ,python24-pil)))))