Compare commits
No commits in common. "74f5ea97fac7f96fae16e3ff945382ca53f5817b" and "61ea6a7ffb07c9756487555a8f4b39c775eacb92" have entirely different histories.
74f5ea97fa
...
61ea6a7ffb
|
@ -7,7 +7,6 @@
|
|||
#:use-module ((guix licenses) #:prefix license:)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages golang)
|
||||
#:use-module (gnu packages golang-xyz)
|
||||
#:use-module (gnu packages golang-check)
|
||||
#:use-module (gnu packages haskell-web)
|
||||
#:use-module (gnu packages haskell-xyz))
|
||||
|
@ -48,12 +47,12 @@
|
|||
(inherit go-github-com-alecthomas-chroma)
|
||||
(name "go-chroma")
|
||||
(native-inputs
|
||||
(list go-github-com-alecthomas-kong
|
||||
go-github-com-stretchr-testify
|
||||
(list go-github-com-alecthomas-assert
|
||||
go-github-com-alecthomas-kong
|
||||
go-github-com-danwakefield-fnmatch
|
||||
go-github-com-dlclark-regexp2
|
||||
go-github-com-mattn-go-colorable
|
||||
go-github-com-mattn-go-isatty
|
||||
))
|
||||
go-github-com-mattn-go-isatty))
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/alecthomas/chroma/cmd/chroma"
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
(list (channel
|
||||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(branch "master")
|
||||
(commit
|
||||
"faf8ba9b43323dc61988a368690b20008611fc87")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
(openpgp-fingerprint
|
||||
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
|
Loading…
Reference in New Issue