Commit graph

13 commits

Author SHA1 Message Date
Stanisław Pitucha 632daeee45 libcutl: fix darwin build
Force gcc environment since libcutl checks for gcc specifically.
2023-03-24 20:55:57 +11:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin 6f6cc4a22d treewide: use toString on list NIX_CFLAGS_COMPILE
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
Thomas Gerbet 46a196d39a libcutl: fix the build
Moved back to C++14 where dynamic exception specifications are deprecated but still present.

Darwin is marked as broken since another issue seems to be present.

ZHF: #172160
2022-05-13 12:14:27 +02:00
taku0 61706fc470
Merge pull request #114853 from lourkeur/fix-string-escaping
nixos/kresd, nixos/dokuwiki, tests/fpm, build-bazel-package, libcutl: fix string escaping
2021-03-03 19:35:16 +09:00
kvtb 17cc2e7543 libcutl: fix string escaping
\. has no effect in single quoted strings
2021-03-02 16:06:07 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
zowoq 31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Renaud 8e5de3a0cd
libcutl: fix regex
Attempt to fix #71544
2019-10-21 18:25:40 +02:00
Renaud 67aa40139b
libcutl: 1.9.0 -> 1.10.0 2019-10-21 00:24:59 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Vladimír Čunát 6f5d989478
treewide: checkMeta fixes for x86_64-linux 2017-12-07 07:50:47 -05:00
Michiel Leenaars 5b8e6aaa21 libcutl: init -> 1.9.0 2016-02-01 17:50:57 +01:00