Improve guix declaration
This commit is contained in:
parent
8a8c07ec64
commit
aff304bd40
1 changed files with 10 additions and 13 deletions
11
guix.scm
11
guix.scm
|
@ -4,20 +4,17 @@
|
|||
(guix licenses)
|
||||
(guix packages))
|
||||
|
||||
(let
|
||||
((%source-dir (dirname (current-filename))))
|
||||
(let ((%source-dir (dirname (current-filename))))
|
||||
(package
|
||||
(name "sjw-unitJS")
|
||||
(version "devel")
|
||||
(source
|
||||
(local-file %source-dir
|
||||
(source (local-file %source-dir
|
||||
#:recursive? #t
|
||||
#:select? (git-predicate %source-dir)))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan
|
||||
'(("src" "lib/SJW/unitJS"))))
|
||||
(home-page "https://git.marvid.fr/Tissevert/SJW")
|
||||
'(#:install-plan '(("src" "lib/SJW/unitJS"))))
|
||||
(home-page "https://git.marvid.fr/Tissevert/UnitJS")
|
||||
(synopsis "The Simple Javascript Wrench.")
|
||||
(description
|
||||
"A collection of JS modules to write simple web applications. It covers
|
||||
|
|
Loading…
Reference in a new issue