initial package, lets see...
This commit is contained in:
parent
f2a0ab92e9
commit
150f3453ac
2 changed files with 13 additions and 8 deletions
4
.guix-authorizations
Normal file
4
.guix-authorizations
Normal file
|
@ -0,0 +1,4 @@
|
|||
(authorizations
|
||||
(version 0)
|
||||
(("5C77FAFD241B4CC713014C8AF3E249EDFAC7BE26"
|
||||
(name "Vivianne Langdon"))))
|
|
@ -16,14 +16,15 @@
|
|||
(package
|
||||
(name "guile-termenv")
|
||||
(version "0.1")
|
||||
(source
|
||||
(local-file
|
||||
"../.." "guile-termenv-checkout"
|
||||
#:recursive? #t
|
||||
#:select? (lambda (file stat)
|
||||
(not (any (lambda (my-string)
|
||||
(string-contains file my-string))
|
||||
(list ".git" ".dir-locals.el" "guix.scm"))))))
|
||||
(source)
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.solarpunk.moe/solarpunk-guile/guile-termenv.git")
|
||||
(commit "v0.1")
|
||||
(sha256
|
||||
(base32
|
||||
""))))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue