Commit graph

79489 commits

Author SHA1 Message Date
Peter Simons 9123a0452d haskell: drop obsolete LTS package set
The default 'haskellPackages' set now corresponds to the latest
available version of LTS 7.x.
2016-09-15 09:12:04 +02:00
Peter Simons 055a3e52c5 Switch the 'haskellPackages' attribute set to the latest version of LTS-7.x. 2016-09-15 09:12:04 +02:00
Peter Simons f7133e4de6 haskell: define top-level attributes for LTS 6.x and 7.x
These attributes exist only for backwards compatibility with old
versions of Stack and will be removed altogether soon.
2016-09-15 09:12:04 +02:00
Peter Simons 6607b99168 haskell: port existing hardening overrides to use the new combinator 2016-09-15 09:12:03 +02:00
Peter Simons 97fd905823 haskell: add support for 'hardeningDisable' to the generic builder
We also have a new helper function 'disableHardening' to use in
overrides. Fixes https://github.com/NixOS/nixpkgs/issues/14820.
2016-09-15 09:12:03 +02:00
Peter Simons aa1d424421 hackage-packages.nix: update Haskell package set
This update was generated by hackage2nix v2.0.1-9-g9d0fb31 using the following inputs:

  - Hackage: d68983aeb2
  - LTS Haskell: 36c0f4fa5e
  - Stackage Nightly: 8b258a761d
2016-09-15 09:12:02 +02:00
Peter Simons af1d6e503e configuration-hackage2nix.yaml: make sure some old (but required) packages remain available
The switch to LTS 7.x has made many older versions obsolete and so they
are no longer included in our package set by default:

 - aeson-pretty 0.7.x
 - hoogle 4.x
 - persistent 2.2
 - persistent-sqlite 2.2
 - persistent-template 2.1
