Commit graph

12404 commits

Author SHA1 Message Date
Cillian de Róiste bfac9f828e Bugfix: zc_buildout_nix, replace links to eggs in the store which have been gc-ed 2013-10-08 01:51:24 +02:00
Eelco Dolstra 2147a07938 Fix a bunch of Hydra evaluation errors 2013-10-07 17:36:47 +02:00
Moritz Ulrich 3ee5c50cda Add gnutls 3.2.4 (as pkgs.gnutls32) & make weechat use it.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-10-07 13:44:19 +02:00
Bjørn Forsman 1a062d1456 flightgear: 2.10.0 -> 2.12.0 (and make it run again)
The current FlightGear expression doesn't work:

  bash$ nix-build -A flightgear
  /nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0

  bash$ ./result/bin/fgfs
  ERROR: The path '/nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0/lib/FlightGear' does not exist in the file system.

  Base package check failed:
    Version [none] found at: /nix/store/3c47sibzb9h1vhnn0gnh692hkpjc5p5v-flightgear-2.10.0/lib/FlightGear
    Version 2.10.0 is required.
  Please upgrade/downgrade base package and set the path to your fgdata
  with --fg-root=path_to_your_fgdata

We could probably make the 2.10.0 version run, but I had already
upgraded it to 2.12.0 before I made it work. It seems only the data dir
configuration was wrong/missing: FG_DATA_DIR="$out/share/FlightGear/".

Simgear must be in version sync with flightgear, hence the upgrade.

Most of the diff is because I rewrote the flightgear expression to what
I think is the "new style". I wanted to add a preConfigure phase but
didn't understand why this expression had custom phases. So I just
rewrote the whole thing to something I consider more readable.
2013-10-06 22:38:48 +02:00
Domen Kožar 49f8e371a1 Merge pull request #1049 from bjornfor/description-fixes
More description fixes
2013-10-06 07:05:20 -07:00
Bjørn Forsman 083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Peter Simons 2e60cd53b7 Merge pull request #1046 from DriesVanDaele/master
add tabling to yap
2013-10-06 02:58:53 -07:00
Eelco Dolstra 9db68de9e6 polkit, pulseaudio: Drop some Linux-specific dependencies 2013-10-06 00:21:28 +02:00
Dries Van Daele 89964dd241 add tabling to yap 2013-10-05 20:59:34 +02:00
Bjørn Forsman 28ac782583 Some description fixes
There are many more packages to fix, this is just a start.

Rules:
 * Don't repeat the package name (not always that easy...)
 * Start with capital letter
 * Don't end with full stop
 * Don't start with "The ..." or "A ..."

I've also added descriptions to some packages and rewritten others.
2013-10-05 19:36:23 +02:00
Mathijs Kwik cb537ad44b trifecta: override dependency versions
"jailbreak" did not work for this package
Also, I force a downgrade for "hashable" to make stuff work with our current haskell platform. If you don't like running things "below spec", you can add the following to packageOverrides:

haskellPackages_ghc763 = pkgs.haskellPackages_ghc763.override {
  extraPrefs = self: {
    hashable = self.hashable_1_2_1_0;
  };
};
2013-10-04 09:07:45 +02:00
Mathijs Kwik af2eaf1ef9 llvm-general: remove version 3.3.5 2013-10-04 09:07:44 +02:00
Shea Levy f6e835a2c3 Fix pythonWrapper when all of the binaries come from python
See discussion in #834

