aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-10-23 15:15:48 +0100
committerChristopher Baines <mail@cbaines.net>2020-10-23 15:15:48 +0100
commitd38698d85174b4594e6dc2f9be50083a50786026 (patch)
treeb3f431d683315812837191263157afb6375d1925
parent650b7a7184592de1907a58246545df86eafd7dec (diff)
downloadbuild-coordinator-d38698d85174b4594e6dc2f9be50083a50786026.tar
build-coordinator-d38698d85174b4594e6dc2f9be50083a50786026.tar.gz
Remove old guile-prometheus package definition
This is now available from Guix.
-rw-r--r--guix-dev.scm26
1 files changed, 0 insertions, 26 deletions
diff --git a/guix-dev.scm b/guix-dev.scm
index 0d1cd38..7ff91b6 100644
--- a/guix-dev.scm
+++ b/guix-dev.scm
@@ -55,32 +55,6 @@
guile-3.0-latest
guile-next))
-(define-public guile-prometheus
- (package
- (name "guile-prometheus")
- (version "0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (commit "5acbc44d2d6c89fd984ef2353f81f73d4e227a33")
- (url "https://git.cbaines.net/git/guile/prometheus")))
- (sha256
- (base32
- "07qzj9nmlih6widndwk47x4nwwy5xdh32i51lym6j0ycbvb3fn0r"))
- (file-name (string-append name "-" version "-checkout"))))
- (build-system gnu-build-system)
- (native-inputs
- `(("pkg-config" ,pkg-config)
- ("autoconf" ,autoconf)
- ("automake" ,automake)))
- (inputs
- `(("guile" ,my-guile)))
- (home-page "https://git.cbaines.net/guile/prometheus/")
- (synopsis "")
- (description
- "")
- (license license:gpl3+)))
-
(package
(name "guix-build-coordinator")
(version "0.0.0")