Commit graph

78026 commits

Author SHA1 Message Date
Lluís Batlle i Rossell a95e65b1eb gtkwave: update to 3.3.70 2016-03-02 12:42:20 +01:00
Michael Raskin 999bf7c9c7 Merge pull request #13611 from dgonyeo/master
uzbl: version 20120514 -> v0.9.0
2016-03-02 07:54:12 +00:00
Derek Gonyeo f681ceb593 uzbl: version 20120514 -> v0.9.0 2016-03-01 23:15:26 -05:00
aszlig a429444a75
nixos/release: Replace a: b: a // b by mergeAttrs
No change in functionality, it just looks nicer that way.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-02 02:18:35 +01:00
Jude Taylor 4686bc54a6 add socket.io to interactive ghcjs environments 2016-03-01 16:06:29 -08:00
Robin Gloster 995475944f qt_gstreamer1: add upstream patch to build with current gstreamer 2016-03-01 22:45:37 +00:00
Arseniy Seroka f082170873 Merge pull request #13599 from mbakke/zathura-0.3.5
Update zathura and plugins
2016-03-02 01:44:36 +03:00
zimbatm 893ba22bad Merge pull request #12711 from Adjective-Object/fix/bspwm-session-start
bspwm: add startThroughSession & sessionScript option
2016-03-01 22:36:57 +00:00
Maxwell e50da7ee6a bspwm: add startThroughSession & sessionScript option
Add ability to do a more traditional bspwm startup (using the bspwm-session
script provided by nixpkgs.bspwm) as an alternative to directly starting
sxhkd & bspwm

Also added the ability to specify a custom startup script, instead of
relying on the provided bspwm-session
2016-03-01 17:29:15 -05:00
aszlig 183ac3f2c4
Merge pull request #12558 (GI-shlibpaths)
So far only .la files get correctly converted to absolute paths in the
GIR file. However if there are .so files which depend on a particular
library using GI, they still get only the basename of the .so file.

This improves on the existing absolute_shlib_path.patch not only
figuring out the absolute path of .so files but also falling back on the
absolute path of $out/lib (or $lib/lib with multiple outputs) of the
current build.

With this, we should no longer need to resort to setting LD_LIBRARY_PATH
for all programs that use GI libraries.

I'm merging this because after more than a month no issues came up so
far.
2016-03-01 23:21:25 +01:00
aszlig f70ec0de69
Merge pull request #13585 (nixos-tests-splitup)
This splits a few NixOS tests (namely Chromium, VirtualBox and the
networking tests) into several subtests that are exposed via attributes.

The networking tests were already split up but they didn't expose an
attribute set of available tests but used a function attribute to
specify the resulting test instead.

A new function callSubTests in nixos/release.nix is now responsible for
gathering subtests, which is also used for the installer and boot tests.
The latter is now placed in a tests.boot.* namespace rather than
"polluting" the tests attribute set with its subtest.
2016-03-01 23:17:01 +01:00
Pascal Wittmann afa7d84529 instead: 2.3.0 -> 2.4.0 2016-03-01 22:54:26 +01:00
joachifm e948d69885 Merge pull request #13603 from gilligan/sauce-connect-fix
sauce-connect: fix hashes and build on linux
2016-03-01 21:54:12 +00:00
Eelco Dolstra cc71804ab0 openssh: Fix build 2016-03-01 22:25:17 +01:00
Aneesh Agrawal 7f8d50b443 openssh: 7.1p2 -> 7.2p1 2016-03-01 22:25:16 +01:00
Pascal Wittmann d2e15a02d7 mujs: 2015-09-29 -> 2016-02-22 2016-03-01 22:08:26 +01:00
Eelco Dolstra b2197b84c2 Fix NixOS eval 2016-03-01 22:07:54 +01:00
Eelco Dolstra 02891a0de9 gnome: Drop installerIso from nix-env evaluation
This makes nix-env -qa depend on NixOS, which is not a good thing.