Signed-off-by: Shea Levy <shea@shealevy.com>
2013-10-03 15:25:43 -04:00
Peter Simons bee1d0716a Merge pull request #834 from peti/new-python-wrapper
Re-implement python-wrapper with buildEnv.
2013-10-03 09:07:09 -07:00
Peter Simons be67ab572c haskell-regex-compat-tdfa: work around broken release tarball on Hackage 2013-10-03 17:55:28 +02:00
Peter Simons 9c6e0e584c lua-5.1: fix $prefix in installed pkgconfig file 2013-10-03 17:09:02 +02:00
Peter Simons 178e88e780 Merge pull request #1036 from offlinehacker/ettercap
Add ettercap, a comprehensive suite for man in the middle attacks
2013-10-03 06:57:55 -07:00
Jaka Hudoklin f295cf2395 Add ettercap, a comprehensive suite for man in the middle attacks 2013-10-03 15:35:34 +02:00
Peter Simons 742d6597ca Re-implement python-wrapper with buildEnv.
The new wrapper creates an environment that contains all files from
Python and the extra libraries that have been specified. All files are
found at run-time by means of the $PYTHONHOME variable; the wrapper no
longer uses $PYTHONPATH.
2013-10-02 22:47:19 +02:00
Peter Simons 1d03574722 haskell-yesod-core: update to version 1.2.4.4 2013-10-02 22:33:44 +02:00
Peter Simons 51cc4b609a haskell-hoogle: update to version 4.2.23 2013-10-02 22:33:44 +02:00
Peter Simons 9f70b8e678 haskell-pandoc-types: update to version 1.12.2.2 2013-10-02 22:33:43 +02:00
Peter Simons 8f80bb9937 haskell-lens: update to version 3.9.2 2013-10-02 22:33:43 +02:00
Peter Simons 2c979c18c5 haskell-crypto-conduit: update to version 0.5.2.1 2013-10-02 22:33:43 +02:00
Peter Simons 287346dfce haskell-bindings-DSL: update to version 1.0.19 2013-10-02 22:33:43 +02:00
Peter Simons 5f68232263 haskell-accelerate-cuda: update to version 0.13.0.4 2013-10-02 22:33:43 +02:00
Peter Simons 4e861e3463 haskell-MonadRandom: update to version 0.1.12 2013-10-02 22:33:43 +02:00
Peter Simons 3a8c00c00d haskell-HaRe: update to version 0.7.0.6 2013-10-02 22:33:42 +02:00
Peter Simons b9957fed8e haskell-snap: update to version 0.13.0.3 2013-10-02 22:33:42 +02:00
Peter Simons 00718b5dd3 haskell-skein: update to version 1.0.8 2013-10-02 22:33:42 +02:00
Peter Simons eeeecbefa8 haskell-hS3: update to version 0.5.8 2013-10-02 22:33:42 +02:00
Peter Simons fad405e3e4 haskell-doctest: update to version 0.9.9 2013-10-02 22:33:42 +02:00
Peter Simons ffd9bbf29a haskell-data-pprint: update to version 0.2.2 2013-10-02 22:33:42 +02:00
Peter Simons 51aa0c05d8 haskell-crypto-conduit: re-generate expression with cabal2nix 2013-10-02 22:33:41 +02:00
Rickard Nilsson 28c3401684 acid-state: Update to 0.12.1 2013-10-02 18:51:31 +02:00
Jason "Don" O'Conal d4ba98abc9 phantomjs: add openssl to rpath 2013-10-02 05:17:32 +00:00
Moritz Ulrich f09dca7d60
Leiningen: Update to 2.3.2 (& add GnuPG to closure) 2013-09-30 19:11:19 +00:00
Domen Kožar 920b0d910c Merge pull request #1026 from coroa/fbreader
Add Fbreader, an e-book reader for Linux
2013-09-30 04:01:58 -07:00
Jonas Hoersch 69221b6046 libunibreak: Add libunibreak-1.0 a unicode line breaking library 2013-09-29 23:41:36 +02:00
Song Wenwu d4c222dd34 gradle: update to 1.8 2013-09-29 21:40:17 +02:00
Mathijs Kwik 05400054ae libical: upgrade to 1.0 2013-09-28 22:00:03 +02:00
Mathijs Kwik 185eab3b33 language-java: hash change
it looks as if the maintainer decided that 0.2.5.1 (which appeared for
a short time) could just replace 0.2.5
2013-09-28 22:00:03 +02:00
Peter Simons 44f8e28988 haskell-mono-traversable: add version 0.1.0.0 2013-09-28 16:13:13 +02:00
Peter Simons 2fc05b85e0 haskell-vector-instances: add version 3.3 2013-09-28 16:13:07 +02:00
Peter Simons 7a58716347 haskell-gitit: patch to fix build with recent versions of pandoc 2013-09-28 15:05:14 +02:00
Peter Simons bc11513748 crypto-conduit: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons eaae0cb6bf yesod-core: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons bdf145fa1f dbus: jailbreak to support recent versions of cereal 2013-09-28 15:05:14 +02:00
Peter Simons befcb152fd haskell-vector: add version 0.10.9.1 2013-09-28 15:05:13 +02:00
Peter Simons 1856fc13e9 haskell-primitive: add version 0.5.1.0 2013-09-28 15:05:13 +02:00
Peter Simons d3214b3f18 haskell-socks: update to version 0.5.2 2013-09-28 15:05:13 +02:00
Peter Simons 53a81c83b8 haskell-shake: update to version 0.10.7 2013-09-28 15:05:13 +02:00
Peter Simons e003eeac66 haskell-regex-compat-tdfa: update to version 0.95.1.3 2013-09-28 15:05:13 +02:00
Peter Simons a3c6d6968b haskell-pandoc-types: update to version 1.12.1.2 2013-09-28 15:05:13 +02:00
Peter Simons 8bb6c86072 haskell-ncurses: update to version 0.2.7 2013-09-28 15:05:13 +02:00
Peter Simons 15b2ff730c haskell-monoid-extras: update to version 0.3.2.2 2013-09-28 15:05:13 +02:00
Peter Simons d7e76509f6 haskell-groups: update to version 0.4.0.0 2013-09-28 15:05:12 +02:00
Peter Simons 29f33ae3bb haskell-ghc-mod: update to version 3.1.2 2013-09-28 15:05:12 +02:00
Peter Simons 9ee2eef996 haskell-generic-deriving: update to version 1.6.2 2013-09-28 15:05:12 +02:00
Peter Simons 22b2956579 haskell-dual-tree: update to version 0.1.0.4 2013-09-28 15:05:12 +02:00
Peter Simons fdefb23cad haskell-diagrams-lib: update to version 0.7.1.1 2013-09-28 15:05:12 +02:00
Peter Simons 8c93b506db haskell-diagrams-core: update to version 0.7.0.1 2013-09-28 15:05:12 +02:00
Peter Simons 27578d2278 haskell-data-lens: update to version 2.10.3 2013-09-28 15:05:12 +02:00
Peter Simons 3c051be3ce haskell-classy-prelude: update to version 0.6.0 2013-09-28 15:05:12 +02:00
Peter Simons 1885612809 haskell-classy-prelude-conduit: update to version 0.6.0 2013-09-28 15:05:12 +02:00
Peter Simons 4d07773c0d haskell-cereal: update to version 0.4.0.0 2013-09-28 15:05:11 +02:00
Peter Simons 62fcba700c haskell-amqp: update to version 0.6.0 2013-09-28 15:05:11 +02:00
Peter Simons 36f7b4e1a2 haskell-active: update to version 0.1.0.7 2013-09-28 15:05:11 +02:00
Justin Bedo fdc6e4372f Wrapped R's package system similarly to perlPackages 2013-09-28 13:19:43 +02:00
Sander van der Burg bb69f658ea Bump titaniumsdk to 3.1.4 2013-09-27 17:56:01 +02:00
aszlig ae47ba445c
python-gyp: Fix no-xcode.patch for Darwin.
The last hunk of the patch doesn't apply anymore and causes a build
failure on Darwin systems:

https://hydra.nixos.org/build/6294943

Fixed the hunk manually.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:52:44 +02:00
aszlig 9170351e69
ninja: Update to new upstream version 1.4.0.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-27 15:23:30 +02:00
Moritz Ulrich 36fca94805
Fix some issues in my packages reported by nixpkgs-lint.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-09-26 20:03:57 +00:00
Domen Kožar 9f7a56dcb6 Merge pull request #1014 from coroa/scipy
Updating scipy and friends to add the new package qutip
2013-09-26 12:09:20 -07:00
Bjørn Forsman d1796df7c9 qwt: add meta attributes 2013-09-25 21:34:51 +02:00
Peter Simons 93f8bf653d haskell-pointed: add version 3.1 2013-09-25 18:34:15 +02:00
Peter Simons c649c917f6 haskell-reducers: add version 3.0.2 2013-09-25 18:33:17 +02:00
Peter Simons 243ff0ec83 haskell-charset: add version 0.3.5 2013-09-25 18:32:37 +02:00
Peter Simons f5ea2c41e6 haskell-trifecta: add version 1.1 2013-09-25 18:30:37 +02:00
Peter Simons ce11e602a1 haskell-parsers: add version 0.9 2013-09-25 18:28:09 +02:00
Peter Simons 01c91a7fa1 haskell-hlint: update to version 1.8.53 2013-09-25 18:25:00 +02:00
Peter Simons c3a26007e2 haskell-pandoc-types: update to version 1.12.1.1 2013-09-25 18:25:00 +02:00
Peter Simons 6ab980beae haskell-pandoc-citeproc: update to version 0.1.1.1 2013-09-25 18:25:00 +02:00
Peter Simons 56eae609db haskell-monad-logger: update to version 0.3.2.0 2013-09-25 18:25:00 +02:00
Peter Simons a71c1ca748 haskell-idris: update to version 0.9.9.2 2013-09-25 18:25:00 +02:00
Peter Simons 8cb5fefbc0 haskell-unordered-containers: add version 0.2.3.3 2013-09-25 18:24:59 +02:00
Bjørn Forsman 4585253027 Add cucumber ruby gem
Homepage: http://cukes.info/

