summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Prior via Guix-patches via <guix-patches@gnu.org>2020-05-21 00:57:26 +0000
committerGuix Patches Tester <>2020-05-24 21:34:52 +0100
commit3262208d1d68fe9d66dfc41ca0210d117762f7b7 (patch)
tree925405054300fd0127e0a6fa092154d87b49a1ea
parent6649935ec46543688859f4d85599b17959485a9c (diff)
downloadpatches-3262208d1d68fe9d66dfc41ca0210d117762f7b7.tar
patches-3262208d1d68fe9d66dfc41ca0210d117762f7b7.tar.gz
gnu: Add pcc-wrapper.
* gnu/packages/c.scm (pcc-wrapper): New variable.
-rw-r--r--gnu/packages/c.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 757cfa7fba..e83a1d5c61 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -319,3 +319,4 @@ releases.")
under the name @command{cc}.")))))
(define-public tcc-wrapper (wrap-cc tcc))
+(define-public pcc-wrapper (wrap-cc pcc))