Commit graph

99962 commits

Author SHA1 Message Date
Lluís Batlle i Rossell 57625514f4 Adding nuttcp. 2017-01-28 20:40:21 +01:00
Lluís Batlle i Rossell 8d5b2e66bd Updating shotcut to 17.01 and fixing its jobs 2017-01-28 20:12:51 +01:00
Lluís Batlle i Rossell 91686f2d37 Add fixed cinelerra
I don't know what version to choose
2017-01-28 20:12:51 +01:00
Lluís Batlle i Rossell 20465bedee Updating shotcut and melt. 2017-01-28 20:12:51 +01:00
Lluís Batlle i Rossell aeb1dff13d Update scantailor 2017-01-28 20:12:51 +01:00
Frederik Rietdijk fc83bdc147 Merge pull request #22232 from teh/dask-update
Dask update
2017-01-28 20:07:01 +01:00
Robert Helgesson 588f4b7098
perl-HTML-Tiny: add meta section 2017-01-28 19:26:33 +01:00
Robert Helgesson cf7f34a1aa
perl-IO-CaptureOutput: 1.1103 -> 1.1104
Also add meta section.
2017-01-28 19:26:23 +01:00
Aneesh Agrawal ad6b79fc97 mosh: use ssh from nixpkgs 2017-01-28 13:21:24 -05:00
Robert Helgesson 44eedb927a
perl-List-Compare: 0.39 -> 0.53
Note, the previous package version was in error. Fixes #22234.
2017-01-28 19:07:39 +01:00
Vincent Laporte 23894b77a7 ocamlPackages.dolmen: init at 0.2
dolmen is an OCaml library providing clean and flexible parsers for input languages

