Commit Graph

67852 Commits

Author SHA1 Message Date
Moritz Ulrich
2ffc2099be leiningen: 2.5.1 -> 2.5.2. 2015-08-19 12:25:50 +02:00
Eelco Dolstra
f423ba3863 cbc: Enable on Darwin 2015-08-19 11:53:10 +02:00
Eelco Dolstra
e91523aab5 Merge pull request #9325 from vcunat/p/glibc-security
glibc: apply four security fixes from upstream
2015-08-19 11:50:03 +02:00
Peter Simons
fabeee76bd haskell-configurator fails its test suite. 2015-08-19 11:01:48 +02:00
Michael Alan Dorman
09e5107d3b haskell-hbro: fixed by upstream 2015-08-19 11:01:48 +02:00
Kevin Quick
d58753b994 Newer haskell cmdlib version 0.3.6 is no longer marked as broken.
Closes https://github.com/NixOS/nixpkgs/pull/9316.
2015-08-19 11:01:48 +02:00
Peter Simons
f2fc95686c haskell-shelly has transient test suite failures. 2015-08-19 11:01:48 +02:00
Peter Simons
7e48c52aaa haskell-singletons: update documentation for override 2015-08-19 11:01:47 +02:00
Nikolay Amiantov
1a590a6185 haskell: use postPatch instead of patchPhase where possible
Closes https://github.com/NixOS/nixpkgs/pull/9297.
2015-08-19 11:01:47 +02:00
Peter Simons
d8650d5d6c haskell-commutative: re-enable test suite
All files, dependencies, etc. appear to now be set correctly.  Tested
with 'cabal test' in a local nix-shell environment.

Closes https://github.com/peti/nixpkgs/pull/20.
2015-08-19 11:01:47 +02:00
Peter Simons
0eca00a544 haskell-sets-with was deprecated. 2015-08-19 11:01:47 +02:00
Peter Simons
f92eb718eb haskell-sets still can't compile its test suite. 2015-08-19 11:01:47 +02:00
Peter Simons
b591bec333 haskell-yi: fixed by upstream 2015-08-19 11:01:41 +02:00
Peter Simons
574e2a5f81 hackage-packages.nix: update to 83e7ec0b31 with hackage2nix v20150807-45-gbadda1e 2015-08-19 11:00:06 +02:00
Bjørn Forsman
b69d119b89 cudatoolkit: switch the default from version 5 to 7
Version 5 doesn't build because it depends on broken/EOL'd python 2.6. Better
switch to something that works. Most users of unversioned cudatoolkit attr are
r-packages, but they are already marked as broken.

Another user is haskellPackages.cuda, it builds fine with cuda 7.
2015-08-19 10:22:44 +02:00
goibhniu
7d807f32d4 Merge pull request #9273 from joelmo/audio
Audio updates
2015-08-19 10:15:30 +02:00
William A. Kennington III
54dee45402 Revert "firefoxWrapper: switch to GStreamer 1.0"
This reverts commit 69269bebeb.
2015-08-19 00:39:16 -07:00
William A. Kennington III
5711761622 firefox: Revert gstreamer-1.0 changes
This causes firefox to sometimes crash and hang when playing videos.
2015-08-19 00:39:14 -07:00
Bjørn Forsman
1357692555 blender: take unversioned cudatoolkit attr
Makes it less weird to do an override, if a user wants to use e.g. cuda
6.5 (also requires gcc 4.8).
2015-08-19 07:27:59 +02:00
William A. Kennington III
d70c01daec grsecurity: Update patches 2015-08-18 21:06:45 -07:00
William A. Kennington III
ab7a1646d9 aria2: Fix ssl support and switch back to sourceforge
Using sourceforge gives release binaries which don't require us to
regenerate all of the autotools scripts. This removes the need for
dependencies like cppunit and libgcrypt and autoreconfHook.

cc @geerds
2015-08-18 17:18:49 -07:00
William A. Kennington III
429d4beaa2 lvm2: 2.02.124 -> 2.02.128 2015-08-18 17:01:13 -07:00
Mateusz Kowalczyk
ccb9acc43e youtube-dl: update to 2015.08.16.1 2015-08-19 00:45:59 +01:00
Spencer Janssen
f2ce639000 kodi: 15.0 -> 15.1 2015-08-18 17:41:48 -05:00
Jascha Geerds
56d6a3d846 aria2: Remove openssl dependency 2015-08-18 23:52:58 +02:00
William A. Kennington III
2d40eeceda ceph-git: 2015-08-07 -> 2015-08-18 2015-08-18 14:45:11 -07:00
Bjørn Forsman
69367e4ebc blender: unbreak cudaSupport
Currently it errors out at build time with:

