From a337f34b08a6fb2ec048055481251ca0e889745e Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 21 Jul 2022 23:38:38 -0400 Subject: [PATCH] FIX don't call install scripts that will likely fail --- dot_bin/executable_bootstrap_build.tmpl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dot_bin/executable_bootstrap_build.tmpl b/dot_bin/executable_bootstrap_build.tmpl index e9d02f8..645baf6 100644 --- a/dot_bin/executable_bootstrap_build.tmpl +++ b/dot_bin/executable_bootstrap_build.tmpl @@ -16,6 +16,9 @@ run_stack_in_dir () { export STACK_ROOT={{ .paths.stack }} -run_stack_in_dir ~/.config/rofi-extras -run_stack_in_dir ~/.config/xmonad -run_stack_in_dir ~/.config/xman +# NOTE; all of these repos require X11 which in turn requires c libraries. In +# this case these cannot simply be built using stack unless nix is also invoked. + +#run_stack_in_dir ~/.config/rofi-extras +#run_stack_in_dir ~/.config/xmonad +#run_stack_in_dir ~/.config/xman