diff --git a/scripts/rebuild-pkgs.rkt b/scripts/rebuild-pkgs.rkt index 8b51253..c44705b 100755 --- a/scripts/rebuild-pkgs.rkt +++ b/scripts/rebuild-pkgs.rkt @@ -12,6 +12,7 @@ (define all-packages (list 'cef-standard + 'kmozillahelper 'libsodium-git 'vim-runtime-git @@ -20,6 +21,7 @@ 'dolphin-emu-git 'eternity-engine-git 'fceux-git + 'firefox-kde-opensuse-bin 'gdcc-git 'gopherus 'gvim-git @@ -57,7 +59,7 @@ (define package-options (hash 'cef-standard (hash 'asdeps #t) - 'cereal (hash 'asdeps #t) + 'kmozillahelper (hash 'asdeps #t) 'libsodium-git (hash 'asdeps #t) 'vim-runtime-git (hash 'asdeps #t)