2016-09-15 09:11:04 +02:00
Benjamin Staffin 43dcb662e7 openssh: update gssapi patch, fix the build 2016-09-14 23:35:26 -04:00
Chris Martin 56904d7c42 Update libtiff URLs (#18611)
* libtiff: remove dead source url

* libgeotiff: update url
2016-09-15 00:31:32 +01:00
Herwig Hochleitner a4cbd69ef0 emacs-modes: add upstream tramp
this fixes http://emacs.stackexchange.com/questions/21026/tramp-recreates-dev-null-as-a-regular-file
2016-09-14 21:39:02 +02:00
Daiderd Jordan db7adbf69c
go: fix darwin build 2016-09-14 21:00:13 +02:00
Daiderd Jordan 4d25b23d26 Merge pull request #18516 from offlinehacker/pkgs/go/1.7.1
go_1_7: 1.7 -> 1.7.1
2016-09-14 20:54:40 +02:00
Rushmore Mushambi 3ed019123e Merge pull request #18595 from rushmorem/lizardfs-update
lizardfs: 3.10.0 -> 3.10.2
2016-09-14 19:48:08 +02:00
Matthew O'Gorman 6a01fc2b7c mosquitto: add websockets support. 2016-09-14 19:34:14 +02:00
Vladimír Čunát 92f0d709e9 libmaxminddb: init at 1.2.0 2016-09-14 19:25:29 +02:00
rushmorem c34d83eb36 lizardfs: 3.10.0 -> 3.10.2 2016-09-14 19:24:33 +02:00
Thomas Tuegel 314cc36d47 Merge pull request #18588 from bendlas/update-dropbox-master
dropbox: 9.4.49 -> 10.4.25 [master]
2016-09-14 12:20:58 -05:00
Vincent Laporte 38c143abe2 ocaml-qtest: 2.0.1 -> 2.2 2016-09-14 19:04:58 +02:00
Herwig Hochleitner 85fdf8665f dropbox: 9.4.49 -> 10.4.25 2016-09-14 18:18:45 +02:00
Herwig Hochleitner 1172c6be9b pypy: 5.4.0 -> 5.4.1 2016-09-14 18:11:17 +02:00
Joachim F 068106cf6a Merge pull request #18571 from peterhoeg/wp-cli
wp-cli: 0.23.1 -> 0.24.1
2016-09-14 17:56:03 +02:00
Lancelot SIX 28d286ac4b Merge pull request #18562 from taku0/flashplayer-11.2.202.635
flashplayer: 11.2.202.632 -> 11.2.202.635
2016-09-14 17:19:08 +02:00
Peter Simons 642a42875f Merge pull request #18541 from RamKromberg/fix/groff
groff: add missing depedencies for optional postscript and html outputs
2016-09-14 09:54:41 +02:00
Franz Pletz ee4c4768a4
curl3: remove vulnerable curl version 2016-09-14 09:03:23 +02:00
Franz Pletz 296c671454
gsb: remove, depends on vulnerable curl3 2016-09-14 09:03:23 +02:00
aszlig 1781e95577
Merge pull request #18567 (VirtualBox 5.1.6)
This introduces VirtualBox version 5.1.6 along with a few refactored
stuff, notably:

  * Kernel modules and user space applications are now separate
    derivations.
  * If config.pulseaudio doesn't exist in nixpkgs config, the default is
    now to build with PulseAudio modules.
  * A new updater to keep VirtualBox up to date.

All subtests in nixos/tests/virtualbox.nix succeed on my machine and
VirtualBox was reported to be working by @DamienCassou (although with
unrelated audio problems for another fix/branch) and @calbrecht.
2016-09-14 02:20:16 +02:00
Vladimír Čunát 3efebb1680 xorg.xf86-input-libinput: 0.19.0 -> 0.19.1
It fixes a typo in API (!).
https://lists.x.org/archives/xorg-announce/2016-September/002705.html
2016-09-14 00:05:12 +02:00
Nikolay Amiantov ad8916cbdc Merge pull request #18567 from aske/gtk-fix
Fix breakage caused by #18498
2016-09-14 01:46:15 +04:00
Sander van der Burg 2b144fcfb0 nodePackages: regenerate with node2nix-1.1.0. The new node2nix supports postInstall hooks that have been used to fix npm2nix 2016-09-13 20:56:05 +00:00
Ram Kromberg 14e9972e49 groff: add missing depedencies for optional postscript and html outputs 2016-09-13 23:38:05 +03:00
Sander van der Burg 77b9abf78c disnix: 0.6 -> 0.6.1 2016-09-13 19:47:19 +00:00
Domen Kožar 335cde2525 Merge pull request #18521 from RamKromberg/fix/man-db
mandb: fix apropos
2016-09-13 21:44:37 +02:00
Sander van der Burg 2edb28ffc5 dysnomia: bump to version 0.6.1 2016-09-13 19:41:54 +00:00
Thomas Tuegel 7fd8f158af
melpaPackages: update jade
Fixes #18550.
2016-09-13 13:37:06 -05:00
Kirill Boltaev 0f37287df5 treewide: explicitly specify gtk version 2016-09-13 21:09:24 +03:00
Kirill Boltaev 4b55b0358a deluge: fix libtorrentRasterbar_1_0 reference (#18564) 2016-09-13 18:47:32 +02:00
Vincent Laporte b7fabd39b3 mpd: fix on darwin 2016-09-13 18:05:07 +02:00
Franz Pletz 2628ea4446
qbittorrent: 3.3.5 -> 3.3.7 2016-09-13 18:03:46 +02:00
Franz Pletz 1d82947742
libtorrentRasterbar_1_0: 1.0.9 -> 1.0.10 2016-09-13 18:03:46 +02:00
Franz Pletz ed9541cd54
libtorrentRasterbar_0_16: remove old, insecure version 2016-09-13 18:03:46 +02:00
Franz Pletz b1372e414c
libtorrentRasterbar: 1.1 -> 1.1.1 2016-09-13 18:03:46 +02:00
Herwig Hochleitner 9a10569480 wine: 1.8.3 -> 1.8.4; 1.9.16 -> 1.9.18
- update mono and gecko versions
- update winetricks
- replace sourceforge download urls
2016-09-13 17:33:24 +02:00
Domen Kožar fef171ee76 nova: more transient errored test cases
(cherry picked from commit eb25ce7fbfd92070d75b06060c98b221ac8da290)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-13 16:13:06 +02:00
Domen Kožar 01895ff5ea fstar: disable tests https://github.com/FStarLang/FStar/issues/676
(cherry picked from commit feef017564c292e088de69e97db4071bf08c2853)
Signed-off-by: Domen Kožar <domen@dev.si>
2016-09-13 16:13:05 +02:00
Tuomas Tynkkynen 0c0188c5d2 kernel config: Explicitly enable some NLS-related things
Doesn't affect x86, but ARM can't mount VFAT filesystems without this on
a 3.18 kernel.
2016-09-13 17:06:13 +03:00
Tuomas Tynkkynen b4a4a63cc4 kernel generate-config.pl: Properly support string options
Or we get something like:

option not set correctly: NLS_DEFAULT (wanted 'utf8', got '"utf8"')
2016-09-13 17:06:13 +03:00
Tuomas Tynkkynen 246bd302ec kernel generate-config.pl: Be more verbose on errors 2016-09-13 17:06:13 +03:00
Vladimír Čunát 15fa31d33e gperftools: 2.4 -> 2.5
Also, maintain the package.
2016-09-13 16:05:42 +02:00
Jaka Hudoklin 7a9dd489d6 Merge pull request #18481 from offlinehacker/pkgs/docker/1.12.1
docker: 1.10.3 -> 1.12.1
2016-09-13 15:59:18 +02:00
aszlig e18f4a2cf9
virtualbox: Build with PulseAudio by default
If people want to disable support for PulseAudio they can still
explicitly use pulseaudio = false in their nixpkgs config.

But even with enabled PulseAudio support, it's still optional, enabled
at runtime and can be turned off in VirtualBox settings as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Issue: #15005
2016-09-13 15:08:36 +02:00