From 2e5274c4783f50eb63b308e285f13361b80bc792 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Thu, 12 Sep 2019 02:37:12 -0400 Subject: [PATCH] rebuild: use gmqcc-git --- build-system/rebuild-pkgs.rkt | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/build-system/rebuild-pkgs.rkt b/build-system/rebuild-pkgs.rkt index adfe955..1fe35e2 100755 --- a/build-system/rebuild-pkgs.rkt +++ b/build-system/rebuild-pkgs.rkt @@ -26,6 +26,7 @@ 'firefox-kde-opensuse-bin 'gdcc-git 'gitahead + 'gmqcc-git 'gopherus 'gtk3-nocsd-git 'gvim-git @@ -68,18 +69,16 @@ (define package-options (hash - 'kmozillahelper - (hash 'asdeps #t) - - 'libsodium-git - (hash 'asdeps #t) - - 'vim-runtime-git - (hash 'asdeps #t) + 'kmozillahelper (hash 'asdeps #t) + 'libsodium-git (hash 'asdeps #t) + 'vim-runtime-git (hash 'asdeps #t) 'bsnes-plus-git (hash 'url (mygit "bsnes-plus-git.git")) + 'gmqcc-git + (hash 'url (mygit "gmqcc-git.git")) + 'higan (hash 'handle 'higan 'url (gitlab "higan/higan.git/"))