From 19d22efcaa2ff7fb4dc0dde7de42e6f5f1e26701 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 3 Aug 2019 15:49:31 -0400 Subject: [PATCH] rebuild: remove cef-standard and add cc65 and tass64 --- scripts/rebuild-pkgs.rkt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/rebuild-pkgs.rkt b/scripts/rebuild-pkgs.rkt index b3367ed..f71eb5b 100755 --- a/scripts/rebuild-pkgs.rkt +++ b/scripts/rebuild-pkgs.rkt @@ -11,12 +11,12 @@ (define all-packages (list - 'cef-standard 'kmozillahelper 'libsodium-git 'vim-runtime-git 'basiliskii-git + 'cc65 'chocolate-doom 'crosstool-ng-git 'desmume-git @@ -57,6 +57,7 @@ 'sheepshaver-git 'slade 'squirrel-sql + 'tass64 'teamviewer 'ttf-mac-fonts 'ttf-twemoji-color @@ -65,9 +66,6 @@ (define package-options (hash - 'cef-standard - (hash 'asdeps #t) - 'kmozillahelper (hash 'asdeps #t)