Sergei Trofimovich
|
6f0fb013cd
|
gumbo: fix depends for strictDeps = true
Without the change `config.strictDepsByDefault = true` fails build as:
configuring
libtoolize
./autogen.sh: line 29: libtoolize: not found
|
2022-06-21 22:35:53 +01:00 |
|
Ben Siraphob
|
21faf9fc29
|
treewide: move autoconf, automake to nativeBuildInputs
|
2022-03-30 20:17:24 -05:00 |
|
Ben Siraphob
|
66e44425c6
|
pkgs/development/libraries: stdenv.lib -> lib
|
2021-01-21 19:11:02 -08:00 |
|
toonn
|
327a00a7cf
|
gumbo: Add darwin to platforms
|
2020-11-17 21:02:04 +01: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 |
|
Yegor Timoshenko
|
26c6f43119
|
libgumbo: rename to gumbo
|
2018-01-21 13:29:45 +00:00 |
|