Commit graph

6329 commits

Author SHA1 Message Date
Peter Simons 26692953cd haskell-instant-generics: updated to version 0.3.4
svn path=/nixpkgs/trunk/; revision=31817
2012-01-24 15:06:25 +00:00
Peter Simons fdb8059a3d haskell-hxt: updated to version 9.2.0
svn path=/nixpkgs/trunk/; revision=31816
2012-01-24 15:06:23 +00:00
Peter Simons 076a50553d haskell-happstack-hamlet: updated to version 6.2.3
svn path=/nixpkgs/trunk/; revision=31815
2012-01-24 15:06:20 +00:00
Peter Simons 1898dbd6cb haskell-ghc-mod: updated to version 1.0.7
svn path=/nixpkgs/trunk/; revision=31814
2012-01-24 15:06:18 +00:00
Peter Simons 19764552a0 haskell-generic-deriving: updated to version 1.0.3
svn path=/nixpkgs/trunk/; revision=31813
2012-01-24 15:06:16 +00:00
Peter Simons 6ca63ba20a haskell-data-object-yaml: updated to version 0.3.4.1
svn path=/nixpkgs/trunk/; revision=31812
2012-01-24 15:06:13 +00:00
Peter Simons d5e86595d6 haskell-criterion: updated to version 0.6.0.1
svn path=/nixpkgs/trunk/; revision=31811
2012-01-24 15:06:11 +00:00
Peter Simons 58a4717d0a haskell-bson: updated to version 0.1.7
svn path=/nixpkgs/trunk/; revision=31810
2012-01-24 15:06:08 +00:00
Peter Simons 592c7f453b haskell-aeson: updated to version 0.6.0.0
svn path=/nixpkgs/trunk/; revision=31809
2012-01-24 15:06:06 +00:00
Peter Simons f99bad4225 haskell-HStringTemplate: updated to version 0.6.8
svn path=/nixpkgs/trunk/; revision=31808
2012-01-24 15:06:03 +00:00
Peter Simons ea9708ca01 haskell-mwc-random: added version 0.11.0.0
svn path=/nixpkgs/trunk/; revision=31807
2012-01-24 15:06:00 +00:00
Peter Simons 5f7e961d15 haskell-HsOpenSSL: added version 0.10.1.2
svn path=/nixpkgs/trunk/; revision=31806
2012-01-24 15:05:57 +00:00
Peter Simons 9e5c06adc9 haskell-language-javascript: updated to version 0.4.6
svn path=/nixpkgs/trunk/; revision=31805
2012-01-24 15:05:54 +00:00
Peter Simons 76cbc8ade8 haskell-text: added version 0.11.1.13
svn path=/nixpkgs/trunk/; revision=31804
2012-01-24 15:05:51 +00:00
Karn Kallio 47ae4a01bd kdenlive builds for kde48 release candidate (and kde47).
svn path=/nixpkgs/trunk/; revision=31802
2012-01-24 04:50:55 +00:00
Andres Löh bbc726c86a Adding haskell-DSH and dependencies.
svn path=/nixpkgs/trunk/; revision=31794
2012-01-23 16:22:34 +00:00
Ludovic Courtès 44e38c020a libgc 7.2alpha6 (June 2011).
svn path=/nixpkgs/trunk/; revision=31787
2012-01-22 10:52:09 +00:00
Arie Middelkoop c298a5ba25 Version bumb of libmsn to 4.2.1.
This fixes the problem that with the previous version a connection with microsoft services could not be established anymore.

svn path=/nixpkgs/trunk/; revision=31786
2012-01-21 23:59:36 +00:00
Peter Simons 70895ed45c haskell-lifted-base: updated to version 0.1.0.3
svn path=/nixpkgs/trunk/; revision=31783
2012-01-21 20:39:44 +00:00
Peter Simons 87f1f70070 mesa: disabled unmaintained i965 gallium driver
svn path=/nixpkgs/trunk/; revision=31772
2012-01-21 18:47:37 +00:00
Florian Friesdorf 89afc87de6 xapian-1.2.8
svn path=/nixpkgs/trunk/; revision=31766
2012-01-21 18:29:08 +00:00
Lluís Batlle i Rossell 9ed137c45b Picking in pkgconfig the latest config.guess, as it does not know
mips64el-linux 3.2.0.

