Fernando J Pando
6fc34fd48a
treq: init 16.12.1
...
Tested on NixOS unstable
2017-02-09 10:10:51 -05:00
Fernando J Pando
487229654e
incremental: init 16.10.1
...
Tested on NixOS unstable
2017-02-09 10:08:32 -05:00
Fernando J Pando
34b5c9a4de
buildbot: 0.9.0.post1 -> 0.9.3
...
- Fixes unneeded patching
- Adds worker to build inputs now needed for tests
- Replaces enableworker option with worker configuration module
- Openssh required for tests
- Fixes worker hardcoded paths
- Tested on Nixos Unstable
2017-02-07 11:14:42 -05:00
Benno Fünfstück
b33124a143
haskell-download: don't test (requires networking)
2017-02-07 15:13:30 +01:00
Benno Fünfstück
57507f08e8
haskell-modules: split off nix-specific overrides and common ones
...
This allows the nix-specific overrides to be reused for other purposes,
with different haskell package sets, etc.
2017-02-07 15:13:23 +01:00
Peter Simons
5a0368b87c
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.0.4-10-g05c4803 from Hackage revision
5720a6c584
.
2017-02-07 15:13:15 +01:00
Peter Simons
d0492177e3
hackage2nix: update list of broken packages
2017-02-07 15:12:13 +01:00
Peter Simons
868eb826e1
LTS Haskell 7.19
2017-02-07 15:12:13 +01:00
Graham Christensen
34157f7a04
Merge pull request #22509 from joachifm/jbig2dec
...
jbig2dec: update & security patch
2017-02-07 08:28:52 -05:00
Joachim Fasting
83f83ca434
jbig2dec: patch for CVE-2016-9601
...
Upstream bug: https://bugs.ghostscript.com/show_bug.cgi?id=697457
A new release containing this fix is expected in march; until then,
apply patch from upstream. Note that there have been essentially no
changes between 0.13 and this patch.
2017-02-07 04:07:15 +01:00
Graham Christensen
267813f4f7
Revert "firefox-wrapper: remove gnash support, see #22342 "
...
Accidentally committed other changes
This reverts commit f77bc59af6
.
2017-02-06 21:39:09 -05:00
Graham Christensen
f77bc59af6
firefox-wrapper: remove gnash support, see #22342
2017-02-06 21:29:58 -05:00
Joachim Fasting
12284fff17
jbig2dec: 0.11 -> 0.13, new upstream location
...
The most recent version on the sourceforge page is 0.11 which is quite
old; the official upstream site has 0.13; judging by the commit delta,
there've been quite a few bug fixes etc since 0.11.
2017-02-07 03:09:27 +01:00
Shea Levy
41ba205dda
ming: remove.
...
The project seems dead and there are recent security issues.
See https://lwn.net/Vulnerabilities/712664/
2017-02-06 21:08:57 -05:00
Bjørn Forsman
d3c7a94b77
openocd: 0.9.0 -> 0.10.0
...
Announcement:
http://openocd.org/2017/01/openocd-0-10-0-release-is-out/
The udev rules were renamed. Add code to automatically detect renames in
the future.
2017-02-06 20:19:36 +01:00
Franz Pletz
8b9e2010b4
libidn2: init at 0.16
...
wget now needs libidn2 instead of libidn.
cc #22416
2017-02-06 13:18:20 +01:00
Franz Pletz
f629f4e234
libpsl: 0.15.0 -> 0.17.0
2017-02-06 13:18:00 +01:00
Peter Simons
334657518d
Merge pull request #22469 from peti/fix-callCabal2nix
...
callCabal2nix: take "name" parameter as a function argument
2017-02-06 11:46:29 +01:00
Herwig Hochleitner
67ccc41a67
leiningen: 2.6.1 -> 2.7.1 ( #22485 )
2017-02-06 08:44:20 +01:00
Graham Christensen
5d8d1a5623
Merge pull request #22479 from Szczyp/rhc
...
rhc: 1.36.4 -> 1.38.7
2017-02-05 22:42:55 -05:00
Volth
c771d499f9
systemtap: 2016-09-16 -> 2017-02-04
2017-02-06 01:54:19 +01:00
Szczyp
33c09a0e40
rhc: 1.36.4 -> 1.38.7
...
Fix: CVE-2016-10173
2017-02-06 01:10:51 +01:00
Aristid Breitkreuz
00517f1779
rr: 4.4.0 -> 4.5.0
2017-02-05 22:00:42 +01:00
Peter Simons
1f18f65650
callCabal2nix: take "name" parameter as a function argument
...
The callCabal2nix function cannot reliably determine the appropriate "name" for
the package it's processing. Attempts to derive this information have led to
plenty of evaluation errors, and so I'd like to go for the obvious and reliable
solution now and let the caller specify that bit of information.
Here is an example that demonstrates how to use callCabal2nix.
let
pkgs = import <nixpkgs> {};
src = pkgs.fetchFromGitHub {
owner = "gtk2hs";
repo = "gtk2hs";
rev = "eee61d84edf1dd44f8d380d7d7cae2405de50124";
sha256 = "12i53grimni0dyjqjydl120z5amcn668w4pfhl8dxscjh4a0l5nb";
};
in
pkgs.haskellPackages.callCabal2nix "gtkhs-tools" "${src}/tools" {}
2017-02-05 21:18:27 +01:00
Peter Simons
956c1fe3e8
Merge pull request #22427 from 3noch/fix-callCabal2nix
...
haskellPackages.callCabal2nix: provide fallback name
2017-02-05 19:37:19 +01:00
Jascha Geerds
ffb91cc697
docker_compose: Remove upper bound version limitations
2017-02-05 18:39:30 +01:00
Nikolay Amiantov
c226a93a9e
pythonPackages.pyqt5: enable qtwebengine support
2017-02-05 15:05:53 +03:00
Nikolay Amiantov
41c1534aed
qt5.qtwebengine: fix ca bundle path
2017-02-05 15:05:51 +03:00
Michael Raskin
64666a402f
lispPackages.clx: git-20150117 -> git-20170201
2017-02-05 13:03:03 +01:00
Pascal Wittmann
91869fb848
Merge pull request #22452 from kirelagin/libnfc-osx
...
libnfc: Add missing dependency on readline
2017-02-05 11:15:33 +01:00
Tuomas Tynkkynen
321b639d76
gnu-efi: Remove unneeded aarch64 patch
...
Not needed after the upgrade to 3.0.5. Yay!
2017-02-05 09:34:31 +02:00
Joachim F
8ba043a540
Merge pull request #22456 from peterhoeg/u/wp
...
wp-cli: 1.0.0 -> 1.1.0
2017-02-05 05:52:04 +01:00
Thomas Tuegel
f9c684e152
Merge pull request #22404 from cpages/jsoncpp
...
jsoncpp: update and drop old version
2017-02-04 20:06:53 -06:00
Joachim F
f050f3b9cf
Merge pull request #22446 from rnhmjoj/vapoursynth
...
vapoursynth: R35 -> R36
2017-02-05 01:53:54 +01:00
Joachim F
c8a19af1a0
Merge pull request #22445 from rnhmjoj/zimg
...
zimg: 2.3 -> 2.4
2017-02-05 01:29:22 +01:00
Kirill Elagin
ade80db751
libnfc: Add missing dependency on readline
...
readline is used by the pn53x-tamashell example.
2017-02-05 03:21:59 +03:00
Tuomas Tynkkynen
01d03cb5e7
binutils: Fix cross build
...
Broken after commit 17a344a
("binutils: Add lib output").
2017-02-04 23:39:25 +02:00
Jake Waksbaum
927b8159aa
nodePackages: Add tern ( #22418 )
...
* nodePackages: Add tern
* Remove duplicate tapable
2017-02-04 22:18:28 +01:00
Vladimír Čunát
a2c867fd39
Merge branch 'staging'
2017-02-04 21:02:46 +01:00
Vladimír Čunát
73d798549f
protobuf, perf: fix my bad condition on gcc version
2017-02-04 20:58:47 +01:00
rnhmjoj
c9f4358e37
vapoursynth: R35 -> R36
2017-02-04 19:56:50 +01:00
Michael Raskin
98eb852dee
libzmf: configure with --disable-werror, needed on i686
2017-02-04 19:52:05 +01:00
rnhmjoj
4e83364a1d
zimg: 2.3 -> 2.4
2017-02-04 19:33:46 +01:00
Carles Pagès
67dcb6aa4c
jsoncpp: fix build on darwin
...
Also, fixed maintainer attrib
2017-02-04 19:05:12 +01:00
volth
762cc106b4
virt-top: init at 1.0.8 ( #21536 )
2017-02-04 16:07:45 +01:00
Joachim F
43453eb94b
Merge pull request #22289 from frontsideair/flow-37.4
...
flow: 0.37.1 -> 0.37.4
2017-02-04 15:33:22 +01:00
Bjørn Forsman
5b4a857126
hydra: 2016-12-09 -> 2017-02-03
...
Unbreaks the build since commit dea81956fc
("nixUnstable: 1.12pre4911_b30d1e7 -> 1.12pre4997_1351b0d").
2017-02-04 14:23:41 +01:00
Vladimír Čunát
94a7a80f0b
Revert "spidermonkey_24: remove"
...
This reverts commit 5dacc53af3
.
2017-02-04 11:53:23 +01:00
Vladimír Čunát
45fcefd4be
qt4: another attempt to fix build on Darwin
2017-02-04 11:28:33 +01:00
Tim Steinbach
39ac62293c
kotlin: 1.0.5-2 -> 1.0.6
2017-02-04 10:53:53 +01:00