Homepage: https://github.com/Gbury/dolmen
2017-01-28 17:40:48 +00:00
Yacine Hmito 61e4313bf1 rustNightlyBin: 2016-12-29 -> 2017-01-26 (#22228)
thanks!
2017-01-28 18:27:41 +01:00
Tom Hunger 541d645eb0 dask: 0.11.0 -> 0.13.0 2017-01-28 17:00:32 +00:00
Tom Hunger 62e95a4235 toolz: 0.8.0 -> 0.8.2 2017-01-28 17:00:17 +00:00
Tom Hunger 96f08f809a distributed: 1.13.3 -> 1.15.1 2017-01-28 17:00:00 +00:00
Tom Hunger b1a1eefc13 partd: 0.3.6 -> 0.3.7 2017-01-28 16:59:41 +00:00
Tom Hunger d419fb6b1f s3fs: 0.0.4 -> 0.0.8 2017-01-28 16:59:27 +00:00
Tom Hunger dfc098cedf zict: 0.0.3 -> 0.1.1 2017-01-28 16:59:14 +00:00
Tom Hunger aaf5a2b80c cloudpickle: 0.2.1 -> 0.2.2 2017-01-28 16:58:56 +00:00
Tom Hunger b90737aff3 sortedcollections: init at 0.4.2 2017-01-28 16:58:18 +00:00
Michael Peyton Jones 46c0da1818 arbtt: multi-user.target does not exist in user systemd 2017-01-28 14:29:19 +00:00
Vladimír Čunát 2200532ded
Merge #22226: Revert "libmsgpack_1_4: remove"
Let's remove after all referrers are resolved.
2017-01-28 13:02:02 +01:00
Joachim Fasting 6303d2b0ca
nixos: add sysstat to module list
The service itself was added in d3d7f43f76
2017-01-28 12:27:34 +01:00
Joachim Fasting b18ff7ab82
torbrowser: make additional media playback support optional
This feature might not be appropriate for all users, leave it off by
default.

See 96be6a11a8
2017-01-28 12:27:24 +01:00
Kevin Cox c09690b354
Revert "libmsgpack_1_4: remove"
This reverts commit ff89e81898.

There are references to this variable.
2017-01-28 11:14:31 +00:00
Domen Kožar fa18c37c71
haskellPackages.cryptonite-openssl: redistribute 2017-01-28 11:20:30 +01:00
Domen Kožar 0056a3a9c4
haskellPackages.hspec-expectations-pretty-diff: fix build 2017-01-28 10:56:22 +01:00
Vladimír Čunát 781c79182e
Merge #22220: termite: unbreak by packaging vte-ng 2017-01-28 08:56:53 +01:00
Vladimír Čunát 2cbf509f6b gnome3.vte-ng: nitpick: gperf is a native input 2017-01-28 08:55:57 +01:00
Karn Kallio 9027474b7e racket 6.8
The attached patch advances the version of the racket expression in
nixpkgs to the latest released 6.8 version.

From 815aae487d5ed4b70145ebadc03a5bd040a8a829 Mon Sep 17 00:00:00 2001
From: Karn Kallio <kkallio@skami.org>
Date: Fri, 27 Jan 2017 22:55:18 -0400
Subject: [PATCH] racket: advance to the 6.8 latest released version.
2017-01-27 22:01:57 -05:00
Marius Bergmann 1d6c853860 termite: unbreak by packaging vte-ng
termite broke when upgrading Gnome, as this removed a dependency from
the tree. I packaged this dependency (vte-ng) based upon the work of
@globin in https://github.com/NixOS/nixpkgs/issues/22026.
2017-01-28 01:06:24 +01:00
Chris Hodapp 7638578342 RStudio: Optionally allow packages from custom R environment
https://nixos.org/nixpkgs/manual/#r-packages contains a method for
setting up an R environment with a specific set of libraries, and it
creates an R wrapper which points R to those libraries.

The package RStudio relies on the standard R package, which then
cannot access any of the libraries specified in a custom R
environment.  While one may easily use pkgs.rstudio.override to change
rstudio's R dependency to the custom R environment, this accomplishes
nothing because while RStudio runs the correct R wrapper it clears out
the environment variable R_LIBS_SITE - and so it is still unable to
use any of those packages.

In order to work around this problem, these changes allow the user to
optionally modify rstudio's wrapper to set environment variable
R_PROFILE_USER to an R script which sets R's .libPaths(..) to point to
the same libraries; that script is generated from R_LIBS_SITE in the R
wrapper.

By default, this change has no effect.  If R is overridden to
something else, and if useRPackages is changed from its default of
false, then the change described above is made; for instance:

{
  packageOverrides = pkgs: let self = pkgs.pkgs; in
  rec {
    rEnv = pkgs.rWrapper.override {
      packages = with self.rPackages; [
        dplyr ggplot2 e1071 rpart reshape
      ];
    };
    rstudioEnv = pkgs.rstudio.override { R = rEnv; useRPackages = true; };
  };
}
2017-01-27 18:54:50 -05:00
Jascha Geerds 5213e6326c terraform: 0.8.4 -> 0.8.5 2017-01-28 00:49:13 +01:00
Allen Nelson 06a945f017 lsof working on darwin 2017-01-27 15:22:39 -08:00
Graham Christensen d75035fbf8 Merge pull request #22215 from kevincox/nl-2.3.29
libnl: 3.2.23 -> 2.3.29 to revert accidental downgrade.
2017-01-27 17:48:14 -05:00
Kevin Cox 6dcc4623ac
libnl: 3.2.23 -> 2.3.29 to revert accidental downgrade.
libnl was accidentally downgrades to 2.3.29 in
8d342d20b5 instead of being upgraded to
2.3.29 so this fixes that.
2017-01-27 22:41:44 +00:00
Jörg Thalheim c2a7c448da
android-udev-rules: 20170109 -> 20170125 2017-01-27 22:37:12 +01:00
Tadas Barzdzius 129c4ebfed rustRegistry: 2017-01-08 -> 2017-01-27 2017-01-27 22:07:34 +01:00
Tadas Barzdzius a2304b0ea3 rustfmt: 0.6.3 -> 0.7.1 2017-01-27 22:07:34 +01:00
Tadas Barzdzius edbdb4b07e rustracer: 1.2.10 -> 2.0.5 2017-01-27 22:07:34 +01:00
Robin Gloster ff89e81898
libmsgpack_1_4: remove 2017-01-27 22:03:23 +01:00
Robin Gloster 52be026bba
libmsgpack_0_5: remove 2017-01-27 21:59:16 +01:00
Robin Gloster 264d42b9cf Merge pull request #22212 from rasendubi/musl
musl: build musl-gcc
2017-01-27 21:38:24 +01:00
Robin Gloster 426b61a1c7
openssl_1_0_1: remove 2017-01-27 21:29:53 +01:00
aszlig 61b673c1f1
gajim: Enable running test suite
This is a bit more involved, because first of all, the tests aren't
distributed in the release tarball and second the test suite currently
doesn't work but there are fixes for it that get released in the next
upstream patch, so we cherry-pick the relevant commits as patches.

We now also switch to fetching the tarball directly from their GitLab
instance, because - as mentioned - it contains the tests and also
contains the icon.index file, which we already had included as a patch
and we can now drop it.

The URLs to the cherry-picked upstream commits are the following:

1f0d7387fd
491d32a2ec
46a19733d2

All of these commits are in the gajim_0.16 branch and are thus very
likely becoming part of Gajim 0.16.7.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @7c6f434c
2017-01-27 21:06:21 +01:00
Alexey Shmalko e799e7b5d6
musl: build musl-gcc
The build of the wrapper was disabled in 93e44be (#21023) and is not
related to the CVE itself. (See comments in the mentioned PR.)
2017-01-27 21:54:27 +02:00
Robin Gloster c466e31a0f
libressl_2_3: remove 2017-01-27 20:39:32 +01:00
Robin Gloster c67805ff17
llvmPackages_36: remove 2017-01-27 20:12:54 +01:00
Robin Gloster edef570ad7
clooj: fix download 2017-01-27 20:09:49 +01:00
Robin Gloster f66d7823ec
fix eval
cc @Baughn
2017-01-27 18:53:49 +01:00