svn path=/nixpkgs/trunk/; revision=31754
2012-01-21 01:29:17 +00:00
Lluís Batlle i Rossell 8ea631310b Making the ccacheWrapper a bit nicer. More flexible, specifically.
svn path=/nixpkgs/trunk/; revision=31753
2012-01-21 01:29:06 +00:00
Lluís Batlle i Rossell 4a1c721c01 Changing every reference from mips64-linux to mips64el-linux. That's
what the new nix thinks the fuloong is.

Anyone having the old nix should use a nixpkgs previous to this change to build
the new nix. And then, with the new nix, he can use any newer nixpkgs revision.

svn path=/nixpkgs/trunk/; revision=31751
2012-01-21 00:34:51 +00:00
Lluís Batlle i Rossell 6945a75f7b Adding a patch for mesa, for it to build on the loongson2f.
svn path=/nixpkgs/trunk/; revision=31749
2012-01-21 00:34:30 +00:00
Lluís Batlle i Rossell 2f2ce81046 Modifying the all-packages stdenv changer, so it allows having a global stdenv
wrapper.

This will fail for crossStdenv, but it allows a wrapper that uses ccache for
example. That's so described in all-packages.nix around 'ccache'.


svn path=/nixpkgs/trunk/; revision=31747
2012-01-21 00:25:30 +00:00
Yury G. Kudryashov c2b80e225c directfb-1.5.3
svn path=/nixpkgs/trunk/; revision=31730
2012-01-20 00:45:22 +00:00
Peter Simons 1bc803cb09 glib-2.28.x: blind commit that hopefully fixes a lot of build errors on Darwin
It appears that users of glibc expect to be able to link libintl via pkgconfig.
On Linux, this always works because that library comes with glibc, but on other
platforms gettext is required to fulfill the dependency.

I don't have access to Darwin, so I cannot actually test this change. If any
runs into problems because of this modification, please feel free to revert it!

