summaryrefslogtreecommitdiff
path: root/gnu/packages/c.scm
Commit message (Collapse)AuthorAge
* gnu: packcc: Update to 1.8.0.Efraim Flashner2022-08-12
| | | | * gnu/packages/c.scm (packcc): Update to 1.8.0.
* gnu: pcc: Respect --without-tests.(2022-08-11
| | | | | | | * gnu/packages/c.scm (pcc)[arguments]<#:phases>{check}: Respect the `tests?` argument. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: pcc: Fix build.(2022-08-11
| | | | | | | | * gnu/packages/c.scm (pcc)[arguments]: Use gexps. <#:phases>{fix-multiple-definitions}: New phase. [native-inputs]: Adjust formatting. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: tcc: Update to a83b285.Ekaitz Zarraga2022-07-19
| | | | | | | | | Fixes <https://issues.guix.gnu.org/52140>. Reported by Guillaume Le Vaillant <glv@posteo.net>. * gnu/packages/c.scm (tcc): Update to a83b28568596afd8792fd58d1a5bd157fc6b6634. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cproc.(unmatched-parenthesis2022-07-07
| | | | | | * gnu/packages/c.scm (cproc): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: libfixposix: Add C_INCLUDE_PATH to the native-search-paths.Pierre Neidhardt2022-07-03
| | | | | | * gnu/packages/c.scm (libfixposix)[native-search-paths]: Add C_INCLUDE_PATH. This fixes the loading of cl-iolib among others.
* gnu: Add utest-h.Artyom V. Poptsov2022-07-03
| | | | | | * gnu/packages/c.scm (utest-h): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: packages: qbe: Update to 1.0.(2022-06-25
| | | | | | * gnu/packages/c.scm (qbe): Update to 1.0. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: packcc: Update to 1.7.2.Efraim Flashner2022-06-09
| | | | | * gnu/packages/c.scm (packcc): Update to 1.7.2. [arguments]: Remove trailing #t from phases.
* gnu: libhx: Update to 4.3.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/c.scm (libhx): Update to 4.3.
* gnu: libbytesize: Remove input labels.Tobias Geerinckx-Rice2022-05-22
| | | | | * gnu/packages/c.scm (libbytesize)[native-inputs]: Remove input labels.
* gnu: libbytesize: Update to 2.6.Tobias Geerinckx-Rice2022-05-22
| | | | * gnu/packages/c.scm (libbytesize): Update to 2.6.
* gnu: Add qbe.(unmatched-parenthesis2022-05-24
| | | | | | * gnu/packages/c.scm (qbe): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add python-pcpp.Maxim Cournoyer2022-05-12
| | | | * gnu/packages/c.scm (python-pcpp): New variable.
* gnu: byacc: Update to 20220128.Ludovic Courtès2022-05-09
| | | | * gnu/packages/c.scm (byacc): Update to 20220128.
* gnu: Add byacc.Foo Chuan Wei2022-05-05
| | | | | | * gnu/packages/c.scm (byacc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-mqtt: Fix comment formatting.Greg Hogan2022-05-02
| | | | | | * gnu/packages/c.scm (aws-c-mqtt): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-s3: Fix comment formatting.Greg Hogan2022-05-02
| | | | | | * gnu/packages/c.scm (aws-c-s3): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-auth: Fix comment formatting.Greg Hogan2022-05-02
| | | | | | * gnu/packages/c.scm (aws-c-auth): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-compression: Fix comment formatting.Greg Hogan2022-05-02
| | | | | | * gnu/packages/c.scm (aws-c-compression): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-http: Fix comment formatting.Greg Hogan2022-05-02
| | | | | | * gnu/packages/c.scm (aws-c-http): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-sdkutils: Fix comment formatting.Greg Hogan2022-05-02
| | | | | | * gnu/packages/c.scm (aws-c-sdkutils): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-cal: Fix comment formatting.Greg Hogan2022-05-02
| | | | | | * gnu/packages/c.scm (aws-c-cal): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-io: Fix comment formatting.Greg Hogan2022-05-02
| | | | | | * gnu/packages/c.scm (aws-c-io): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-event-stream: Fix comment formatting.Greg Hogan2022-05-02
| | | | | | * gnu/packages/c.scm (aws-c-event-stream): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-checksums: Fix comment formatting.Greg Hogan2022-05-02
| | | | | | * gnu/packages/c.scm (aws-checksums): Fix comment formatting. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-common: Only support i686 and x86_64.Greg Hogan2022-05-02
| | | | | | | * gnu/packages/c.scm (aws-c-common): [supported-systems]: Only support i686-linux and x86_64-linux. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-mqtt: Update to 0.7.10.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-mqtt): Update to 0.7.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-s3: Update to 0.1.38.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-s3): Update to 0.1.38. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-auth: Update to 0.6.11.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-auth): Update to 0.6.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-http: Update to 0.6.13.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-http): Update to 0.6.13. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add aws-c-sdkutils.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-sdkutils): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-cal: Update to 0.5.17.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-cal): Update to 0.5.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-io: Update to 0.10.20.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-io): Update to 0.10.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-common: Update to 0.6.20.Greg Hogan2022-04-20
| | | | | | * gnu/packages/c.scm (aws-c-common): Update to 0.6.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ck.Maxim Cournoyer2022-03-18
| | | | * gnu/packages/c.scm (ck): New variable.
* gnu: Add utf8-h.Maxim Cournoyer2022-02-09
| | | | * gnu/packages/c.scm (utf8-h): New variable.
* gnu: Add liblognorm.Katherine Cox-Buday2021-12-31
| | | | | | | * gnu/packages/c.scm (liblognorm): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: aws-checksums: Replace patch.Greg Hogan2021-11-16
| | | | | | | | | | | * gnu/packages/c.scm (aws-checksums): Replace patch. [arguments]: Fix CMAKE_PREFIX_PATH. [source]: Remove patch. * gnu/packages/patches/aws-checksums-cmake-prefix.patch: Delete file. * gnu/local.mk: Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-event-stream: Replace patch.Greg Hogan2021-11-16
| | | | | | | | | | | * gnu/packages/c.scm (aws-c-event-stream): Replace patch. [arguments]: Fix CMAKE_PREFIX_PATH. [source]: Remove patch. * gnu/packages/patches/aws-c-event-stream-cmake-prefix.patch: Delete file. * gnu/local.mk: Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-mqtt: Replace patch.Greg Hogan2021-11-16
| | | | | | | | | | * gnu/packages/c.scm (aws-c-mqtt): Replace patch. [arguments]: Fix CMAKE_PREFIX_PATH. [source]: Remove patch. * gnu/packages/patches/aws-c-mqtt-cmake-prefix.patch: Delete file. * gnu/local.mk: Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-s3: Update to 0.1.26.Greg Hogan2021-11-16
| | | | | | | | | | | | * gnu/packages/c.scm (aws-c-s3): Update to 0.1.26. [arguments]: Fix CMAKE_PREFIX_PATH, disable network tests. [source]: Remove patches. * gnu/packages/patches/aws-c-s3-cmake-prefix.patch, gnu/packages/patches/aws-c-s3-disable-networking-tests.patch: Delete files. * gnu/local.mk: Remove them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-auth: Update to 0.6.4.Greg Hogan2021-11-16
| | | | | | | | | | | | | | * gnu/packages/c.scm (aws-c-auth): Update to 0.6.4. [arguments]: Fix CMAKE_PREFIX_PATH, disable network tests. [source]: Add and remove patches. * gnu/packages/patches/aws-c-auth-install-private-headers.patch: New file. * gnu/packages/patches/aws-c-auth-cmake-prefix.patch, gnu/packages/patches/aws-c-auth-disable-networking-tests.patch: Delete files. * gnu/local.mk: Add and remove them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-compression: Update to 0.2.14.Greg Hogan2021-11-16
| | | | | | | | | | | * gnu/packages/c.scm (aws-c-compression): Update to 0.2.14. [arguments]: Fix CMAKE_PREFIX_PATH. [source]: Remove patch. * gnu/packages/patches/aws-c-compression-cmake-prefix.patch: Delete file. * gnu/local.mk: Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-http: Update to 0.6.7.Greg Hogan2021-11-16
| | | | | | | | | | | | * gnu/packages/c.scm (aws-c-http): Update to 0.6.7. [arguments]: Fix CMAKE_PREFIX_PATH, disable network tests. [source]: Remove patches. * gnu/packages/patches/aws-c-http-cmake-prefix.patch, gnu/packages/patches/aws-c-http-disable-networking-tests.patch: Delete files. * gnu/local.mk: Remove them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-cal: Update to 0.5.12.Greg Hogan2021-11-16
| | | | | | | | | | * gnu/packages/c.scm (aws-c-cal): Update to 0.5.12. [arguments]: Fix CMAKE_PREFIX_PATH. [source]: Remove patch. * gnu/packages/patches/aws-c-cal-cmake-prefix.patch: Delete file. * gnu/local.mk: Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-io: Update to 0.10.9.Greg Hogan2021-11-16
| | | | | | | | | | | | * gnu/packages/c.scm (aws-c-io): Update to 0.10.9. [arguments]: Fix CMAKE_PREFIX_PATH, disable network tests. [source]: Remove patches. * gnu/packages/patches/aws-c-io-cmake-prefix.patch, gnu/packages/patches/aws-c-io-disable-networking-tests.patch: Delete files. * gnu/local.mk: Remove them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: aws-c-common: Update to 0.6.11.Greg Hogan2021-11-16
| | | | | | * gnu/packages/c.scm (aws-c-common): Update to 0.6.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libhx: Update to 4.2.Tobias Geerinckx-Rice2021-11-10
| | | | * gnu/packages/c.scm (libhx): Update to 4.2.