Generated with "gem nix", but I removed changes to unrelated gems.
2013-09-25 15:25:31 +02:00
Peter Simons 8e3df6a494 lua: fix issue #1009 2013-09-25 12:29:56 +02:00
Domen Kožar afaeddb515 libimobiledevice: 1.0.6 -> 1.0.7 2013-09-24 17:32:27 +02:00
Lluís Batlle i Rossell 31976ed140 Updating mlt to 0.9.0.
I don't think it will break kdenlive, but let's see.
2013-09-24 09:22:55 +02:00
Peter Simons e613d30c3c haskell-data-pprint: add version 0.2.1.5 2013-09-22 13:29:56 +02:00
Peter Simons e2848346f9 haskell-word8: update to version 0.0.4 2013-09-22 13:28:30 +02:00
Peter Simons 0b6b0284e4 haskell-ghc-mod: update to version 3.1.1 2013-09-22 13:28:30 +02:00
Peter Simons ca90826c6f haskell-ncurses: fix build 2013-09-22 13:25:10 +02:00
Peter Simons 876047edf7 haskell-monad-par: update to version 0.3.4.5 2013-09-22 13:25:10 +02:00
Peter Simons f95ffe37c1 haskell-scotty: update to version 0.5.0 2013-09-22 13:25:09 +02:00
Peter Simons 201c175989 haskell-pipes-concurrency: update to version 2.0.1 2013-09-22 13:25:09 +02:00
Peter Simons 6c2089b5e5 haskell-pandoc: update to version 1.12.0.2 2013-09-22 13:25:09 +02:00
Peter Simons 53ba62d309 haskell-ghc-mod: update to version 3.1.0 2013-09-22 13:25:09 +02:00
Peter Simons c7c5969885 haskell-crypto-cipher-types: update to version 0.0.6 2013-09-22 13:25:09 +02:00
Peter Simons 498e93f3f5 haskell-crypto-cipher-tests: update to version 0.0.8 2013-09-22 13:25:08 +02:00
Peter Simons 66173ebe0c haskell-cabal-macosx: update to version 0.2.3 2013-09-22 13:25:08 +02:00
Peter Simons 09786f6943 haskell-asn1-types: update to version 0.2.1 2013-09-22 13:25:08 +02:00
Peter Simons 900a35738c haskell-idris: update to version 0.9.9.1 2013-09-22 13:25:08 +02:00
Peter Simons 71bb69c5c1 haskell-enummapset: add version 0.5.2.0 2013-09-22 13:25:08 +02:00
Peter Simons b962730e27 haskell-keys: add version 3.0.3 2013-09-22 13:25:08 +02:00
Peter Simons 90a8abc0dc haskell-Cabal: update to version 1.18.1 2013-09-22 13:25:07 +02:00
Oliver Charles d33ca4abae haskellPackages.pipesBytestring: New expression 2013-09-21 09:46:49 +01:00
Peter Simons 514a095b7b haskell-rfc5051: update to version 0.1.0.3 2013-09-21 10:01:10 +02:00
Peter Simons 7b0326d32a haskell-pandoc-citeproc: re-generate with recent version of cabal2nix 2013-09-21 09:57:36 +02:00
Peter Simons 5d43f559a3 haskell-llvm-general: renamed some files to follow our naming convention 2013-09-21 09:56:34 +02:00
Mathijs Kwik bfdfdaf084 llvm-general: bring back version 3.3.5.* 2013-09-20 23:51:36 +02:00
Mathijs Kwik 7165b333f2 haskell-llvm-general: disable tests 2013-09-20 23:51:36 +02:00
Mathijs Kwik 68ace3fa4a haskell-llvm-general-pure: disable tests 2013-09-20 23:51:36 +02:00
aszlig ad4156e497
python-blivet: Fix udev path for Debian Wheezy.
Only affects "useNixUdev = false" and we now include the udev paths for
the latest Debian Wheezy release, so we can properly deploy Hetzner
machines with NixOps again as they've updated their rescue system to
Wheezy.

