Put in earplugs
This commit is contained in:
parent
c7548de883
commit
b175074dfc
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
||||||
#:use-module (guix download)
|
#:use-module (guix download)
|
||||||
#:use-module (guix gexp)
|
#:use-module (guix gexp)
|
||||||
#:use-module (guix git-download)
|
#:use-module (guix git-download)
|
||||||
|
#:use-module (guix build-system trivial)
|
||||||
#:use-module (guix build-system font))
|
#:use-module (guix build-system font))
|
||||||
|
|
||||||
;; http://osp.kitchen/foundry
|
;; http://osp.kitchen/foundry
|
||||||
|
@ -67,7 +68,7 @@
|
||||||
(name "font-collection-osp")
|
(name "font-collection-osp")
|
||||||
(version "0.1")
|
(version "0.1")
|
||||||
(source #f)
|
(source #f)
|
||||||
(build-system font-build-system)
|
(build-system trivial-build-system)
|
||||||
(home-page "http://osp.kitchen/foundry/")
|
(home-page "http://osp.kitchen/foundry/")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue