Commit graph

13 commits

Author SHA1 Message Date
Sandro 953d5f5cfa
Update pkgs/development/libraries/libconfig/default.nix 2021-07-15 23:51:27 +02:00
Michael Adler 9ad40cc7a3 libconfig: fix static build
the examples are linked dynamically which (obviously) fails if the lib
has been built statically
2021-07-15 21:48:05 +02:00
R. RyanTM 5cbf555c2f libconfig: 1.7.2 -> 1.7.3 2021-07-01 13:53:56 -07:00
Taeer Bar-Yam 951704afaf libconfig: fix cross-compile to windows 2021-04-20 22:27:09 -04:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz 3e1079da0e libconfig: 1.5 -> 1.7.2, enable tests 2019-03-19 19:43:41 -05:00
Matthew Bauer 5042d93178
libconfig: supports darwin 2017-04-23 18:08:21 -05:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Jakub Skrzypnik 2ed2cdcf09 libconfig: 1.4.9 -> 1.5 2016-03-03 21:28:37 +01:00
Cillian de Róiste b57ee8c331 nixpkgs-lint: add the platforms meta attr for most of my packages 2014-03-16 12:08:26 +01:00
Nixpkgs Monitor 84aba31f42 libconfig: update from 1.4.8 to 1.4.9 2013-12-16 01:36:19 +02:00
Cillian de Roiste 3bf7f18d4d Adding libconfig, a simple library for processing config files
svn path=/nixpkgs/trunk/; revision=33633
2012-04-05 21:12:12 +00:00