This fixes NixOS/nixops#137, thanks to @lovek323 for reporting.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-09-20 13:13:37 +02:00
Rok Garbas 7350100fa2 phantomjs: upgrade to 1.9.2 2013-09-19 01:57:58 +02:00
Peter Simons 3b130dcc42 haskell-pandoc-citeproc: disable the test suite to fix the build
https://github.com/jgm/pandoc-citeproc/issues/3
2013-09-18 18:16:35 +02:00
Peter Simons 6661167e74 haskell-pandoc: re-generate with recent version of cabal2nix 2013-09-18 18:01:45 +02:00
Peter Simons f2a9f9b588 haskell-rfc5051: run this build in LANG=en_US.UTF-8 environment
Otherwise, Haddock cannot generate the reference documentation.
2013-09-18 18:00:20 +02:00
Peter Simons 10e74cdee3 haskell-hakyll: patch build to succeed with latest version of pandoc 2013-09-18 17:48:19 +02:00
Peter Simons dc4e44a241 haskell-pandoc-citeproc: add version 0.1.1 2013-09-18 17:45:16 +02:00
Peter Simons eb21eb3f67 haskell-rfc5051: add version 0.1.0.2 2013-09-18 17:45:07 +02:00
Peter Simons 11eb9ac282 haskell-aeson-pretty: add version 0.7 2013-09-18 17:44:57 +02:00
Peter Simons 227a22f0b4 haskell-ncurses: re-generate with recent version of cabal2nix 2013-09-18 17:17:33 +02:00
Vladimír Čunát 571881b647 haskellPackages: add list-tries 2013-09-18 17:17:33 +02:00
Peter Simons 9308d93f54 haskell-diagrams-lib: jailbreak to fix build with recent semigroups library 2013-09-18 17:17:33 +02:00
Peter Simons 589a3fc024 haskell-monoid-extras: jailbreak to fix build with recent semigroups library 2013-09-18 17:17:33 +02:00
Peter Simons 6084c9474d haskell-active: jailbreak to fix build with recent semigroups library 2013-09-18 17:17:33 +02:00
Peter Simons 5599935db1 haskell-certificate: jailbreak to fix build with recent versions of 'pem' 2013-09-18 17:17:33 +02:00
Peter Simons 4ea16fd9b7 haskell-semigroups: update to version 0.11 2013-09-18 17:17:33 +02:00
Peter Simons fec7c2c2f4 haskell-pwstore-fast: update to version 2.4.1 2013-09-18 17:17:33 +02:00
Peter Simons c70222d3d6 haskell-pem: update to version 0.2.0 2013-09-18 17:17:32 +02:00
Peter Simons 3022bcbb95 haskell-pandoc-types: update to version 1.12.1 2013-09-18 17:17:32 +02:00
Peter Simons 04d55db5b8 haskell-ncurses: update to version 0.2.6 2013-09-18 17:17:32 +02:00
Peter Simons 16e633d255 haskell-nats: update to version 0.1.2 2013-09-18 17:17:32 +02:00
Peter Simons 284f4a7d97 haskell-llvm-general: update to version 3.3.8.2 2013-09-18 17:17:32 +02:00
Peter Simons fdcd405958 haskell-llvm-general-pure: update to version 3.3.8.2 2013-09-18 17:17:32 +02:00
Peter Simons bc8ad395ef haskell-linear: update to version 1.3 2013-09-18 17:17:32 +02:00
Peter Simons 33a48ca238 haskell-lens-datetime: update to version 0.2 2013-09-18 17:17:32 +02:00
Peter Simons f4b4226745 haskell-heist: update to version 0.13.0.1 2013-09-18 17:17:32 +02:00
Peter Simons 6720e6ee3d haskell-cipher-rc4: update to version 0.1.3 2013-09-18 17:17:32 +02:00
Peter Simons 7ea98e8775 haskell-GLUT: update to version 2.5.0.1 2013-09-18 17:17:32 +02:00
Peter Simons 651b94fd32 haskell-keter: update to version 1.0.1.1 2013-09-18 17:17:32 +02:00
Peter Simons 975269d645 haskell-snap: update to version 0.13.0.2 2013-09-18 17:17:32 +02:00
Peter Simons 89a5c8317b haskell-semigroups: update to version 0.10 2013-09-18 17:17:32 +02:00
Peter Simons 27d6a637c1 haskell-pwstore-fast: update to version 2.4 2013-09-18 17:17:32 +02:00
Peter Simons 89d1a5e670 haskell-http-conduit: update to version 1.9.5.1 2013-09-18 17:17:31 +02:00
Peter Simons 2abf649756 haskell-hflags: update to version 0.3 2013-09-18 17:17:31 +02:00
Peter Simons 1eec22e38c haskell-doctest: update to version 0.9.8 2013-09-18 17:17:31 +02:00
Peter Simons 5e90c21532 haskell-bson: update to version 0.2.3 2013-09-18 17:17:31 +02:00
Peter Simons 54124516de haskell-happy: add version 1.19.0 2013-09-18 17:17:31 +02:00
Peter Simons 5bc2f6ce02 haskell-alex: add version 3.1.0 2013-09-18 17:17:31 +02:00
Peter Simons 7129fbe352 haskell-hakyll: jailbreak to support recent versions of pandoc and tagsoup 2013-09-18 17:17:31 +02:00
Peter Simons 137e8ef0f1 haskell-stringable: add version 0.1.2 2013-09-18 17:17:31 +02:00
Peter Simons 2a1c1869c0 haskell-hslua: add version 0.3.6.1 2013-09-18 17:17:31 +02:00
Peter Simons 4ebaf041ab haskell-GLURaw: add version 1.4.0.0 2013-09-18 17:17:31 +02:00
Peter Simons 5030e0b776 haskell-GLUT: add version 2.5.0.0 2013-09-18 17:17:31 +02:00
Peter Simons 8d907ea19e haskell-OpenGL: add version 2.9.0.0 2013-09-18 17:17:31 +02:00
Peter Simons 1e42892af0 haskell-OpenGLRaw: add version 1.4.0.0 2013-09-18 17:17:31 +02:00
Peter Simons 2db9368919 haskell-hashable: update ghc-HEAD to version 1.2.1.0 2013-09-18 17:17:31 +02:00
Peter Simons 07ec0d7cef haskell-HaRe: update to version 0.7.0.5 2013-09-18 17:17:31 +02:00
Peter Simons cb38a85143 haskell-yst: update to version 0.4.0.1 2013-09-18 17:17:31 +02:00
Peter Simons 568d4c0ed9 haskell-thyme: update to version 0.3.0.1 2013-09-18 17:17:31 +02:00
Peter Simons d40058b46f haskell-tagsoup: update to version 0.13 2013-09-18 17:17:31 +02:00
Peter Simons ec01cd0af8 haskell-shelly: update to version 1.3.1 2013-09-18 17:17:30 +02:00
Peter Simons 6b7e36652c haskell-pandoc: update to version 1.12 2013-09-18 17:17:30 +02:00
Peter Simons d711b7e6de haskell-pandoc-types: update to version 1.12 2013-09-18 17:17:30 +02:00
Peter Simons f2c492ec66 haskell-multiarg: update to version 0.24.0.0 2013-09-18 17:17:30 +02:00
Peter Simons 81075c509c haskell-language-javascript: update to version 0.5.8 2013-09-18 17:17:30 +02:00
Peter Simons 4c6b3c38c4 haskell-lambdabot: update to version 4.3.0.1 2013-09-18 17:17:30 +02:00
Peter Simons 768146f470 haskell-ghc-mod: update to version 3.0.2 2013-09-18 17:17:30 +02:00
Peter Simons 0ec9765924 haskell-dns: update to version 1.0.0 2013-09-18 17:17:30 +02:00
Peter Simons e4d0bca8b2 haskell-classy-prelude: update to version 0.5.10 2013-09-18 17:17:30 +02:00
Peter Simons 90692bdc1d haskell-amqp: update to version 0.5.0 2013-09-18 17:17:30 +02:00
Mathijs Kwik 386257e019 sqlite: upgrade to 3.8.0.2 2013-09-18 14:37:39 +02:00
Mathijs Kwik d506c662e8 remove sqlite alias now there is only 1 version 2013-09-18 14:37:38 +02:00
Mathijs Kwik 2d1e91cced remove obsolete sqlite 3.7.14 2013-09-18 14:37:38 +02:00
Mathijs Kwik ef50aab1ee remove obsolete sqlite 3.7.9 2013-09-18 14:37:38 +02:00
Mathijs Kwik 5eeb02f67c android-sdk: upgrade to latests versions 2013-09-18 14:37:38 +02:00
Sander van der Burg 370db596b9 Bumped Android SDK to version 22.2 and updated its addons 2013-09-18 12:05:14 +02:00
Jason \"Don\" O'Conal 19c72ae32c qt48: fix impurity on darwin.
Close #982.
2013-09-18 06:45:59 +03:00
Jonas Hoersch 5ddefd6155 blas: update to version 20110419 2013-09-17 16:40:34 +02:00
Peter Simons b13188dff0 lua-5.2: install missing liblua.so.5.2.2 binary 2013-09-17 11:45:55 +02:00
Peter Simons ad8a921f15 lua-5.1: install missing liblua.so.5.1.5 binary 2013-09-17 11:33:57 +02:00
Peter Simons 9c45b91002 lua-5: update default version from 5.1.4 to 5.1.5 and add version 5.2.2 2013-09-16 11:50:20 +02:00
Peter Simons 6665c1e6b0 Merge pull request #971 from ocharles/esqueleto
haskellPackages.esqueleto: New expression
2013-09-16 02:03:31 -07:00
Jonas Hoersch 11b2added0 librsvg: move cairo dependency into propagatedBuildInputs
the pkgconfig description file of librsvg states cairo as a build requirement.
and with cairo being propagated, vlc now picks up librsvg as available.
2013-09-16 07:08:42 +02:00
Jonas Hoersch b0976dcdfc ffmpeg_1: update to version 1.2.3 2013-09-16 07:01:36 +02:00
Oliver Charles 6dfd36781f haskellPackages.esqueleto: New expression 2013-09-15 17:24:36 +01:00
Domen Kožar 39d359b4d7 libvirt: note patch source 2013-09-15 12:37:24 +02:00
Jaka Hudoklin 22b7f00423 libvirt: update to 1.1.2 2013-09-15 12:30:39 +02:00
Lluís Batlle i Rossell 41e95c68b3 go: adding an option to remove external references in godoc
godoc pages point to googleapis and google plus URLs, for every visit in
your local godoc. I added an option to disable that (the hard way, it
takes out the references). I don't think it removes any feature of
godoc.
2013-09-15 11:57:52 +02:00
Lluís Batlle i Rossell 8361e0b142 openjpeg: update to 2.0.0 2013-09-15 11:39:24 +02:00
Marc Weber 513dad6527 colord, gusb: package.
Part of #517.
2013-09-15 11:53:11 +03:00
Vladimír Čunát 3036e86284 libffi on FreeBSD: remove unsupported "-r" option to ln
Done without changing hashes on other platforms.
Sometimes I forget that GNU's not UNIX.
2013-09-15 07:57:48 +02:00
Oliver Charles af8a83c378 haskellPackages.amqp: New expression.
Close #965.
2013-09-15 06:25:14 +03:00
Oliver Charles c537d07f21 haskellPackages.snapletAcidState: New Expression (close #966) 2013-09-15 05:51:24 +03:00
Vladimír Čunát 7f7c196912 libffi: disable tests on FreeBSD as well
There are strange build failures of expect. Ikwildrpepper says the bash
eats all CPU, but the build is stuck.
2013-09-14 21:18:55 +02:00
Vladimír Čunát 16040297a7 gamin: don't change hashes on non-darwin
Sorry, I didn't realize this is "fam" which is used in glib.
2013-09-14 16:52:01 +02:00
Jason \"Don\" O'Conal 9767a725cc djvulibre: fix build on darwin (close #931) 2013-09-14 15:21:35 +02:00
Jason "Don" O'Conal 5bfb4a4f30 fail2ban: fix build on darwin (close #933) 2013-09-14 15:18:29 +02:00
Zef Hemel 8d001c1a08 Darwin support for Go 1.1 (close #952) 2013-09-14 15:13:26 +02:00
Vladimír Čunát 961c2fe7c3 coreutils,gettext: don't change hash except for darwin
Also some style cleanup.
Note that defining an empty-string variable *does* change the hash.
I would like to change this behaviour one day
(clean up attrs when compiling the derivation).
2013-09-14 14:56:10 +02:00
Danie Roux 14109047bd gettext: Guard against compiler not supporting __builtin_stpncpy
From https://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html:

5) Building with a compiler that doesn't support newer __builtins

If your port uses MacPorts compilers rather than the default compiler,
you may run into trouble with string functions.  You'll see errors at
link time about undefined __builtin_* functions.  If this happens, you
may want to compile with -D_FORTIFY_SOURCE=0 to tell the headers to
use unfortified versions which do not use compiler builtins.
2013-09-14 14:45:06 +02:00
Krofek 51f63b1d03 Merge branch 'master' of https://github.com/Krofek/nixpkgs 2013-09-14 00:28:27 +02:00
Krofek da21a852c3 gtkdialog: update to 0.8.3 2013-09-14 00:10:17 +02:00
Rickard Nilsson 45b8a1b1ff avrdude: Update to version 5.11 2013-09-13 00:28:02 +02:00
Vladimir Still 6c2d4f9862 freetds: Update expression with working url. 2013-09-12 20:57:55 +02:00
Peter Simons 6fff4c01e8 haskell-HaRe: update to version 0.7.0.4 2013-09-12 19:27:25 +02:00
Peter Simons 535819ccd3 haskell-wai-app-static: update to version 1.3.2.1 2013-09-12 19:27:25 +02:00
Peter Simons cd0545d740 haskell-snap: update to version 0.13.0.1 2013-09-12 19:27:25 +02:00
Peter Simons 38bd86b424 haskell-postgresql-simple: update to version 0.3.7.1 2013-09-12 19:27:24 +02:00
Peter Simons a1f346f701 haskell-crypto-cipher-types: update to version 0.0.5 2013-09-12 19:27:24 +02:00
Peter Simons 1025b367d8 haskell-crypto-cipher-tests: update to version 0.0.7 2013-09-12 19:27:24 +02:00
Vladimír Čunát a189a68401 lipng_apng: fix via using the previous patch 2013-09-12 19:12:10 +02:00
Vladimír Čunát f7843b341b Merge branch 'x-updates' into master 2013-09-12 18:56:48 +02:00
Vladimír Čunát 56c2ee8dcf gtk3: bugfix update 3.8.2 -> .4 2013-09-12 18:11:00 +02:00
Vladimír Čunát 117f2e6683 libpng: minor update 1.6.3 -> .4
Also make myself maintainer.
2013-09-12 17:19:27 +02:00
Peter Simons edfefa6167 gnulib: update to version 0.0-8015-gf0aab22 2013-09-12 12:22:17 +02:00
Peter Simons 51604bf13f haskell-llvm-general-pure: add version 3.3.8.1 2013-09-11 20:48:05 +02:00
Peter Simons 6c4c9cd8a8 haskell-yesod-form: update to version 1.3.2.2 2013-09-11 20:48:05 +02:00
Peter Simons b6b154a8b8 haskell-yesod-core: update to version 1.2.4.3 2013-09-11 20:48:05 +02:00
Peter Simons 3cfd7ac7c4 haskell-yesod-bin: update to version 1.2.3.3 2013-09-11 20:48:05 +02:00
Peter Simons aae4ca3516 haskell-yesod-auth: update to version 1.2.3 2013-09-11 20:48:05 +02:00
Peter Simons 8bd4aaec49 haskell-mwc-random: update to version 0.13.0.0 2013-09-11 20:45:19 +02:00
Peter Simons bfa5bd9371 haskell-llvm-general: update to version 3.3.8.1 2013-09-11 20:45:19 +02:00
Peter Simons 66dc4eba7f haskell-http-conduit: update to version 1.9.5 2013-09-11 20:45:19 +02:00
Peter Simons 8908a9af7c haskell-hspec: update to version 1.7.2.1 2013-09-11 20:45:19 +02:00
Peter Simons 64e91e00df haskell-diagrams-svg: update to version 0.8.0.1 2013-09-11 20:45:19 +02:00
Peter Simons cd08c94ac8 haskell-diagrams-lib: update to version 0.7.1 2013-09-11 20:45:18 +02:00
Peter Simons 8be4a8f6b0 haskell-diagrams: update to version 0.7.1.1 2013-09-11 20:45:18 +02:00
Peter Simons 4580b1c97e haskell-basic-prelude: update to version 0.3.6.0 2013-09-11 20:45:18 +02:00
Peter Simons b5e626e3db haskell-acid-state: update to version 0.12.0 2013-09-11 20:45:18 +02:00
Peter Simons da6b1e6d81 idris: re-generate with cabal2nix 2013-09-11 20:45:18 +02:00
Peter Simons 39043ce87e yap: add 'zlib' and 'gmp' build inputs to enable additional features 2013-09-11 20:43:04 +02:00
Peter Simons d8d001da13 Merge pull request #954 from DriesVanDaele/master
Update SWI-Prolog to version 6.4.1
2013-09-11 11:33:55 -07:00
Peter Simons 94cfe0549d Merge pull request #955 from DriesVanDaele/upstream
Update YAP to version 6.2.2
2013-09-11 11:33:27 -07:00
Peter Simons a8d3ba9b8d haskell-vault: update to version 0.3.0.2 2013-09-11 19:59:24 +02:00
Peter Simons a1cca8226a happy: add version 1.18.11 2013-09-11 19:58:34 +02:00
Dries Van Daele 0cc6bf647d Update YAP to version 6.2.2 2013-09-11 19:44:17 +02:00
Dries Van Daele 412b970479 Update YAP to version 6.2.2 2013-09-11 19:40:10 +02:00
Dries Van Daele 3d5e7a99f4 Update SWI-Prolog to version 6.4.1 2013-09-11 19:00:31 +02:00
Vladimír Čunát 2dc0f91806 mesa: fix the default DRI driver dir to /run/opegl-driver{,-32} 2013-09-11 11:38:15 +02:00
Vladimír Čunát aa8e8303e1 Merge branch 'x-updates' into master 2013-09-11 08:37:03 +02:00
Peter Simons b728835bc1 Merge pull request #953 from errge/statvfs
Add statvfs haskell library
2013-09-10 15:32:34 -07:00
Vladimír Čunát bb6b42385d Merge PR #901: adding Storm
vcunat edit: use symlink instead of hardlink (failed for me with a
cross-device error), minor whitespace cleanup
2013-09-10 16:18:31 +02:00
Gergely Risko b2c97f6ca5 Add statvfs haskell library 2013-09-10 16:06:56 +02:00
Vladimír Čunát ea8a7bcd0c libav: update 9.8 -> 9.9
It's supposed to include some security-related fixes.
2013-09-10 10:42:33 +02:00
Peter Simons 66f905c14e haskell-yesod-platform: update to version 1.2.4.2 2013-09-09 15:07:37 +02:00
Peter Simons 563786deff haskell-unix-bytestring: update to version 0.3.7 2013-09-09 15:07:37 +02:00
Peter Simons 32d609654c haskell-free: update to version 3.4.2 2013-09-09 15:07:37 +02:00
Peter Simons bca133d225 haskell-dimensional: update to version 0.12.1.1 2013-09-09 15:07:37 +02:00
Peter Simons 7e8b474485 haskell-digestive-functors-heist: update to version 0.8.0.0 2013-09-09 15:07:37 +02:00
Peter Simons 09477f6002 haskell-HaRe: update to version 0.7.0.2 2013-09-09 15:07:36 +02:00
Peter Simons 28c5958658 haskell-thyme: disable the test suite some more 2013-09-09 15:07:36 +02:00
Peter Simons 0e7783c608 haskell-exceptions: re-generate with cabal2nix 2013-09-09 15:07:35 +02:00
Peter Simons 2282809b35 libnetfilter_queue: add version 1.0.2 2013-09-09 12:52:31 +02:00
Peter Simons a9d625b3dc haskell-tagsoup: Revert "update to version 0.13"
This reverts commit d0b0d530b6. The new version
breaks the build of Pandoc.
2013-09-09 10:44:55 +02:00
Peter Simons da69f13863 haskell-pandoc-types: Revert "update to version 1.12"
This reverts commit 17f8b63837. The new version
breaks Pandoc, curiously enough. Who would have thought? Everyone seems to be
going Snoyman these days.
2013-09-09 10:43:15 +02:00
Peter Simons b2a54d51b5 haskell-vault: jailbreak to fix build with older versions of GHC 2013-09-09 10:20:27 +02:00
Peter Simons d58b4205c8 haskell-thyme: disable unit tests
https://github.com/liyang/thyme/issues/4
2013-09-09 10:02:30 +02:00
Peter Simons 2943574903 haskell-citeproc-hs: jailbreak to fix build with recent pandoc-types 2013-09-08 22:56:29 +02:00
Peter Simons 53f8f8f50d haskell-digestive-functors-heist: jailbreak to fix the build with recent heist 2013-09-08 22:56:29 +02:00
Peter Simons c8c7a8dc42 haskell-keter: update to version 1.0.1 2013-09-08 22:56:29 +02:00
Peter Simons c690153d55 haskell-yesod: update to version 1.2.2.1 2013-09-08 22:56:29 +02:00
Peter Simons 39ac320e8e haskell-yesod-platform: update to version 1.2.4.1 2013-09-08 22:56:29 +02:00
Peter Simons fb3e61ffb8 haskell-yesod-form: update to version 1.3.2.1 2013-09-08 22:56:29 +02:00
Peter Simons 60264d6136 haskell-yesod-core: update to version 1.2.4.2 2013-09-08 22:56:28 +02:00
Peter Simons 8b15f9ce5a haskell-yesod-bin: update to version 1.2.3.2 2013-09-08 22:56:28 +02:00
Peter Simons 699282966c haskell-yesod-auth: update to version 1.2.2.1 2013-09-08 22:56:28 +02:00
Peter Simons cd97281731 haskell-yaml: update to version 0.8.5 2013-09-08 22:56:28 +02:00
Peter Simons be6549a4bf haskell-xml-hamlet: update to version 0.4.0.5 2013-09-08 22:56:28 +02:00
Peter Simons 4b21c50856 haskell-wai-extra: update to version 1.3.4.5 2013-09-08 22:56:28 +02:00
Peter Simons e890f1b66f haskell-tls: update to version 1.1.5 2013-09-08 22:56:28 +02:00
Peter Simons d0b0d530b6 haskell-tagsoup: update to version 0.13 2013-09-08 22:56:28 +02:00
Peter Simons a09fda2838 haskell-snap: update to version 0.13.0 2013-09-08 22:56:28 +02:00
Peter Simons 629a868e6c haskell-shakespeare: update to version 1.2.0 2013-09-08 22:56:28 +02:00
Peter Simons c1a1f3c3ba haskell-shakespeare-text: update to version 1.0.0.7 2013-09-08 22:56:28 +02:00
Peter Simons 54c362392f haskell-shakespeare-js: update to version 1.2.0 2013-09-08 22:56:28 +02:00
Peter Simons 607da7c3c9 haskell-shakespeare-i18n: update to version 1.0.0.4 2013-09-08 22:56:27 +02:00
Peter Simons b2d322a65d haskell-shakespeare-css: update to version 1.0.6.3 2013-09-08 22:56:27 +02:00
Peter Simons 34d6228f91 haskell-resourcet: update to version 0.4.8 2013-09-08 22:56:27 +02:00
Peter Simons 0d0679d169 haskell-project-template: update to version 0.1.3.2 2013-09-08 22:56:27 +02:00
Peter Simons 17f8b63837 haskell-pandoc-types: update to version 1.12 2013-09-08 22:56:26 +02:00
Peter Simons 61883ffabe haskell-lens: update to version 3.9.1 2013-09-08 22:56:26 +02:00
Peter Simons 49dbebec60 haskell-http-reverse-proxy: update to version 0.2.1.1 2013-09-08 22:56:26 +02:00
Peter Simons 14940d747b haskell-hspec: update to version 1.7.2 2013-09-08 22:56:26 +02:00
Peter Simons ec7b50f81e haskell-hspec-meta: update to version 1.7.2 2013-09-08 22:56:26 +02:00
Peter Simons d2d3efbaf8 haskell-heist: update to version 0.13.0 2013-09-08 22:56:26 +02:00
Peter Simons e986d8b36f haskell-hamlet: update to version 1.1.7.2 2013-09-08 22:56:26 +02:00
Peter Simons 2d76cc56d4 haskell-gnutls: update to version 0.1.5 2013-09-08 22:56:26 +02:00
Peter Simons b3e3391518 haskell-derive: update to version 2.5.13 2013-09-08 22:56:26 +02:00
Peter Simons 54a7cc2b88 haskell-crypto-random: update to version 0.0.7 2013-09-08 22:56:26 +02:00
Peter Simons 642a838e0a haskell-crypto-numbers: update to version 0.2.1 2013-09-08 22:56:25 +02:00
Peter Simons ab574fc4fe haskell-cprng-aes: update to version 0.5.2 2013-09-08 22:56:25 +02:00
Peter Simons 7669fcf036 haskell-conduit: update to version 1.0.7.4 2013-09-08 22:56:25 +02:00
Peter Simons 1bad058b34 haskell-cipher-des: update to version 0.0.4 2013-09-08 22:56:25 +02:00
Peter Simons e29c5d21ff haskell-cipher-blowfish: update to version 0.0.2 2013-09-08 22:56:25 +02:00
Peter Simons f804f8390c haskell-cereal-conduit: update to version 0.7.1 2013-09-08 22:56:25 +02:00
Peter Simons b64ddfd486 haskell-boomerang: update to version 1.4.0 2013-09-08 22:56:25 +02:00
Peter Simons efce71f023 haskell-system-posix-redirect: add version 1.1 2013-09-08 22:56:25 +02:00
Peter Simons d7748daf2c haskell-unordered-containers: add version 0.2.3.2 2013-09-08 22:56:25 +02:00
Peter Simons b68dfd49c7 haskell-splot: re-generate expression with cabal2nix 2013-09-08 22:56:25 +02:00
Peter Simons 2f8a09a2ff haskell-thyme: enable unit tests 2013-09-08 22:56:24 +02:00
Peter Simons 98fd7e3872 Merge pull request #947 from ocharles/pipes
pipes: Add Haskell 'pipes' family of libraries
2013-09-08 13:46:05 -07:00
Gergely Risko d26466c6d8 Fix impurity in HFuse
This impurity caused hsc2hs to start look into /usr/include in any Cabal
project that depends on HFuse on systems where /usr/include is present.
2013-09-08 22:25:27 +02:00
Bjørn Forsman cadc9a03a7 recursive-pth-loader: fix python path
This should work for both python2 and python3.
2013-09-08 22:07:20 +02:00
Ricardo M. Correia 5f3b19e661 recursive-pth-loader: build sitecustomize.pyc
If this file is not created at build time, then python (when run as root) will
create it at run time and mess up the consistency of the nix store.
2013-09-08 21:21:28 +02:00
Peter Simons aa0df547a8 bison-3.x: fix test suite by adding flex as a build input 2013-09-08 21:12:34 +02:00
Vladimír Čunát d55fb56690 Merge branch 'master' into x-updates 2013-09-08 16:39:09 +02:00
Sergey Mironov 7cc15281b6 libusb1: bring 1.0.9 back as a separate file 2013-09-08 16:37:59 +02:00
Oliver Charles a0ab379c00 pipes: Add Haskell 'pipes' family of libraries 2013-09-08 15:10:56 +01:00
Oliver Charles ef72e19b27 ghc-mod: Wrap to call ghc-get-packages.sh first 2013-09-08 13:42:12 +01:00
Vladimír Čunát c1ed13dad0 Merge branch 'master' into x-updates 2013-09-08 12:04:20 +02:00
Jason \"Don\" O'Conal ac39ba7953 dbus_tools: fix build on darwin (close #929) 2013-09-08 10:49:20 +02:00
Jason \"Don\" O'Conal 834cd6c886 beret: Fix build on darwin (close #923) 2013-09-08 10:32:25 +02:00
Vladimír Čunát 1d931d049b libwnck: update
News claim it's important for Xfce-4.10, which still builds.
2013-09-07 23:36:21 +02:00
Gergely Risko 38d54cfc21 Update splot to 0.3.11, so it compiles again 2013-09-07 20:55:42 +02:00
Vladimír Čunát 9766dbb1df dejagnu: minor update 2013-09-07 16:20:39 +02:00
Vladimír Čunát b1be46e932 Merge branch 'master' into x-updates 2013-09-07 16:19:46 +02:00
Ricardo M. Correia 6039f2effe go: update to 1.1.2
Also fix impurity in src/pkg/net/lookup_unix.go.
2013-09-07 05:10:50 +02:00
Evgeny Egorochkin bf82983581 Merge pull request #926 from grwlf/urweb-2013
Ur/Web: Version bump
2013-09-06 15:51:24 -07:00
Peter Simons 71f04ebe84 haskell-regex-compat-tdfa: add version 0.95.1.2 2013-09-06 23:49:32 +02:00
Peter Simons 222cf9a8fc haskell-HaRe: jailbreak to support recent versions of Diff and hspec 2013-09-06 23:35:12 +02:00
Peter Simons 2692c6e170 haskell-rosezipper: add version 0.2 2013-09-06 23:35:12 +02:00
Peter Simons c2c66fcda9 haskell-cmdtheline: add version 0.2.3 2013-09-06 23:35:11 +02:00
Peter Simons 0e8bf4f075 haskell-Strafunski-StrategyLib: add version 5.0.0.3 2013-09-06 23:35:11 +02:00
Peter Simons 4f827ec7d0 haskell-syz: add version 0.2.0.0 2013-09-06 23:35:11 +02:00
Peter Simons d645b7895c haskell-github: jailbreak to fix build with new aeson 2013-09-06 23:35:11 +02:00
Peter Simons b94cf8c733 haskell-HaRe: update to version 0.7.0.1 2013-09-06 23:35:11 +02:00
Peter Simons eedc69957a haskell-mmap: update to version 0.5.9 2013-09-06 23:35:11 +02:00
Peter Simons 9e0cacb359 haskell-ghc-mod: update to version 3.0.0 2013-09-06 23:35:11 +02:00
Peter Simons 9ed322cc9d haskell-cryptocipher: update to version 0.6.1 2013-09-06 23:35:11 +02:00
Peter Simons 19faee15ef haskell-cipher-des: update to version 0.0.3 2013-09-06 23:35:10 +02:00
Peter Simons 5d0ffebdf7 haskell-aeson: update to version 0.6.2.0 2013-09-06 23:35:10 +02:00
Peter Simons 5204195c2c haskell-HsOpenSSL: update to version 0.10.3.4 2013-09-06 23:35:10 +02:00
Peter Simons 9ed90073b3 haskell-Cabal: add version 1.18.0 2013-09-06 23:35:10 +02:00
Peter Simons a508572731 haskell-cipher-{blowfish,camellia,des}: add new packages 2013-09-06 23:35:10 +02:00
Peter Simons 908e0cc23d haskell-uuagc-cabal: update to version 1.0.5.0 2013-09-06 23:35:10 +02:00
Peter Simons 37c870846a haskell-http-conduit: update to version 1.9.4.5 2013-09-06 23:35:10 +02:00
Peter Simons 00162c8279 haskell-ghc-mod: update to version 2.1.2 2013-09-06 23:35:09 +02:00
Peter Simons 209791d6b1 haskell-cryptocipher: update to version 0.6.0 2013-09-06 23:35:09 +02:00
Peter Simons 89d707aee4 haskell-cipher-aes: update to version 0.2.5 2013-09-06 23:35:09 +02:00
Peter Simons 7527c19c27 Merge pull request #917 from errge/thyme
Add thyme haskell library
2013-09-06 14:29:48 -07:00
Sergey Mironov 190dcbbc7a Ur/Web: Version bump 2013-09-07 00:36:40 +04:00
Jason \"Don\" O'Conal 63051ab66b cogl: fix build on darwin (close #924) 2013-09-06 16:13:54 +02:00
Vladimír Čunát 0cf8a74e82 dbus: minor update, style refactoring, parallel build 2013-09-06 15:51:38 +02:00
Gergely Risko b4a9ab5bd6 Add thyme haskell library 2013-09-06 10:37:21 +02:00
Jason \"Don\" O'Conal e1dc4d8ea8 libusb1: fix build on darwin via dropping udev (close #920)
vcunat edit: we have udev (systemd) only on Linux systems,
extend platforms so we know about breakages from Hydra.
2013-09-06 10:11:54 +02:00
Bjørn Forsman 86c7583ab4 lttng: 2.2.x -> 2.3.0 2013-09-05 22:46:07 +02:00