Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
e077b989f7
|
|||
|
9c595640d9
|
11
guix.scm
11
guix.scm
@@ -1,9 +1,12 @@
|
|||||||
(use-modules (gnu packages guile)
|
(use-modules (gnu packages guile)
|
||||||
(gnu packages pkg-config)
|
(gnu packages pkg-config)
|
||||||
(guix)
|
(guix gexp)
|
||||||
|
(guix packages)
|
||||||
(guix git-download)
|
(guix git-download)
|
||||||
(guix build-system guile))
|
(guix build-system guile)
|
||||||
|
((guix licenses) #:prefix license:))
|
||||||
|
|
||||||
|
(define-public guile-equinix-metal
|
||||||
(package
|
(package
|
||||||
(name "guile-equinix-metal")
|
(name "guile-equinix-metal")
|
||||||
(version "0.0.1")
|
(version "0.0.1")
|
||||||
@@ -17,4 +20,6 @@
|
|||||||
(synopsis "Equinix Metal SDK")
|
(synopsis "Equinix Metal SDK")
|
||||||
(home-page "https://git.fixergrid.net/adam/equinix-scm")
|
(home-page "https://git.fixergrid.net/adam/equinix-scm")
|
||||||
(description "Equinix-scm supports token exchange and talking to Metal API")
|
(description "Equinix-scm supports token exchange and talking to Metal API")
|
||||||
(license #f))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
guile-equinix-metal
|
||||||
|
|||||||
Reference in New Issue
Block a user