Commit graph

20 commits

Author SHA1 Message Date
Dmitry Bogatov f1fd3f2a5d pkgsStatic.protobufc: fix build
Upstream effectively puts "-lprotobuf -lprotoc" as linking flags, while in fact
"protoc.a" depends on "protobuf.a", so flags should be in reverse order.

It is simpler to append one more "-lprotobuf" than to make patch to fix order.
That means that linker will scan "protobuf.a" twice, but price is neglectable.
2023-01-04 20:48:06 -05:00
Nick Cao 753b471332
protobufc: fix cross compilation 2022-12-28 17:22:10 +08:00
Martin Weinelt 5b1dd91117
protobufc: 1.3.3 -> 1.4.1 2022-09-19 16:05:40 +02:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Robert Schütz 213275ca72
protobufc: 1.3.1 -> 1.3.3 (#90327) 2020-06-17 00:42:12 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Michael Raskin 2f3579dfd5 protobufc: fix compatibility with updated protobuf by picking the upstream minor patch 2019-04-16 16:07:42 +02:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Orivej Desh f5aed4dd5e protobufc: 1.3.0 -> 1.3.1 2018-09-25 03:50:40 +00:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Nikolay Amiantov 0d558049cf protobufc: add missed file 2017-09-09 15:18:24 +03:00
Nikolay Amiantov 4bdcb220c9 protobufc: 1.1 -> 1.3 2017-09-08 21:23:42 +03:00
William A. Kennington III 5929fe2748 protobuf-c: 1.1.0 -> 1.1.1 2015-03-28 02:26:42 -07:00
William A. Kennington III 9f0a6d6d7f protobufc: Add version 1.1.0 as the default 2015-02-06 12:53:09 -08:00
William A. Kennington III b2600df4a8 protobuf-c: 0.15 -> 1.0.2 2014-09-18 00:49:18 -07:00
Lluís Batlle i Rossell 1bd6ee6556 Adding umurmur and protobuf-c. 2012-09-25 19:35:03 +02:00