@lethalman
2016-03-01 22:05:23 +01:00
Tobias Pflug 32e751d616 sauce-connect: fix hashes and phases 2016-03-01 21:47:41 +01:00
Arseniy Seroka 00ea88220f Merge pull request #13593 from aespinosa/add-nexus-package
nexus: init at 2.12.0-01
2016-03-01 23:42:22 +03:00
Robert Helgesson c523cec12c josm: 9329 -> 9900 2016-03-01 21:02:36 +01:00
Marius Bakke df32c2d0c8 zathura-pdf-poppler: 0.2.5 -> 0.2.6 2016-03-01 19:52:50 +00:00
Marius Bakke 9c86acc479 zathura-pdf-mupdf: 0.2.8 -> 0.3.0 2016-03-01 19:52:40 +00:00
Marius Bakke 7ad9370f08 zathura-djvu: 0.2.4 -> 0.2.5 2016-03-01 19:52:40 +00:00
Marius Bakke 18a4ca2d05 zathura-ps: 0.2.2 -> 0.2.3 2016-03-01 19:52:40 +00:00
Eelco Dolstra f3d94cfc23 Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"
This reverts commit cad8957eab. It
breaks NixOps, but more importantly, such major changes to the module
system really need to be reviewed.
2016-03-01 20:52:06 +01:00
Marius Bakke cbf09c6936 zathura: 0.3.3 -> 0.3.5 2016-03-01 19:41:31 +00:00
Marius Bakke 78b80ee635 girara: 0.2.4 -> 0.2.5 2016-03-01 19:41:09 +00:00
aszlig 1f89aa6c7f
nixos/tests: Remove tests.boot.boot* prefixes
As @bobvanderlinden suggests in #13585:

"Looks like that cleans things up quite a bit! Just one aesthetics note,
the boot tests could now be renamed from boot.bootBiosCdrom to
boot.biosCdrom in nixos/tests/boot.nix:L33.

That makes them more consistent with the other tests."

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-01 19:02:36 +01:00
Allan Espinosa ac687200e3 nexus: init at 2.12.0-01 2016-03-01 10:25:00 -06:00
Thomas Tuegel bf4cafd1dd Merge pull request #13592 from Profpatsch/copyPathToStore-doc
lib/copyPathToStore: annotate docstring
2016-03-01 08:38:07 -06:00
Profpatsch 82fa1a796b lib/copyPathToStore: annotate docstring 2016-03-01 15:26:35 +01:00
Pascal Wittmann 69237f371c Merge pull request #13586 from zimbatm/bats-fixup
bats: fixes installation
2016-03-01 15:19:03 +01:00
Domen Kožar 976657a71f openspades: fix build 2016-03-01 14:31:33 +01:00
Domen Kožar e5069c1be5 rethinkdb: patch for glibc 2.23 2016-03-01 14:13:16 +01:00
Carles Pagès 7eb15265d3 kodiPlugins.pvr-hts: 2.1.18 -> 2.2.13 2016-03-01 13:56:27 +01:00
Eelco Dolstra 75f361f4c9 Revert "all-packages: Rewrite packageOverrides to use fix'/extends"
This reverts commit 9c0121be81. I don't
know what this change does and I don't have time to review it at the
moment, sorry.
2016-03-01 13:53:32 +01:00
Sander van der Burg c8e55671cd nodejs-4_x: bump to version 4.3.1 2016-03-01 12:29:31 +00:00
Luca Bruno b2889efff2 devhelp: fix build with new webkitgtk 2016-03-01 12:50:41 +01:00
Ricardo M. Correia a110c8d52b perl-MooseX-Role-WithOverloading: fix hash
The version had been updated, but the hash hadn't.
2016-03-01 12:13:20 +01:00
zimbatm 0d2e437fc9 Merge pull request #13584 from zimbatm/nix-prefetch-git-json
nix-prefetch-git: change the default output to JSON
2016-03-01 10:07:00 +00:00
Lluís Batlle i Rossell 202ebf794c vm/rpm/rpm-closure.pl: make it deterministic
Some recent perl version introduced "keys" to return the keys
in random order. As some of the packages are solved by "provides" and
based on the order, this randomness affects what packages get into the
closure.