svn path=/nixpkgs/trunk/; revision=31723
2012-01-19 21:43:17 +00:00
Peter Simons e2633477c0 haskell-hakyll: updated to version 3.2.4.1
svn path=/nixpkgs/trunk/; revision=31722
2012-01-19 21:43:14 +00:00
Yury G. Kudryashov d0c8b530e9 leiningen: added package version 1.6.2
svn path=/nixpkgs/trunk/; revision=31716
2012-01-19 20:34:59 +00:00
Yury G. Kudryashov d38c5e7ee4 KTorrent 4.1.3, fix build with KDE 4.8
svn path=/nixpkgs/trunk/; revision=31713
2012-01-19 20:28:05 +00:00
Rob Vermaas 087af1bfe7 add gwt 2.4.0, patch provided by TermNL
svn path=/nixpkgs/trunk/; revision=31711
2012-01-19 19:31:25 +00:00
Peter Simons f84e15f11c haskell-xml-conduit: updated to version 0.5.1.2
svn path=/nixpkgs/trunk/; revision=31697
2012-01-19 14:46:06 +00:00
Peter Simons f52d0d1634 haskell-web-routes: updated to version 0.26.2
svn path=/nixpkgs/trunk/; revision=31696
2012-01-19 14:46:04 +00:00
Peter Simons af2e5746af haskell-web-routes-quasi: updated to version 0.7.1.1
svn path=/nixpkgs/trunk/; revision=31695
2012-01-19 14:46:01 +00:00
Peter Simons 42105ddc82 haskell-vault: updated to version 0.1.0.0
svn path=/nixpkgs/trunk/; revision=31694
2012-01-19 14:45:59 +00:00
Peter Simons 9af6a32767 haskell-shakespeare-css: updated to version 0.10.6
svn path=/nixpkgs/trunk/; revision=31693
2012-01-19 14:45:56 +00:00
Peter Simons c037e74e61 haskell-neither: updated to version 0.3.0.1
svn path=/nixpkgs/trunk/; revision=31692
2012-01-19 14:45:51 +00:00
Peter Simons d1645c819d haskell-json-enumerator: updated to version 0.0.1.2
svn path=/nixpkgs/trunk/; revision=31691
2012-01-19 14:45:47 +00:00
Peter Simons 5e9d807f5f haskell-http-enumerator: updated to version 0.7.2.5
svn path=/nixpkgs/trunk/; revision=31690
2012-01-19 14:45:44 +00:00
Peter Simons ac0ab1b200 haskell-hamlet: updated to version 0.10.7.1
svn path=/nixpkgs/trunk/; revision=31689
2012-01-19 14:45:41 +00:00
Peter Simons 007bb142bd haskell-data-object: updated to version 0.3.1.9
svn path=/nixpkgs/trunk/; revision=31688
2012-01-19 14:45:38 +00:00
Peter Simons 4bf2f17323 haskell-convertible-text: updated to version 0.4.0.2
svn path=/nixpkgs/trunk/; revision=31687
2012-01-19 14:45:29 +00:00
Peter Simons 5856dbaa53 haskell-control-monad-attempt: updated to version 0.3.0.1
svn path=/nixpkgs/trunk/; revision=31686
2012-01-19 14:45:14 +00:00
Peter Simons 40a684701a haskell-blaze-textual-native: updated to version 0.2.1.1
svn path=/nixpkgs/trunk/; revision=31685
2012-01-19 14:45:10 +00:00
Peter Simons 62e31a562f haskell-aeson-native: updated to version 0.3.3.2
svn path=/nixpkgs/trunk/; revision=31684
2012-01-19 14:44:55 +00:00
Peter Simons 13e5cf2efb haskell-vault: added version 0.1.0.0
svn path=/nixpkgs/trunk/; revision=31683
2012-01-19 14:44:33 +00:00
Ludovic Courtès ffdd332cf7 libassuan 2.0.3.
svn path=/nixpkgs/trunk/; revision=31672
2012-01-18 20:52:36 +00:00
Ludovic Courtès 16753086a3 GNU Libidn 1.24.
svn path=/nixpkgs/trunk/; revision=31671
2012-01-18 20:52:31 +00:00
Ludovic Courtès 8aaa52d532 GNU Common C++ 5.1.2.
svn path=/nixpkgs/trunk/; revision=31669
2012-01-18 20:52:22 +00:00
Ludovic Courtès 300372af20 GNU Automake 1.11.2.
svn path=/nixpkgs/trunk/; revision=31667
2012-01-18 20:52:12 +00:00
Ludovic Courtès 9d5df9699b GnuTLS 3.0.11.
svn path=/nixpkgs/trunk/; revision=31665
2012-01-18 20:52:02 +00:00
Peter Simons 02392785c5 ghc-mod: new package (emacs haskell-mode extension)
svn path=/nixpkgs/trunk/; revision=31653
2012-01-18 20:32:34 +00:00
Peter Simons f94f871b67 node.js: use shared v8 instead of bundled one
svn path=/nixpkgs/trunk/; revision=31650
2012-01-18 20:32:26 +00:00
Peter Simons 7abb4986a2 v8: upgraded to latest stable 3.6 version (which node.js uses)
svn path=/nixpkgs/trunk/; revision=31649
2012-01-18 20:32:23 +00:00
Peter Simons 3eca1b395f jruby: upgraded to latest version, fixed java dependency
svn path=/nixpkgs/trunk/; revision=31648
2012-01-18 20:32:20 +00:00
Peter Simons 3ea9f68e75 uhc: upgraded to latest version
svn path=/nixpkgs/trunk/; revision=31646
2012-01-18 20:32:14 +00:00
Peter Simons a0672a86dc haskell-yaml: updated to version 0.5.1.2
svn path=/nixpkgs/trunk/; revision=31630
2012-01-18 15:09:47 +00:00
Peter Simons a0e44836a4 haskell-xml-conduit: updated to version 0.5.1.1
svn path=/nixpkgs/trunk/; revision=31629
2012-01-18 15:09:45 +00:00
Peter Simons 6094053539 haskell-zlib-conduit: updated to version 0.0.1
svn path=/nixpkgs/trunk/; revision=31628
2012-01-18 15:04:24 +00:00
Peter Simons 45bd1f2365 haskell-xml: updated to version 1.3.12
svn path=/nixpkgs/trunk/; revision=31627
2012-01-18 15:04:21 +00:00
Peter Simons 4401790252 haskell-tls: updated to version 0.8.5
svn path=/nixpkgs/trunk/; revision=31626
2012-01-18 15:04:19 +00:00
Peter Simons 2448541afc haskell-data-accessor-template: updated to version 0.2.1.9
svn path=/nixpkgs/trunk/; revision=31625
2012-01-18 15:04:16 +00:00
Peter Simons 8cc90001d9 haskell-blaze-builder-conduit: updated to version 0.0.1
svn path=/nixpkgs/trunk/; revision=31624
2012-01-18 15:04:14 +00:00
Peter Simons 494083fbf6 haskell-attoparsec-conduit: updated to version 0.0.1
svn path=/nixpkgs/trunk/; revision=31623
2012-01-18 15:04:11 +00:00
Peter Simons 09dee8994f haskell-idris: updated to version 0.9.0
svn path=/nixpkgs/trunk/; revision=31622
2012-01-18 15:04:09 +00:00
Peter Simons 39204c8649 haskell-http-enumerator: updated to version 0.7.2.4
svn path=/nixpkgs/trunk/; revision=31610
2012-01-17 17:44:42 +00:00
Peter Simons 47aaa3a4c0 haskell-http-conduit: updated to version 1.1.2.2
svn path=/nixpkgs/trunk/; revision=31609
2012-01-17 17:44:39 +00:00
Peter Simons 7b6b4212b9 haskell-colour: updated to version 2.3.3
svn path=/nixpkgs/trunk/; revision=31608
2012-01-17 17:44:35 +00:00
Ludovic Courtès eb1360bd66 hwloc: Make it easy to disable optional dependencies; fix cross-builds.
svn path=/nixpkgs/trunk/; revision=31606
2012-01-17 16:34:10 +00:00
Peter Simons 729aea56b5 haskell-xml: updated to version 1.3.11
svn path=/nixpkgs/trunk/; revision=31603
2012-01-17 10:24:53 +00:00
Peter Simons 683d60e419 haskell-iteratee: updated to version 0.8.8.1
svn path=/nixpkgs/trunk/; revision=31602
2012-01-17 10:24:47 +00:00
Ludovic Courtès 4cbd319ce3 libffi: Revert to 3.0.9.
Version 3.0.10 fails to build on x86_64-freebsd8.2.  Reported on
libffi-discuss@sourceware.org.

