Eelco Dolstra
04eb7492dc
ixgbevf: Init at 3.2.2
...
This driver is necessary for Enhanced Networking on most EC2 instance
types.
2016-07-07 17:51:10 +02:00
Peter Simons
4ba794ed89
Add LTS Haskell 6.6.
2016-07-07 17:19:55 +02:00
Peter Simons
8436458865
hackage-packages.nix: update Haskell package set
...
This update was generated by hackage2nix v2.0-2-g0bc3d6d using the following inputs:
- Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/d6d83232276db2efedab449dabc84736457319de
- LTS Haskell: https://github.com/fpco/lts-haskell/commit/52eeaf4edc30c81a4fbeddc7b7b01530052a1835
- Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/64dfa6aa2ef929d199ce31da6776e66289de76e1
2016-07-07 17:18:35 +02:00
Joachim Schiele and GitHub
9054f3f83e
Merge pull request #16344 from matthiasbeyer/fix-supercollider
...
Fix supercollider
2016-07-07 17:09:46 +02:00
Tobias Geerinckx-Rice and GitHub
01c9933275
Merge pull request #16775 from neilmayhew/master
...
symbola: fix hash mismatch due to new upstream release
2016-07-07 16:15:12 +02:00
Matthias Beyer
7f4d52e27e
Build libjack2 for supercollider with same GCC
...
Also remove trailing whitespace
2016-07-07 16:07:47 +02:00
Neil Mayhew
7a8de0fdcf
symbola: fix hash mismatch due to new upstream release
...
Upstream releases are made in-place, ie they update the same URL
rather than creating a new one.
2016-07-07 07:29:58 -06:00
vbgl and GitHub
a2ac3683ce
camlzip: 1.05 -> 1.06 ( #16443 )
2016-07-07 15:29:13 +02:00
zimbatm and GitHub
c22af7fb4d
Merge pull request #16773 from NeQuissimus/slack210
...
slack: 2.0.3 -> 2.1.0
2016-07-07 14:22:20 +01:00
Tim Steinbach
72221e71d5
slack: 2.0.3 -> 2.1.0
2016-07-07 08:44:05 -04:00
Nikolay Amiantov and GitHub
369f255e95
Merge pull request #16739 from vrthra/15994
...
zandronum: fix build
2016-07-07 14:22:52 +04:00
zimbatm and GitHub
c44098feac
Merge pull request #16459 from mpscholten/iterm2-build-from-source
...
iTerm2: 2.1.4 -> 3.0.2 and refactoring
2016-07-07 10:14:20 +01:00
Eelco Dolstra
c7b809298d
boto: 2.38.0 -> 2.41.0
2016-07-07 11:04:17 +02:00
Rickard Nilsson
51c6c98529
freecad: 0.15 -> 0.16
2016-07-07 09:24:49 +02:00
Rok Garbas
fe2468b88c
pypi2nix: 1.1.0 -> 1.2.0
2016-07-07 02:11:23 +02:00
Robert Helgesson
d787e62d39
perl-Test2-Suite: 0.000042 -> 0.000048
2016-07-06 23:43:06 +02:00
Robert Helgesson
18312f2947
perl-Test-Simple: 1.302022 -> 1.302037
2016-07-06 23:42:47 +02:00
William Casarin and Cray Elliott
7129ebbd5e
dolphin-emu: 4.0.2 -> 5.0
2016-07-06 12:22:58 -07:00
Tobias Geerinckx-Rice
ce5c51b406
dpkg: 1.18.8 -> 1.18.9
2016-07-06 19:42:45 +02:00
Tobias Geerinckx-Rice
921d3321f5
trezor-bridge: mark as broken
...
Cool, a bitcoin wallet app silently changes its hash.
CC maintainer @ehmry
2016-07-06 19:42:45 +02:00
Miguel Madrid and Franz Pletz
87be90336f
links2: 2.12 -> 2.13 ( #16756 )
2016-07-06 19:40:05 +02:00
Thomas Tuegel
05b3749bb2
dropbox: don't use bundled Qt libraries
...
Fixes #16744 .
2016-07-06 11:34:43 -05:00
Eelco Dolstra and GitHub
0d5be595a7
Merge pull request #16755 from bjornfor/swapfile-resize
...
nixos/swap: support for resizing swapfile
2016-07-06 17:06:43 +02:00
Kranium Gikos Mendoza and Frederik Rietdijk
851cd1e6af
pythonPackages.pyexcelerator: init at 0.6.4.1
2016-07-06 16:26:31 +02:00
Bjørn Forsman
b30852ed41
nixos/swap: support for resizing swapfile
...
Currently NixOS creates the swapfile (with the specified size) only if
it doesn't already exist. Changing the swapfile size afterwards will not
have any effect.
This commit changes that so the swapfile will be recreated whenever
swapDevices.*.size is changed (or more precisely, whenever the actual
file size differs from the configured one), allowing both growing and
shrinking the swapfile.
The service unit has "restartIfChanged = false", so we don't have to
worry about the swapfile being in use at the time this code is run (you
have to reboot for swapfile changes).
fallocate doesn't shrink files, use truncate for that. truncate can also
be used to grow files, but it creates "holes" in the file which doesn't
work with swapfiles.
2016-07-06 16:04:27 +02:00
Tobias Geerinckx-Rice
12c055240d
dpkg: 1.18.7 -> 1.18.8
2016-07-06 15:56:33 +02:00
Tobias Geerinckx-Rice
d391db8c01
cassandra_2_1: 2.1.14 -> 2.1.15
2016-07-06 15:56:33 +02:00
Tobias Geerinckx-Rice
c70db3456f
cassandra_3_0: 3.0.7 -> 3.0.8
2016-07-06 15:56:33 +02:00
Joachim Fasting
0f7f6ac0c7
opendylan: fix build
...
--with-gc required path to libraries, not headers.
Also: remove unused parameter & set meta.platforms = linux.
2016-07-06 15:18:23 +02:00
Joachim Fasting
09e1b26c79
mps: 1.114.0 -> 1.115.0, fix build
...
See https://hydra.nixos.org/build/37204553/log/raw
2016-07-06 15:18:23 +02:00
Joachim Fasting and GitHub
5aa2023d37
Merge pull request #16745 from rardiol/lcs
...
liberal-crime-squad: 2016-05-08 -> 2016-07-06
2016-07-06 13:18:00 +02:00
Carles Pagès and GitHub
48385c38fb
Merge pull request #16698 from womfoo/bump/libyamlcpp-0.5.3
...
libyamlcpp: 0.5.1 -> 0.5.3
2016-07-06 12:50:19 +02:00
Ram Kromberg and Robert Helgesson
28159315b7
jpegrescan: init at 2016-06-01
2016-07-06 12:42:58 +02:00
Tuomas Tynkkynen and GitHub
3d5a41fc75
Merge pull request #16732 from RamKromberg/fix/icoutils-issue-15894
...
icoutils: perl dependencies added #15894
2016-07-06 13:17:20 +03:00
zimbatm and GitHub
2fdfe6ed9f
Merge pull request #16743 from Nate-Devv/solarus-games
...
solarus: init at 1.4.5
2016-07-06 09:39:14 +01:00
Frederik Rietdijk
bdc1791422
kde5.kile: 2016-02-14 -> 2016-07-02
2016-07-06 10:29:33 +02:00
Eelco Dolstra and GitHub
e9aedc3006
Merge pull request #16738 from bjornfor/nixos-grub
...
nixos/grub: change state file device separator from ':' to ','
2016-07-06 10:22:26 +02:00
Frederik Rietdijk
6876eab511
pythonPackages.tornado: fix tests, closes #14634
...
The test runner would import all modules to check whether they might
have tests.
On a Linux system it would load the Tornado module that depends on
kqueue, which is BSD only, and fail.
2016-07-06 10:11:32 +02:00
Ram Kromberg
3d316da103
icoutils: perl dependencies added #15894
2016-07-06 06:48:51 +03:00
Ricardo Ardissone
d5c8d7112b
liberal-crime-squad: 2016-05-08 -> 2016-07-06
2016-07-06 00:45:38 -03:00
Nathan Moore
09f366a360
solarus: init at 1.4.5
2016-07-05 18:33:51 -07:00
Tuomas Tynkkynen
6d16ececdd
Merge remote-tracking branch 'upstream/staging' into master
2016-07-06 01:19:01 +03:00
Tuomas Tynkkynen
e12f789cef
sng: 1.0.6 -> 1.1.0
2016-07-06 01:18:46 +03:00
Rahul Gopinath
97dd3b3e62
zandronum: fix build
...
Fixes #15994
2016-07-05 15:18:30 -07:00
Nikolay Amiantov and GitHub
570da9662b
Merge pull request #16670 from rasendubi/guake
...
guake: add gconf to propagatedUserEnvPkgs
2016-07-06 02:16:12 +04:00
Bjørn Forsman
aeb516c741
nixos/grub: change state file device separator from ':' to ','
...
':' is currently used as separator in /boot/grub/state for the list of
devices GRUB should be installed to. The problem is that ':' itself may
appear in a device path:
/dev/disk/by-id/usb-SanDisk_Cruzer_20043512300546C0B317-0:0
With such a path, NixOS will install GRUB *every* time, because it
thinks the configuration differs from the state file (due to the wrong
list split). Fix it by using ',' as separator.
For existing systems with GRUB installed on multiple devices, this
change means that GRUB will be installed one extra time.
2016-07-06 00:11:57 +02:00
Tuomas Tynkkynen and GitHub
30e08502fa
Merge pull request #16734 from vrthra/wxsqlite3
...
wxsqliteplus: init at 0.3.6
2016-07-06 01:00:37 +03:00
Tuomas Tynkkynen and GitHub
31daa9b0fb
Merge pull request #16737 from mimadrid/update/cherrytree-0.37.1
...
cherrytree: 0.35.9 -> 0.37.1
2016-07-06 00:57:19 +03:00
Tuomas Tynkkynen and GitHub
071faa71e7
Merge pull request #16736 from mimadrid/update/diff-so-fancy-0.10.0
...
diff-so-fancy: 0.9.3 -> 0.10.0
2016-07-06 00:55:26 +03:00
Peter Simons
6a6b8fa36f
cabal2nix: update to version 2.0 from Hackage
...
I've realized that publishing updates to Hackage is far easier than
publishing updates in Nixpkgs, and since all Hackage updates show up in
Nix automatically I've decided to go back to publishing cabal2nix on
Hackage again.
Unfortunately, this means that I'll have to change the version numbering
scheme to comply with the expectations of the Haskell PVP (which is used
by Stackage), so the new version 2.0 looks like a downgrade to Nix,
which used to have version 20160406. :-(
If in doubt, run "nix-env -u --always" to force the update. I am sorry
about the inconvenience.
2016-07-05 23:45:41 +02:00