Commit Graph

47990 Commits

Author SHA1 Message Date
William A. Kennington III
ba6648b142 kernel: 3.2.65 -> 3.2.66 2015-01-11 23:55:37 -08:00
William A. Kennington III
980758bdee kernel: 3.17.7 -> 3.17.8 2015-01-11 23:55:37 -08:00
William A. Kennington III
38eb7af3cd kernel: 3.10.63 -> 3.10.64 2015-01-11 23:55:37 -08:00
aszlig
dcbcc85fea
miro: Fix build by adding sqlite to buildInputs.
The dependency on sqlite was propagated through to miro by libsoup, but
with f570f97, it's no longer propagated anymore so we need to pass it to
the miro derivation directly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-12 03:05:40 +01:00
aszlig
947a4c582e
hub: Fix build with chrooted Nix.
The build script is a shell script which has a shebang using
/usr/bin/env, which isn't available in a chrooted Nix daemon.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-12 03:05:40 +01:00
Peter Simons
87eba920fa haskell-lib.nix: fix doCheck helper 2015-01-12 01:28:15 +01:00
Michael Raskin
dfb944087b Update StumpWM 2015-01-12 02:11:13 +03:00
Michael Raskin
6aafb9a06f Use SBCL 1.2.5 to build StumpWM 2015-01-12 02:11:13 +03:00
Michael Raskin
9a6afa95c1 Re-add SBCL 1.2.5 --- for StumpWM compatibility 2015-01-12 02:11:13 +03:00
Arseniy Seroka
cc17ebdca8 Merge pull request #5689 from k0ral/mkvtoolnix
Added mkvtoolnix-cli = mkvtoolnix without GUI dependencies.
2015-01-12 02:07:40 +03:00
Michael Raskin
ff800b4270 Julia: update OpenBLAS dependency version 2015-01-12 01:46:57 +03:00
Domen Kožar
9bb2b7cdb5 Merge pull request #5702 from ryantm/afuse
update afuse to version 0.4.1
2015-01-11 23:11:21 +01:00
Ryan Mulligan
2f1a9ef41f afuse: change from git to tarball source 2015-01-11 13:21:37 -08:00
Vladimír Čunát
e98a443e71 stdenv: improve message on evaluation check (no hash changes) 2015-01-11 21:38:19 +01:00
Vladimír Čunát
123a8bf9a5 stdenv: refactor code for evaluation errors (no hash changes) 2015-01-11 21:37:50 +01:00
Peter Simons
2f4dc089a9 haskell-ng: fix transformers-compat for GHC 7.6.x 2015-01-11 20:56:21 +01:00
Peter Simons
f49fa1f20b hackage-packages.nix: re-generate to fix ALUT 2015-01-11 20:56:21 +01:00
Peter Simons
4cd9c8c3ae haskell-ng: jailbreak AbortT-transformers to fix the build 2015-01-11 20:56:21 +01:00
Peter Simons
cfc2aeaa91 haskell-ng: disable ABList test suite to fix the build 2015-01-11 20:56:21 +01:00
Peter Simons
3e64a6e382 haskell-ng: fix 7.6.3 build of hashable 2015-01-11 20:56:21 +01:00
Peter Simons
921bb64a6d haskell-ng: fix old Cabal builds 2015-01-11 20:56:21 +01:00
cillianderoiste
78d8c67fa3 Merge pull request #5711 from johbo/emacs-d-mode
Emacs d mode
2015-01-11 19:30:42 +01:00
Johannes Bornhold
f8247edd1c Add meta attributes to emacsPackages.d 2015-01-11 18:46:48 +01:00
Johannes Bornhold
860336e786 Add d-mode to emacs modes 2015-01-11 18:46:48 +01:00
Arseniy Seroka
88683589b4 Merge pull request #5706 from nckx/coan
Add coan: the C preprocessor chainsaw
2015-01-11 20:42:45 +03:00
Arseniy Seroka
01f5b79524 Merge pull request #5681 from Ericson2314/master
Remove `rust=rustc` alias,update racer
2015-01-11 20:41:58 +03:00
John Ericson
81bc099d48 Remove rust=rustc alias
I was asked to add this for backwards comparability when I renamed `rust`
to `rustc` and added `rustcMaster`. It has been a few months so I'd hope
deprecating this is acceptable.
2015-01-11 17:33:58 +00:00
Evgeny Egorochkin
9aeb2cdc2b calligra: fix dependencies, and add several new ones 2015-01-11 17:03:14 +02:00
Tobias Geerinckx-Rice
03e53af0f5 Add coan: the C preprocessor chainsaw 2015-01-11 15:21:26 +01:00
Michael Raskin
533dc86fb7 Pipelight: update patched Wine version 2015-01-11 16:43:30 +03:00
Michael Raskin
41f0b9e851 Wine unstable: 1.7.33 -> 1.7.34 2015-01-11 16:43:29 +03:00
Michael Raskin
3452bc132f SBCL: 1.2.5 -> 1.2.7 2015-01-11 16:43:29 +03:00
Michael Raskin
bda8de6b63 Allegro 5 unstable: 5.1.8 -> 5.1.9 2015-01-11 16:43:29 +03:00
Michael Raskin
54cebfc27e FreeIPMI: 1.4.7 -> 1.4.8 2015-01-11 16:43:29 +03:00
Michael Raskin
9d6bd701bb GNU Chess 6.1.2 -> 6.2.1 2015-01-11 16:43:29 +03:00
Georges Dubus
2b1c649146 Merge pull request #5673 from kirelagin/fix-nox
nox: Do not wrap
2015-01-11 12:36:03 +01:00
Peter Simons
bca9b8d867 haskell-generic-builder: make $shellHook in 'env' attribute more robust
In case our GHC environment is empty, the old code ended up running
'grep export' on a GHC binary, which doesn't seem like a good idea.
2015-01-11 11:59:47 +01:00
Peter Simons
dbb4012fdc haskell-generic-builder: add a helpful message that explains why it makes no sense to build an 'env' attribute 2015-01-11 11:39:16 +01:00
Peter Simons
efbe928ac3 Merge pull request #5707 from rycee/updates/svtplay-dl
Update 'svtplay-dl' version to 0.10.2015.01.05.
2015-01-11 11:31:54 +01:00
Peter Simons
43bae26b33 Merge pull request #5627 from oxij/update-postfix
postfix: make 2.11 the default, nixos: update postfix config for 2.11
2015-01-11 11:28:31 +01:00
Robert Helgesson
9ab3e7b551 Update 'svtplay-dl' version to 0.10.2015.01.05. 2015-01-11 11:24:13 +01:00
Domen Kožar
44912c2ac1 Merge pull request #5598 from brendanlong/go-1.4
go: Update to 1.4
2015-01-11 07:46:58 +01:00
Domen Kožar
d8389fc073 Merge pull request #5661 from robberer/php/geoip
php: add geoip-1.1.0 module
2015-01-11 07:45:55 +01:00
Domen Kožar
6eaefa8c31 Merge pull request #5660 from Calrama/seafile
seafile: update client, ccnet, libsearpc and shared
2015-01-11 07:44:43 +01:00
Domen Kožar
9e09af5b5b Merge pull request #5682 from matejc/e_import_fix
enlightenment: import dialog fix
2015-01-11 07:43:50 +01:00
Domen Kožar
1361b75ef8 Merge pull request #5700 from eduarrrd/pianobar
pianobar: update to pianobar-2014.09.28
2015-01-11 07:43:29 +01:00
Domen Kožar
385315620b Merge pull request #5705 from nckx/fmit
Add fmit: Free Musical Instrument Tuner
2015-01-11 07:41:03 +01:00
Tobias Geerinckx-Rice
9fc1a35784 Add fmit: Free Musical Instrument Tuner 2015-01-11 03:19:40 +01:00
Peter Simons
7fa32aecd1 haskell-cabal-test-quickcheck: fix build with GHC 7.8.4 2015-01-11 01:46:30 +01:00
Ryan Mulligan
be4704da66 update afuse to version 0.4.1
addresses #5670, needs testing!
2015-01-10 15:44:31 -08:00