svn path=/nixpkgs/trunk/; revision=31601
2012-01-16 23:36:05 +00:00
Ludovic Courtès 92703a6d9e libffi 3.0.10.
svn path=/nixpkgs/trunk/; revision=31600
2012-01-16 21:59:33 +00:00
Yury G. Kudryashov 6957240078 Fix typo
svn path=/nixpkgs/trunk/; revision=31599
2012-01-16 17:50:54 +00:00
Yury G. Kudryashov ee0822153a Upgrade libdrm and mesa to the latest versions
svn path=/nixpkgs/trunk/; revision=31598
2012-01-16 17:48:33 +00:00
Yury G. Kudryashov 81b4eef864 jasper: propagate libjpeg, kopete: remove 'fix'
svn path=/nixpkgs/trunk/; revision=31595
2012-01-16 17:36:59 +00:00
Eelco Dolstra 67f921896e * nodejs 0.6.7 breaks npm, so go back to 0.6.6.
svn path=/nixpkgs/trunk/; revision=31594
2012-01-16 16:56:57 +00:00
Eelco Dolstra fd6238d2c8 * NodeJS updated to 0.6.7.
svn path=/nixpkgs/trunk/; revision=31593
2012-01-16 16:34:13 +00:00
Peter Simons 5bcd4dd4dd haskell-threadscope: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=31592
2012-01-16 11:47:59 +00:00
Peter Simons 5d03943ec7 haskell-ghc-events: updated to version 0.4.0.0
svn path=/nixpkgs/trunk/; revision=31591
2012-01-16 11:47:57 +00:00
Peter Simons 4cc9c46240 haskell-xml-types: updated to version 0.3.1
svn path=/nixpkgs/trunk/; revision=31588
2012-01-16 11:33:55 +00:00
Peter Simons a4d0d699ea haskell-xml-conduit: updated to version 0.5.1
svn path=/nixpkgs/trunk/; revision=31587
2012-01-16 11:33:52 +00:00
Peter Simons bae87bb714 haskell-random-shuffle: updated to version 0.0.3
svn path=/nixpkgs/trunk/; revision=31586
2012-01-16 11:33:50 +00:00
Peter Simons bfb2f12099 haskell-http-conduit: updated to version 1.1.1
svn path=/nixpkgs/trunk/; revision=31585
2012-01-16 11:33:48 +00:00
Peter Simons c74f588e8d haskell-enumerator: updated to version 0.4.18
svn path=/nixpkgs/trunk/; revision=31584
2012-01-16 11:33:45 +00:00
Peter Simons a9f5e79a1b haskell-conduit: updated to version 0.0.4
svn path=/nixpkgs/trunk/; revision=31583
2012-01-16 11:33:42 +00:00
Peter Simons 89f9d84c5f haskell-cereal: updated to version 0.3.5.1
svn path=/nixpkgs/trunk/; revision=31582
2012-01-16 11:33:40 +00:00
Peter Simons 4b229a7291 haskell-base64-bytestring: updated to version 0.1.1.0
svn path=/nixpkgs/trunk/; revision=31581
2012-01-16 11:33:38 +00:00
Peter Simons 4907bb6cf5 haskell-math-functions: added version 0.1.1.0
svn path=/nixpkgs/trunk/; revision=31580
2012-01-16 11:33:34 +00:00
Arie Middelkoop c87285c255 Updated the coccinelle package to the latest release (1.0.0-RC9).
Added additional ocaml modules which are needed for coccinelle.

