rebuild: fix pkginfo being completely broken

master
an 2019-10-24 13:20:56 -04:00
parent 0597a504b2
commit 9ccd910b29
1 changed files with 7 additions and 17 deletions

View File

@ -10,22 +10,12 @@
(define package-options
(hash
'bsnes-plus-git
(hash 'url (mygit "bsnes-plus-git.git"))
'gmqcc-git
(hash 'url (mygit "gmqcc-git.git"))
'minecraft-server-fabric
(hash 'url (mygit "minecraft-server-fabric.git"))
'otf-linjapona
(hash 'url (mygit "otf-linjapona.git"))
'quakespasm
(hash 'url (mygit "quakespasm.git"))
'quakespasm-spiked-git
(hash 'url (mygit "quakespasm-spiked-git.git"))))
"alpine-git" (hash 'url (mygit "alpine-git.git"))
"bsnes-plus-git" (hash 'url (mygit "bsnes-plus-git.git"))
"gmqcc-git" (hash 'url (mygit "gmqcc-git.git"))
"minecraft-server-fabric" (hash 'url (mygit "minecraft-server-fabric.git"))
"otf-linjapona" (hash 'url (mygit "otf-linjapona.git"))
"quakespasm" (hash 'url (mygit "quakespasm.git"))
"quakespasm-spiked-git" (hash 'url (mygit "quakespasm-spiked-git.git"))))
;; EOF