From 5c7436ef81979be12e5c7ba86fc423b89fb90e28 Mon Sep 17 00:00:00 2001 From: Ryan Prior via Guix-patches via Date: Thu, 21 May 2020 00:57:36 +0000 Subject: gnu: Add sdcc-wrapper. * gnu/packages/sdcc.scm (sdcc-wrapper): New variable. --- gnu/packages/sdcc.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/sdcc.scm b/gnu/packages/sdcc.scm index 6d05470101..a95ef2ac0f 100644 --- a/gnu/packages/sdcc.scm +++ b/gnu/packages/sdcc.scm @@ -20,6 +20,7 @@ (define-module (gnu packages sdcc) #:use-module (gnu packages bison) #:use-module (gnu packages boost) + #:use-module (gnu packages c) #:use-module (gnu packages flex) #:use-module (gnu packages python) #:use-module (gnu packages texinfo) @@ -68,3 +69,5 @@ HC08-based (hc08, s08), Zilog Z80-based MCUs (z80, z180, gbz80, Rabbit Work is in progress on supporting the Microchip PIC16 and PIC18 targets. It can be retargeted for other microprocessors.") (license license:gpl2+))) + +(define-public sdcc-wrapper (wrap-cc sdcc)) -- cgit v1.2.3