svn merge ^/nixpkgs/trunk, no conflicts

svn path=/nixpkgs/branches/libpng15/; revision=31731
This commit is contained in:
Yury G. Kudryashov
2012-01-20 00:50:16 +00:00
8 changed files with 49 additions and 16 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
args: with args;
rec {
name = "moderncv-2007.05.28";
name = "moderncv-2012.01.16";
src = fetchurl {
url = "http://mirror.ctan.org/macros/latex/contrib/moderncv.zip";
sha256 = "d479141e9ae6dad745b03af47541b1bf7d312613de42bb7984eb4b556854cb51";
sha256 = "a9d2de7fc03c35c4084915b2788c8d7acfb695f9e27f6cd81427a7dd1a64cb54";
};
buildInputs = [texLive unzip];