This problem may be in other nix perl scripts.
2016-03-01 11:02:42 +01:00
vbgl a99715c83b Merge pull request #13378 from wizeman/u/ocaml-packages2
ocamlPackages: add tsdl and result
2016-03-01 10:05:31 +01:00
Lancelot SIX 75591b49be Merge pull request #13468 from zimbatm/rubygems-2.5.2
rubygems: 2.4.8 -> 2.5.2
2016-03-01 09:31:36 +01:00
joachifm 3b0791944a Merge pull request #13558 from colemickens/update-plex
plex, plexpass: update to 0.9.15.6.1714
2016-03-01 04:17:43 +00:00
joachifm 7a21f5b10c Merge pull request #13574 from cleverca22/iscsi
openiscsi: fix download url, add platforms
2016-03-01 03:51:55 +00:00
joachifm d917b4975c Merge pull request #13478 from sheenobu/clamav
clamav: 0.98.7 -> 0.99
2016-03-01 03:44:23 +00:00
aszlig 605cc4fdeb
Merge pull request #13052 from @bendlas
Updates VirtualBox from version 5.0.12 to 5.0.14.

Upstream changes are (without bug IDs):

 * GUI: properly limit the number of VCPUs to the number of physical cores
        on Mac OS X
 * Audio: fixed a bug which prevented loading a saved state of a saved
          guests with HDA emulation (5.0.12 regression)
 * Audio: don't crash if the backend is unable to initialize
 * Audio: fixed audio capture on Mac OS X
 * Storage: fixed a possible crash when attaching the same ISO image
            multiple times to the same VM
 * BIOS: properly report if two floppy drives are attached
 * USB: fixed a problem with filters which would not capture the device
        under certain circumstances (5.0.10 regression)
 * ExtPack: black-list Extension Packs older than 4.3.30 due to
            incompatible changes not being properly handled in the past
 * Windows hosts: fixed a regression which caused robocopy to fail
 * Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12
                regression)
 * Mac OS X hosts: several fixes for USB on El Capitan
 * Linux Additions: fixes for Linux 4.5

Full upstream changelog with bug IDs can be found at:

  https://www.virtualbox.org/wiki/Changelog

The reason I was reluctant to merge this before were these symbol lookup
errors:

  vboxsf: Unknown symbol VBoxGuest_RTMemTmpFree (err 0)
  vboxsf: Unknown symbol VBoxGuestIDCCall (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexRequest (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexRelease (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTLogRelGetDefaultInstanceEx (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTErrConvertToErrno (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexCreate (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexDestroy (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTMemContFree (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemMutexRelease (err 0)
  vboxsf: Unknown symbol VBoxGuestIDCOpen (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTAssertShouldPanic (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTMemContAlloc (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemMutexRequest (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemMutexCreate (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTMemTmpAllocTag (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTSemMutexDestroy (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTAssertMsg1Weak (err 0)
  vboxsf: Unknown symbol VBoxGuestIDCClose (err 0)
  vboxsf: Unknown symbol VBoxGuest_RTAssertMsg2Weak (err 0)

However, after testing it against 5.0.12, the same errors occur there as
well, so it is likely related to our VM tests.
2016-03-01 03:36:44 +01:00
zimbatm a3119bd35d bats: fixes installation
The build was failing with:

  /...-stdenv/setup: ./install.sh: /usr/bin/env: bad interpreter: No such file
  or directory

See https://hydra.nixos.org/build/32353411/log
2016-03-01 00:19:27 +00:00
aszlig e45c211b50
nixos/tests/chromium: Split up into subtests
This makes it easier to test just a specific channel rather than to
force testing all builds down the users/testers throat. Especially this
makes it easier to test NixOS channel upgrades only against the Chromium
stable channel instead of just removing the beta/dev channels from the
tests entirely (as done in 69ec09f38a).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-03-01 01:04:51 +01:00