about summary refs log tree commit diff
path: root/gn/packages/python24.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/python24.scm')
-rw-r--r--gn/packages/python24.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/gn/packages/python24.scm b/gn/packages/python24.scm
index 381b1ef..83f6907 100644
--- a/gn/packages/python24.scm
+++ b/gn/packages/python24.scm
@@ -170,22 +170,6 @@ pre-defined variants."
      `(("python24-pil" ,python24-pil)))))
 
 ;; Apparently this is the library which mimics python-2.6+'s json library
-(define-public python24-simplejson
-  (let ((base (package-with-python24 python-simplejson)))
-    (package
-      (inherit base)
-      (version "2.0.9") ; last version to officially support python2.4
-      (source
-        (origin
-          (method url-fetch)
-          (uri (pypi-uri "simplejson" version))
-          (sha256
-           (base32
-            "1vlkxibal9ljabybawnqr3jh6f6g21c5pbrzl65z9vwbfxhg9kdb"))))
-      (native-inputs
-       `(("python24-setuptools" ,python24-setuptools)
-         ,@(package-native-inputs base))))))
-
 (define-public python24-parallel
   (package
     (inherit python-parallel)