@@ 61,29 61,3 @@
(description "Tekuti is a simple functional blogging engine based on git and sxml, used by guile's maintainer Andy Wingo on his blog.")
(home-page "https://github.com/wingo/tekuti")
(license license:gpl3+)))
-
-(define-public guilescript
- (package
- (name "guilescript")
- (version "0.2.0")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://github.com/aconchillo/guilescript")
- (commit (string-append "v" version))))
- (sha256
- (base32
- "15bvgklv77kvkl8dizriqblfir6rid5nm79ymi3m2fvpd7wf77qy"))))
- (build-system gnu-build-system)
- (native-inputs
- (list guile-3.0 pkg-config automake autoconf libtool))
- (inputs
- (list guile-3.0-latest))
- (arguments
- `(#:make-flags '("GUILE_AUTO_COMPILE=0")))
- (synopsis "Compile Guile to Javascript, similar to Clojurescript")
- (description "")
- (home-page "https://github.com/aconchillo/guilescript")
- (license license:gpl3+)))