svn path=/nixpkgs/trunk/; revision=31579
2012-01-16 10:20:13 +00:00
Arie Middelkoop 3b833cc93b Minor-version bump of ocaml-batteries.
The previous version did not compile with ocaml>=3.12, and this version is also backwards compatible with 3.11.

svn path=/nixpkgs/trunk/; revision=31578
2012-01-16 10:17:02 +00:00
Shea Levy 5c64d68344 Update ruby gems
svn path=/nixpkgs/trunk/; revision=31576
2012-01-16 02:05:41 +00:00
Peter Simons b7c53fcc4c ftgl: added meta information
svn path=/nixpkgs/trunk/; revision=31573
2012-01-15 11:44:11 +00:00
Peter Simons 116a7c4ac2 ftgl: fixed download URL
svn path=/nixpkgs/trunk/; revision=31571
2012-01-15 11:44:05 +00:00
Yury G. Kudryashov 6232b9129d cairo: propagate more dependencies
svn path=/nixpkgs/trunk/; revision=31565
2012-01-14 18:04:28 +00:00
Yury G. Kudryashov 77c6648535 Propagate zlib
svn path=/nixpkgs/trunk/; revision=31551
2012-01-14 18:03:38 +00:00
Yury G. Kudryashov 51956f085d ntrack-016, add meta
svn path=/nixpkgs/trunk/; revision=31550
2012-01-14 18:03:34 +00:00
Yury G. Kudryashov b891f159b5 grantlee-0.2.0
svn path=/nixpkgs/trunk/; revision=31542
2012-01-14 18:03:05 +00:00
Yury G. Kudryashov e7dccbfcb8 openbabel-2.3.1, depend on cairo
svn path=/nixpkgs/trunk/; revision=31540
2012-01-14 18:02:54 +00:00
Yury G. Kudryashov cf207c3e83 libical-0.48
svn path=/nixpkgs/trunk/; revision=31539
2012-01-14 18:02:46 +00:00
Peter Simons 4e5092d0c6 Revert "libdrm: updated to version 2.4.29"
This reverts commit ebe85f30fa075507313fc9dfa6ceb96501c6e332.

svn path=/nixpkgs/trunk/; revision=31537
2012-01-14 12:13:53 +00:00
Peter Simons 729162873e Revert "mesa: updated to version 7.11.2"
This reverts commit b18ddb0ac8bc232df2cfd2980bd22ee9beae7b12.

