Commit Graph

51138 Commits

Author SHA1 Message Date
Pascal Wittmann
3d24675345 freerdpUnstable: fix license 2014-10-18 07:03:52 +02:00
Shea Levy
eff15260d4 nixUnstable: bump
Some memory and speed improvements
2014-10-17 21:56:13 -04:00
William A. Kennington III
061cbc40f6 radvd: 2.7 -> 2.8 2014-10-17 16:56:35 -07:00
William A. Kennington III
def624efc6 libqb: 0.16.0 -> 0.17.1 2014-10-17 16:53:36 -07:00
Bjørn Forsman
b1fe7506cd Remove all-packages.nix.orig
I'm pretty sure it was not the intention to add this file in
eee6f5a004b85779140a3d8684dcfe9bf5584566 ("Adding Pipelight via patch
from Sven Keidel and some cleanup").
2014-10-18 00:05:47 +02:00
William A. Kennington III
e7c1c1d97a weston: 1.5.0 -> 1.6.0 2014-10-17 14:26:45 -07:00
William A. Kennington III
c79eac4c79 libinput: Add derivation 2014-10-17 14:26:45 -07:00
William A. Kennington III
2e7785ec04 freerdpUnstable: 1.1 -> 1.2-beta1 2014-10-17 14:26:45 -07:00
William A. Kennington III
1b942c24b3 libevdev: 1.2.1 -> 1.3 2014-10-17 14:26:44 -07:00
William A. Kennington III
8cd575c5aa mtdev: 1.1.2 -> 1.1.5 2014-10-17 14:26:44 -07:00
William A. Kennington III
8ad2a13bdf ffmpeg: 1.2.8 -> 1.2.9 2014-10-17 14:26:44 -07:00
Jaka Hudoklin
3f4e433ddf Merge pull request #4572 from tailhook/docker1.3
docker: upgrade to 1.3.0
2014-10-17 22:53:36 +02:00
Paul Colomiets
f86967ac8a docker: upgrade to 1.3.0 2014-10-17 23:20:09 +03:00
Michael Raskin
6909944827 Remove failing steps from pipelight build 2014-10-18 00:14:51 +04:00
Michael Raskin
eee6f5a004 Adding Pipelight via patch from Sven Keidel and some cleanup 2014-10-18 00:14:51 +04:00
Bjørn Forsman
9424ab11c6 python-scapy: new package
Powerful interactive network packet manipulation program.

http://www.secdev.org/projects/scapy/
2014-10-17 20:20:08 +02:00
Shea Levy
d982a78eec nix-exec: Bump 2014-10-17 13:19:22 -04:00
Pascal Wittmann
cd223ad0ac calibre: update from 2.5.0 to 2.6.0 2014-10-17 18:22:52 +02:00
Georges Dubus
1aa6022173 Merge pull request #4558 from tailhook/rust0.12
rust: Upgrade rust stable to 0.12
2014-10-17 17:27:49 +02:00
Jascha Geerds
df1221eea9 Fix stevedore for python26 2014-10-17 11:35:25 +02:00
aszlig
08d2f3340d
xdotool: Update to upstream version 2.20110530.1.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-10-17 09:14:34 +02:00
William A. Kennington III
c70b942375 wayland: 1.5.0 -> 1.6.0 2014-10-16 23:17:38 -07:00
John Wiegley
57eb7f107d lambdabot: Get it building again against older packages 2014-10-16 21:44:58 -05:00
Mateusz Kowalczyk
0fac38fd48 haskell-yi: make the wrapper less cumbersome
It still suffers from ‘everything breaks’ if there is any Haskell in
user env: https://github.com/NixOS/nixpkgs/issues/4560
2014-10-17 00:39:31 +01:00
John Wiegley
1515dbf962 haskell-hakyll: Allow it to build again 2014-10-16 17:38:09 -05:00
John Wiegley
6558ab94a4 Elm: no longer references pandoc 2014-10-16 17:23:25 -05:00
John Wiegley
ba22560768 git-annex: temporary patch to build the current version 2014-10-16 17:23:01 -05:00
William A. Kennington III
13b9917298 kernel: Fix missing ; 2014-10-16 13:58:18 -07:00
William A. Kennington III
1962fd80f6 kernel: 3.4.103 -> 3.4.104 2014-10-16 13:56:14 -07:00
William A. Kennington III
fdb4e34459 kernel: 3.2.62 -> 3.2.63 2014-10-16 13:56:10 -07:00
William A. Kennington III
0a82ce360d kernel: 3.17 -> 3.17.1 2014-10-16 13:56:06 -07:00
William A. Kennington III
b8ee248137 kernel: 3.16.4 -> 3.16.6 2014-10-16 13:56:01 -07:00
William A. Kennington III
287ce68d38 kernel: 3.14.20 -> 3.14.22 2014-10-16 13:55:55 -07:00
William A. Kennington III
8c138fd489 kernel: 3.12.29 -> 3.12.30 2014-10-16 13:55:50 -07:00
William A. Kennington III
242070abfc kernel: 3.10.56 -> 3.10.58 2014-10-16 13:55:38 -07:00
Paul Colomiets
4035d9f27e rust: Upgrade rust stable to 0.12 2014-10-16 23:25:17 +03:00
Bjørn Forsman
287d6d5d3a libpcap: pass --with-pcap=linux for all linux systems
...instead of just for i686-linux.

Without a --with-pcap= configure flag, the build system tries to
auto-detect the backend by poking in /dev, /usr/include etc... In the
pure nix world, this auto-detection fails. (Good, we don't want host
details to leak into the build.)

The end result of this (failed) auto-detection; no packet capture
possible:

  $ sudo tcpdump -i wlp2s0
  tcpdump: live packet capture not supported on this system

This fixes the above issue on 64-bit linux systems, and probably other
architectures supported by linux.
2014-10-16 20:32:28 +02:00
Peter Simons
fe5ebe0186 Merge pull request #4554 from shlevy/no-parallel-haskell
Revert "cabal: enable multi-threaded builds with GHC 7.8.x or later"
2014-10-16 20:23:07 +02:00
Shea Levy
a3ffe238e7 Revert "cabal: enable multi-threaded builds with GHC 7.8.x or later"
This likely exacerbates the non-determinism in ghc package ids, so until
that is fixed let's live with the slow builds.

This reverts commit 817c0e41443a5176baf6dd9b422878fdccecd266.
2014-10-16 13:17:30 -04:00
Eelco Dolstra
a3e5eca153 DBIx::Class: Update to 0.082801
This fixes building against the latest SQLite.
2014-10-16 16:56:36 +02:00
Eelco Dolstra
127f5f1056 sqlite: Update to 3.8.6 2014-10-16 16:56:36 +02:00
Nikolay Amiantov
09f33a4389 substituteAllFiles: add derivation
Closes #4145
2014-10-16 15:27:25 +01:00
Peter Simons
9e74259bbe Merge pull request #4551 from vandenoever/blink
Add Blink, a simple sip client.
2014-10-16 15:48:32 +02:00
Cray Elliott
e39bf7a704 Replaced retroarchBare with retroarchBareMaster, also added a few new libretro cores
retroarchBare was too old for any practical use at this point, so it was removed in favor
of fetching releases from git. RetroArch often recommends checkout out the latest git master
if you are on a desktop platform, so we are conforming with their recommendation. I plan on
bumping the git of retroarch and each core every month, and I plan on adding more libretro
cores in the future.

The libretro cores that were added are nestopia, quicknes, snes9x, and vba-m

planned next are : bsnes-accuracy, bsnes-balanced, bsnes-performance, a few libretro mame ports

Closes #4448
2014-10-16 12:53:39 +01:00
Domen Kožar
74fde7c388 Merge pull request #4495 from NixOS/pythonFull_improvements
PythonFull improvements
2014-10-16 13:24:18 +02:00
Domen Kožar
68b183e309 simplify 2014-10-16 13:13:13 +02:00
Domen Kožar
c0e18dc498 fix eval 2014-10-16 13:08:07 +02:00
Jos van den Oever
fb9ac9e8eb Add Blink, a simple sip client. 2014-10-16 12:21:36 +02:00
Domen Kožar
a1a60d8e8a readd pythonPackages.hgsvn 2014-10-16 12:21:03 +02:00
Domen Kožar
6cd1f42a2c Merge pull request #4483 from edwtjo/cvxopt
pythonPackages.cvxopt: added package
2014-10-16 12:20:42 +02:00