update guix config
This commit is contained in:
parent
e381c1b522
commit
bf1c18f347
|
@ -10,7 +10,7 @@
|
|||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(commit
|
||||
"e7403acb345a59d580607fbfe7ef2aa0c410767a")
|
||||
"08ed3ec64ecd571d92d497b2493f5c0225102c99")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"afb9f2752315f131e4ddd44eba02eed403365085"
|
||||
|
|
20
guix.scm
20
guix.scm
|
@ -1,12 +1,14 @@
|
|||
(use-modules (guix git-download)
|
||||
(guix build-system python)
|
||||
(guix gexp)
|
||||
(guix packages)
|
||||
(guix utils)
|
||||
(gnu packages markup) ;; for python-markdownify
|
||||
(mobilizon-reshare package)
|
||||
(ice-9 rdelim)
|
||||
(ice-9 popen))
|
||||
(define-module (guix)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix utils)
|
||||
#:use-module (gnu packages markup) ;; for python-markdownify
|
||||
#:use-module (mobilizon-reshare package)
|
||||
#:use-module (mobilizon-reshare dependencies)
|
||||
#:use-module (ice-9 rdelim)
|
||||
#:use-module (ice-9 popen))
|
||||
|
||||
(define %source-dir (getcwd))
|
||||
|
||||
|
|
Loading…
Reference in New Issue