svn path=/nixpkgs/trunk/; revision=31536
2012-01-14 12:13:51 +00:00
Peter Simons 61ad4a1b2b haskell-streamproc: updated to version 1.6
svn path=/nixpkgs/trunk/; revision=31535
2012-01-14 12:09:20 +00:00
Peter Simons 736b039b3f libdrm: updated to version 2.4.29
svn path=/nixpkgs/trunk/; revision=31534
2012-01-14 12:09:15 +00:00
Peter Simons 0819c85d91 mesa: updated to version 7.11.2
svn path=/nixpkgs/trunk/; revision=31533
2012-01-14 12:09:09 +00:00
Peter Simons 5331d4e98b haskell-wxdirect: updated to version 0.13.1.1
svn path=/nixpkgs/trunk/; revision=31519
2012-01-13 10:32:11 +00:00
Peter Simons c334c8b547 haskell-wxcore: updated to version 0.13.2
svn path=/nixpkgs/trunk/; revision=31518
2012-01-13 10:32:08 +00:00
Peter Simons e495d3345f haskell-wx: updated to version 0.13.2
svn path=/nixpkgs/trunk/; revision=31517
2012-01-13 10:32:06 +00:00
Peter Simons dd90ec0d92 wxGTK-2.x: enable support for media control
svn path=/nixpkgs/trunk/; revision=31516
2012-01-13 10:32:02 +00:00
Peter Simons 6284c83b15 wxGTK-2.x: enable parallel building
svn path=/nixpkgs/trunk/; revision=31515
2012-01-13 10:31:58 +00:00
Peter Simons 1585c62857 pkgs/development/libraries/wxGTK-2.8: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=31514
2012-01-13 10:31:56 +00:00
Peter Simons d7985d419f pkgs/development/libraries/wxGTK-2.9: renamed Nix files for consistency
svn path=/nixpkgs/trunk/; revision=31513
2012-01-13 10:31:52 +00:00
Peter Simons 4ae7c66bc0 haskell-xml-conduit: updated to version 0.5.0.1
svn path=/nixpkgs/trunk/; revision=31512
2012-01-13 09:27:15 +00:00
Peter Simons 9b408f567d haskell-vty: updated to version 4.7.0.8
svn path=/nixpkgs/trunk/; revision=31511
2012-01-13 09:27:13 +00:00
Peter Simons 9f4723abd5 haskell-attoparsec-conduit: updated to version 0.0.0.1
svn path=/nixpkgs/trunk/; revision=31510
2012-01-13 09:27:10 +00:00
Peter Simons c3cf936ff1 haskell-hxt: updated to version 9.1.6
svn path=/nixpkgs/trunk/; revision=31499
2012-01-12 15:21:22 +00:00
Peter Simons 7bcb27653d haskell-hxt-unicode: updated to version 9.0.2
svn path=/nixpkgs/trunk/; revision=31498
2012-01-12 15:21:18 +00:00
Peter Simons de7bd112f1 haskell-hxt-regex-xmlschema: updated to version 9.0.4
svn path=/nixpkgs/trunk/; revision=31497
2012-01-12 15:21:15 +00:00
Peter Simons c9fc73ae45 haskell-hxt-charproperties: updated to version 9.1.1
svn path=/nixpkgs/trunk/; revision=31496
2012-01-12 15:21:11 +00:00
Peter Simons 867fb191cc haskell-haskell-src-meta: updated to version 0.5.0.3
svn path=/nixpkgs/trunk/; revision=31495
2012-01-12 15:21:08 +00:00
Peter Simons b6dc8c87d8 haskell-conduit: updated to version 0.0.3
svn path=/nixpkgs/trunk/; revision=31494
2012-01-12 15:20:50 +00:00
Peter Simons 0eeb206fb5 haskell-irc: updated to version 0.5.0.0
svn path=/nixpkgs/trunk/; revision=31479
2012-01-11 14:40:49 +00:00
Peter Simons 415ef89393 haskell-conduit: updated to version 0.0.2
svn path=/nixpkgs/trunk/; revision=31478
2012-01-11 14:40:44 +00:00
Eelco Dolstra 66da14b77c * Added buildr and its dependencies.
svn path=/nixpkgs/trunk/; revision=31477
2012-01-10 23:50:31 +00:00
Eelco Dolstra acf6a9c5e4 * Cleanup.
svn path=/nixpkgs/trunk/; revision=31476
2012-01-10 23:49:24 +00:00
Eelco Dolstra 73fda38d0a * Enable libyaml support in Ruby by default. Libyaml is very small so
this shouldn't hurt much.

