From a3afb33d2cdc7a6786f9f735e224b91fde5241d6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 9 May 2024 09:12:54 -0300 Subject: etc/guix/home.scm: Include "static" and "debug" outputs of "gcc-toolchain" package Mainly so that I can now say `gcc -static main.c`. --- etc/guix/home.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 4e692de..ef7f295 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -305,6 +305,8 @@ python-telegram-bot valgrind gcc-toolchain + gcc-toolchain:debug + gcc-toolchain:static cppcheck clang tcc -- cgit v1.2.3