/nix/store/HASH-cudatoolkit-6.5.19/usr_include/host_config.h:82:2:
  error: #error -- unsupported GNU version! gcc 4.9 and up are not supported!

Instead of downgrading gcc to 4.8, this patch upgrades cuda to 7.0, which
I think is the better choice. (Cuda 7 dropped support for some older graphics
cards, but gained support for newer ones.)
2015-08-18 23:22:06 +02:00
Tobias Geerinckx-Rice
848c1a72b2 gnome-control-center: don't add sounds to userEnv
It's not needed after all.

See discussion at https://github.com/NixOS/nixpkgs/pull/9308.
2015-08-18 23:14:51 +02:00
Jan Malakhovski
c80af74a84 haskell-packages: throw withHoogle away from the lib 2015-08-18 19:56:17 +00:00
Jan Malakhovski
0013743845 haskell-packages: make hoogle wrapper much more helpful
* Build most of the stuff on /tmp, not in /nix/store.
* Generate hoogle database for all the dependencies.
* Generate haddock index and contents files.
* Cleanup.
2015-08-18 19:56:17 +00:00
Jan Malakhovski
d8487667cf haskell-packages: bring hoogle to the masses by imlementing ghcWithHoogle
Replace `ghcWithPackages` to `ghcWithHoogle` in your config and enjoy.
2015-08-18 19:56:16 +00:00
William A. Kennington III
15a6f0ba7b openldap: Fix hash 2015-08-18 12:35:51 -07:00
Vincent Laporte
7e80417fa8 coq-QuickChick: 21f50a02 -> 20150605 2015-08-18 21:28:33 +02:00
Peter Simons
4cc5be347a haskell-configuration-ghc-head: update obsolete jailbreak-cabal override 2015-08-18 21:13:23 +02:00
Vladimír Čunát
1fbbeff0c1 glibc: apply four security fixes from upstream
Fixes CVE-2014-8121, CVE-2015-1781 and two unnumbered problems (apparently).
All these commits should be contained in the 2.22 release,
but we don't want that yet due to unresolved locale incompatibilites.
2015-08-18 20:58:39 +02:00
Jan Malakhovski
c6256c0e3e nixos: generate infodirs directly in system-path
`man 1 info` says:

   The first non-option argument, if present, is the menu entry to
   start from; it is searched for in all `dir' files along INFOPATH.
   If it is not present, info merges all `dir' files and shows the
   result. Any remaining arguments are treated as the names of menu
   items relative to the initial node visited.

Which means that this does what previous programs/info did and #8519
(on-the-fly infodir generation for Emacs) wanted to do, but for both
programs.
2015-08-18 18:42:57 +00:00
Jan Malakhovski
fea03379d6 nixos: add /share/doc and /share/nano (for symmetry) to environment.pathsToLink
and sort all of them
2015-08-18 18:38:48 +00:00
William A. Kennington III
2ac70270e8 Merge branch 'master.upstream' into staging.upstream 2015-08-18 11:36:32 -07:00
William A. Kennington III
5ec252e7ca kbd: 2.0.2 -> 2.0.3 2015-08-18 11:35:50 -07:00
William A. Kennington III
ecdda8ddc9 openldap: 2.4.41 -> 2.4.42 2015-08-18 11:35:37 -07:00
William A. Kennington III
1438112613 libpcap: 1.5.3 -> 1.7.4 2015-08-18 11:35:09 -07:00
William A. Kennington III
31a27c44c8 lxc: 1.1.2 -> 1.1.3 2015-08-18 11:33:37 -07:00
William A. Kennington III
74a885d13e bluez5: 5.32 -> 5.33 2015-08-18 11:33:23 -07:00
William A. Kennington III
c4dc3aa97f acpid: 2.0.23 -> 2.0.25 2015-08-18 11:32:29 -07:00
William A. Kennington III
e1ac7ad7cc libpipeline: 1.4.0 -> 1.4.1 2015-08-18 11:31:25 -07:00
William A. Kennington III
9fa56e49d7 man-db: 2.7.1 -> 2.7.2 2015-08-18 11:29:36 -07:00
William A. Kennington III
7af1960345 libdrm: 2.4.62 -> 2.4.64 2015-08-18 11:27:01 -07:00
William A. Kennington III
0b907d875c procps-ng: 3.3.10 -> 3.3.11 2015-08-18 11:12:34 -07:00
William A. Kennington III
eb859dc816 kernel: 4.1.5 -> 4.1.6 2015-08-18 11:12:34 -07:00
William A. Kennington III
e4fa08711c kernel: 3.14.50 -> 3.14.51 2015-08-18 11:12:34 -07:00