svn path=/nixpkgs/trunk/; revision=31474
2012-01-10 23:06:23 +00:00
Karn Kallio 9663bdebde Advance version of Ur/Web compiler to 20120110
svn path=/nixpkgs/trunk/; revision=31467
2012-01-10 15:23:05 +00:00
Peter Simons 3be3fe0828 haskell-primitive: updated to version 0.4.1
svn path=/nixpkgs/trunk/; revision=31466
2012-01-10 15:20:26 +00:00
Peter Simons 79c34b96e1 haskell-failure: updated to version 0.1.2
svn path=/nixpkgs/trunk/; revision=31465
2012-01-10 15:20:23 +00:00
Peter Simons 83ed01cc12 haskell-zlib-bindings: updated to version 0.0.2
svn path=/nixpkgs/trunk/; revision=31454
2012-01-09 10:42:38 +00:00
Peter Simons 526f4172c2 haskell-skein: updated to version 0.1.0.4
svn path=/nixpkgs/trunk/; revision=31453
2012-01-09 10:42:34 +00:00
Yury G. Kudryashov f4a079a76c Upgrade xine-lib and xine-ui
svn path=/nixpkgs/trunk/; revision=31451
2012-01-09 10:25:56 +00:00
Yury G. Kudryashov ff5134f8b0 Add lirc
svn path=/nixpkgs/trunk/; revision=31450
2012-01-09 10:25:49 +00:00
Yury G. Kudryashov c80ed42cf1 Add GNU vcdimager
svn path=/nixpkgs/trunk/; revision=31449
2012-01-09 10:25:42 +00:00
Yury G. Kudryashov 7e66541ce8 Add bunch of kmymoney-4.6.1 dependencies
svn path=/nixpkgs/trunk/; revision=31436
2012-01-08 19:29:07 +00:00
Peter Simons d85921798b haskell-hakyll: updated to version 3.2.4.0
svn path=/nixpkgs/trunk/; revision=31427
2012-01-07 21:51:36 +00:00
Peter Simons 2da358e6f4 haskell-conduit: updated to version 0.0.1.1
svn path=/nixpkgs/trunk/; revision=31426
2012-01-07 21:51:32 +00:00
Yury G. Kudryashov edd651131b Revert "polkit-0.104"
This reverts revision 31411

polkit-0.104 depends on glib-2.30, so this upgrade goes to branches/glib-2.30

svn path=/nixpkgs/trunk/; revision=31423
2012-01-07 20:29:08 +00:00
Yury G. Kudryashov a7f52f0fd0 xxdiff-4.0 beta (Qt4-based)
svn path=/nixpkgs/trunk/; revision=31422
2012-01-07 20:23:35 +00:00
Yury G. Kudryashov 3b672f9b75 (lib)gphoto-2.4.11
svn path=/nixpkgs/trunk/; revision=31412
2012-01-07 19:41:59 +00:00
Yury G. Kudryashov b4c7de3b7e polkit-0.104
svn path=/nixpkgs/trunk/; revision=31411
2012-01-07 19:41:52 +00:00
Yury G. Kudryashov 7e320a7043 State qt version (3/4) in packages, not in all-packages.nix
svn path=/nixpkgs/trunk/; revision=31406
2012-01-07 17:06:49 +00:00
Karn Kallio 4ae99c2e02 atkmm build was failing.
svn path=/nixpkgs/trunk/; revision=31398
2012-01-07 13:31:06 +00:00
Karn Kallio f94927717c Fix failing pangomm build.
svn path=/nixpkgs/trunk/; revision=31397
2012-01-07 13:19:13 +00:00
Karn Kallio 53d6a7b1ba Openoffice.org does not build with libwpd 0.9.
svn path=/nixpkgs/trunk/; revision=31396
2012-01-07 13:19:06 +00:00
Yury G. Kudryashov a5d1d871d7 libdbusmenu-qt: meta
svn path=/nixpkgs/trunk/; revision=31394
2012-01-07 09:50:53 +00:00
Yury G. Kudryashov 12e5f5b070 Build gdk-pixbuf-xlib
svn path=/nixpkgs/trunk/; revision=31392
2012-01-07 00:27:17 +00:00
Yury G. Kudryashov 8ba7a53129 gtk-2.x libs patchlevel upgrades
svn path=/nixpkgs/trunk/; revision=31383
2012-01-06 23:03:37 +00:00
Lluís Batlle i Rossell 11f55d273b I found that instantiating xbursttools brought to the openssl evaluation
throwing an exception about an undefined platform.openssl.system.

That was introduced by r31330, which made openssl for the build system to
evaluate the platform.openssl.system, that should only be needed for the host
system.

I also revert supplying openssl.system for xbursttools.


svn path=/nixpkgs/trunk/; revision=31379
2012-01-06 21:31:29 +00:00