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
William A. Kennington III
109ff7ddee
kernel: 3.10.86 -> 3.10.87
2015-08-18 11:12:34 -07:00
Bjørn Forsman
38880d19cb
freeglut: 2.8.1 -> 3.0.0
...
* Upstream switched to cmake => remove autoreconfHook
* Makefile.am is gone => remove darwin specific patch (untested)
The new version has a pkg-config file. Yay!
Tested locally with `nox-review wip`; no regressions found.
2015-08-18 18:45:14 +02:00
Bjørn Forsman
e1f7e7128b
freeglut: add meta attributes
2015-08-18 18:45:14 +02:00
Bjørn Forsman
4a75883932
freeglut: remove unused patch
2015-08-18 18:45:13 +02:00
goibhniu
d952b0ad4b
Merge pull request #9241 from Twey/plover
...
Add Python package: OpenSteno Plover
2015-08-18 17:34:29 +02:00
Bjørn Forsman
836fa19651
cudatoolkit: fixup path to samples
...
This is needed for cuda 6.5 or else nsight will not find them. In cuda 7.0 the
samples are already in $out/samples. Older versions do not build due to broken
dependency (python-minimal).
2015-08-18 17:06:42 +02:00
lethalman
8f2ddf98f2
Merge pull request #9308 from nckx/gnome-fix-speaker-test
...
gnome-control-center: depend on sound-theme-freedesktop
2015-08-18 16:36:58 +02:00
Joel Moberg
bf5eece51d
Make fetchFromGitHub return an additional attr rev
...
This means it is more consistent with fetchgit which returns rev.
2015-08-18 16:34:27 +02:00
Joel Moberg
e31e28602f
rkrlv2: initial version at beta
2015-08-18 16:34:27 +02:00
Joel Moberg
3d37dcc9eb
ardour: 4.1 -> 4.2
2015-08-18 16:34:14 +02:00
Tobias Geerinckx-Rice
24dedd0c9b
gnome-control-center: depend on sound-theme-freedesktop
...
Required for working speaker test sounds in the Sound applet.
2015-08-18 15:42:47 +02:00
Jascha Geerds
1375602b8d
aria2: Add myself as a maintainer
2015-08-18 14:51:54 +02:00
Jascha Geerds
4140d6352e
aria2: Add platforms attribute
2015-08-18 14:51:03 +02:00
Jascha Geerds
cc0f9acb53
aria2: Fetch from github instead of sourceforge
2015-08-18 14:50:19 +02:00
taku0
dffb7373a5
firefox-bin: 39.0.3 -> 40.0.2, thunderbird-bin: 38.1.0 -> 38.2.0
2015-08-18 20:35:10 +09:00
Eelco Dolstra
1f2eef5ae9
openssh: Re-enable DSA client keys
...
This was broken by a8eb2a6a81
.
2015-08-18 13:11:45 +02:00
Domen Kožar
f044c31174
Merge pull request #9298 from abbradar/python-env
...
python: add .env for convenient nix-shell's
2015-08-18 13:09:04 +02:00
Domen Kožar
3409dc7fe8
Merge pull request #9319 from ctheune/submit/syncthing-0.11.20
...
syncthing: 0.11.16 -> 0.11.20
2015-08-18 13:08:17 +02:00
Peter Simons
1fc3e769e3
haskell-hindent: byte-compile installed elisp code
2015-08-18 12:59:36 +02:00
Peter Simons
6d0fee82c5
haskell-structured-haskell-mode: byte-compile installed elisp code
2015-08-18 12:40:18 +02:00
Peter Simons
13024a48a3
haskell-ghc-mode: byte-compile installed elisp code
2015-08-18 12:40:18 +02:00