guix: Add additional useful packages for development
* guix-env.scm: Added openssh, git, and rsync in the development package.
This commit is contained in:
parent
c09a54f840
commit
1c6c97c5aa
@ -64,6 +64,8 @@
|
|||||||
(gnu packages python)
|
(gnu packages python)
|
||||||
(gnu packages gstreamer)
|
(gnu packages gstreamer)
|
||||||
(gnu packages glib)
|
(gnu packages glib)
|
||||||
|
(gnu packages rsync)
|
||||||
|
(gnu packages ssh)
|
||||||
(gnu packages version-control)
|
(gnu packages version-control)
|
||||||
((guix licenses) #:select (expat zlib) #:prefix license:))
|
((guix licenses) #:select (expat zlib) #:prefix license:))
|
||||||
|
|
||||||
@ -195,4 +197,8 @@ media.")
|
|||||||
; and texlive-texmf is very large...
|
; and texlive-texmf is very large...
|
||||||
("python-chardet", python-chardet)
|
("python-chardet", python-chardet)
|
||||||
("python-psycopg2" ,python-psycopg2)
|
("python-psycopg2" ,python-psycopg2)
|
||||||
|
;; For developing
|
||||||
|
("openssh" ,openssh)
|
||||||
|
("git" ,git)
|
||||||
|
("rsync" ,rsync)
|
||||||
,@(package-propagated-inputs mediagoblin))))
|
,@(package-propagated-inputs mediagoblin))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user