Commit graph

12 commits

Author SHA1 Message Date
Jan Tojnar 9b7cb8be4d
libical: 2.0.0 → 3.0.3 2018-06-29 14:43:13 +02:00
Jan Malakhovski 7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Jan Tojnar a51f6474d2
libical: 1.0.1 → 2.0.0 2017-11-05 20:44:07 +01: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
Luca Bruno fbfdc71e1f libical: fix crash when TZDIR is empty, and add non-nixos zoneinfo paths. Closes #8285 2015-06-11 15:49:29 +02:00
William A. Kennington III 5e790f0e17 libical: 1.0.0 -> 1.0.1 2015-03-26 17:29:57 -07:00
Mathijs Kwik 05400054ae libical: upgrade to 1.0 2013-09-28 22:00:03 +02:00
Eelco Dolstra ab3eeabfed Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Yury G. Kudryashov c03efbd8f9 Fix libical
Libical searched zoneinfo in /usr/share/zoneinfo, and failed to find it.
This leads to, e.g., random Kontact freezes.
2012-08-26 22:05:19 +04:00
Yury G. Kudryashov cf207c3e83 libical-0.48
svn path=/nixpkgs/trunk/; revision=31539
2012-01-14 18:02:46 +00:00
Yury G. Kudryashov 22726acbfc libical-0.47 (e.g., contains updated TZ info)
svn path=/nixpkgs/trunk/; revision=30296
2011-11-07 16:48:40 +00:00
Sander van der Burg 770b01890a Added libical package, patch submitted by Andrew Morsillo
svn path=/nixpkgs/trunk/; revision=14118
2009-02-18 20:57:36 +00:00