Commit graph

21 commits

Author SHA1 Message Date
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm 44c1c9887a uriparser: 0.9.6 -> 0.9.7 2022-10-06 01:09:09 +00:00
Malo Bourgon 9e4be53221 treewide: add meta.mainProgram to some libraries
where a single bin is provided and someone might actually want to run it
2022-05-04 18:11:50 -07:00
Janne Heß 9049874ff1
uriparser: Fix cross building
When cross building, we need to disable building tests or cmake will
complain about the missing gtest.

Also switching from targetPlatform to buildPlatform caused doCheck to be
properly set to false
2022-01-17 15:44:22 +01:00
Sebastian Pipping 0a19fe8310
uriparser: 0.9.5 -> 0.9.5 (security, fixes #153777) (#154033) 2022-01-08 15:19:29 -05:00
Dmitry Kalinkin 38aecb51ff
uriparser: 0.9.4 -> 0.9.5 2021-03-19 12:49:40 -04:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Dmitry Kalinkin 91b828f22b
uriparser: 0.9.3 -> 0.9.4 2020-05-31 19:45:26 -04:00
Dmitry Kalinkin db664905e3
uriparser: disable building docs 2020-04-23 16:49:02 -04:00
Dmitry Kalinkin ec6bc32a3d
uriparser: 0.9.1 -> 0.9.3 2020-04-23 16:08:12 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Dmitry Kalinkin 45da66351c
uriparser: enable build on darwin 2019-04-06 12:27:37 -04:00
Andrew Dunham 83ba7beb1a uriparser: 0.9.0 -> 0.9.1 2019-01-05 23:23:54 -05:00
Travis Athougies 3963629193 Enable uriparser cross-compilation 2018-11-22 20:00:54 -08:00
Periklis Tsirakidis 2783ca5de4 uriparser: 0.8.6 -> 0.9.0 2018-10-27 22:44:03 +02:00
Robert Schütz abfd2143e4 uriparser: 0.8.5 -> 0.8.6
fixes #45343
2018-08-21 15:42:38 +02:00
adisbladis dda6f49192
uriparser: 0.8.4 -> 0.8.5 2018-02-07 23:29:16 +08:00
Renaud f39e718cab
uriparser: 0.8.2 -> 0.8.4
Fixed the Makefile for the doc : there is no .map files to install in
this release since dot outputs images in PNG and SVG

fixes #23456
2017-03-06 08:41:47 +01:00
zimbatm 69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Boris Sukholitko ff6fd0ea86 uriparser: init at 0.8.2 2015-07-18 14:17:46 +03:00