204619 Commits

Author SHA1 Message Date
Nikolay Korotkiy
6b68bf931f
xournalpp: 1.0.15 -> 1.0.16 2019-11-27 21:47:45 +03:00
Markus Schneider
4ee137ed86 flat-remix-icon-theme: init at 20191018
(#57659)
2019-11-27 19:36:42 +01:00
Ruud van Asseldonk
2163fc7f0a git: fix the "perlSupport = false" configuration
When perlSupport = false, we will set NO_PERL=1, and build Git without
Perl support. This is a build option that Git supports. However, Git's
test suite still requires a Perl to be available to run the tests, and
we did not provide one. The tests respect PERL_PATH, and if it is not
set, they default to /usr/bin/perl.

Before this commit, if we set "perlSupport = false", then no Perl would
be available to the package, and so the tests would default to
/usr/bin/perl. When building without a sandbox, that could still work,
even though there is no "perl" on the path, because the tests defaulted
to an absolute path.

You can reproduce this issue as follows:

    nix-build -E 'let pkgs = (import ./default.nix) {}; in pkgs.git.override { perlSupport = false; }'

I just ran into this when trying to build pkgs.git from an old version
of Nixpkgs that I was able to build just fine in the past, and today it
would not build any more, complaining when running the tests:

    make -C t/ all
    make[1]: Entering directory '/build/git-2.18.0/t'
    rm -f -r 'test-results'
    /nix/store/czx8vkrb9jdgjyz8qfksh10vrnqa723l-bash-4.4-p23/bin/bash: /usr/bin/perl: No such file or directory

In the past the sandbox was not enabled by default, so then it worked
for me. But now that it is enabled, my host's (not NixOS) /usr/bin/perl
is no longer accessible, and the build fails.

The solution is to explicitly set PERL_PATH when running the tests. This
*almost* works, except that there appears to be a bug in the test for
"git request-pull". That command is a Bash script that calls Perl at
some point, so it requires Perl, and therefore it cannot be supported
when NO_PERL=1. But that particular test does not check whether Git was
compiled with Perl support (other tests do include that check), and that
makes the test fail:

    t5150-request-pull.sh ..............................
    not ok 4 - pull request after push
    not ok 5 - request asks HEAD to be pulled
    not ok 6 - pull request format
    not ok 7 - request-pull ignores OPTIONS_KEEPDASHDASH poison
    not ok 9 - pull request with mismatched object
    not ok 10 - pull request with stale object
    Dubious, test returned 1 (wstat 256, 0x100)
    Failed 6/10 subtests

This output makes sense if you look at t5150-request-pull.sh. Test 1 and
2 are setup steps. Test 3 does call request-pull, but it expects the
command to fail, and it cannot distinguish between the command exiting
with a nonzero exit code, or failing to start it at all. So test 3
passes for the wrong reasons. Test 4 through 10 all call request-pull,
so they fail.

The quick workaround here is to disable the test. I will look into
upstreaming a patch that makes the test skip itself when Perl is
disabled.
2019-11-27 19:23:56 +01:00
Oleksii Filonenko
fb00dacecc onefetch: init at 2.1.0
Co-authored-by: Kloenk <Kloenk@users.noreply.github.com>
2019-11-27 10:14:26 -08:00
Serval
899d38170c
v2ray: fixups and change to buildGoModule 2019-11-28 02:10:37 +08:00
Nikolay Korotkiy
f0b5b247d9
josm: 15390 -> 15492 2019-11-27 19:00:02 +01:00
Jan Tojnar
4ea81e7891
gst_all_1.gst-plugins-good: fix build with gtkSupport
Fixes regression from https://github.com/NixOS/nixpkgs/pull/70690
2019-11-27 18:56:48 +01:00
Jan Tojnar
352775cc51
cawbird: fix build with disallowed aliases
also clean up
2019-11-27 18:53:58 +01:00
Maximilian Bosch
ec3ac88ed8
Merge pull request #74347 from xwvvvvwx/wireguard-20191127
wireguard-tools: 0.0.20191012 -> 0.0.20191127
2019-11-27 18:35:43 +01:00
Robin Gloster
63688d9ce3
Merge pull request #74095 from r-ryantm/auto-update/bitcoin-abc
bitcoin-abc: 0.20.5 -> 0.20.6
2019-11-27 18:27:06 +01:00
Robin Gloster
35b35ac269
Merge pull request #74097 from r-ryantm/auto-update/ace
ace: 6.5.6 -> 6.5.7
2019-11-27 18:26:46 +01:00
Robin Gloster
3a9fd80b79
Merge pull request #74098 from r-ryantm/auto-update/alsa-firmware
alsa-firmware: 1.0.29 -> 1.2.1
2019-11-27 18:25:40 +01:00
Robin Gloster
ea475ab244
Merge pull request #74106 from r-ryantm/auto-update/bdf2psf
bdf2psf: 1.193 -> 1.194
2019-11-27 18:24:20 +01:00
Robin Gloster
a821506788
Merge pull request #74107 from r-ryantm/auto-update/abcm2ps
abcm2ps: 8.14.5 -> 8.14.6
2019-11-27 18:23:17 +01:00
Robin Gloster
665958073a
Merge pull request #74117 from r-ryantm/auto-update/alsa-utils
alsaUtils: 1.1.9 -> 1.2.1
2019-11-27 18:20:57 +01:00
R. RyanTM
7cfc79cfb5 cln: 1.3.4 -> 1.3.5 (#74149)
* cln: 1.3.4 -> 1.3.5

* cln: fetch src over https
+ update meta.homepage
2019-11-27 18:18:11 +01:00
tekeri
a5f26644d4 Add nginx perl modules (#73198)
* nginx: enable perl_module if perl is given

* nginx: move `perl = null` to toplevel
2019-11-27 17:08:56 +00:00
Robin Gloster
177b1bcea1
Merge pull request #74291 from knedlsepp/doc-fixup
doc: Remove improper use of backticks
2019-11-27 18:08:07 +01:00
Michael Raskin
4cce622213
Merge pull request #74129 from r-ryantm/auto-update/abcl
abcl: 1.5.0 -> 1.6.0
2019-11-27 17:06:21 +00:00
Robin Gloster
fd644a4ea7
Merge pull request #74304 from marsam/update-ncspot
ncspot: 2019-10-12 -> 0.1.1
2019-11-27 18:03:34 +01:00
Julian Stecklina
00ad233d3c gitAndTools.git-machete: 2.12.1 -> 2.12.2 2019-11-27 18:54:25 +02:00
David Terry
bdcc0f420c
wireguard-tools: 0.0.20191012 -> 0.0.20191127 2019-11-27 17:52:04 +01:00
Robin Gloster
222932255e
Merge pull request #74326 from doronbehar/update-pdfcpu
pdfcpu: 0.2.5 -> 0.3
2019-11-27 17:46:52 +01:00
Robin Gloster
438696f101
Merge pull request #74335 from filalex77/overcommit-0.51.0
overcommit: init at 0.51.0
2019-11-27 17:43:37 +01:00
Robin Gloster
bf12ddebe8
Merge pull request #74254 from tfc/nixos-test-ejabberd
nixos/ejabberd: Port test to python
2019-11-27 17:38:45 +01:00
Robin Gloster
236b928a61
Merge pull request #74313 from filalex77/nixosTests.kernel-python
nixosTests.kernel-*: port to python
2019-11-27 17:34:30 +01:00
Robin Gloster
f9e0e11c83
Merge pull request #74323 from doronbehar/update-syncthingtray
syncthingtray: 0.10.2 -> 0.10.3
2019-11-27 17:32:32 +01:00
Robin Gloster
39781e89a4
Merge pull request #74200 from WilliButz/update-varnish-exporter
prometheus-varnish-exporter: 1.5.1 -> 1.5.2
2019-11-27 17:30:10 +01:00
R. RyanTM
3e599c8e90 elfkickers: 3.1 -> 3.1a (#74171) 2019-11-27 17:28:25 +01:00
Robin Gloster
39022bc3e7
Merge pull request #74218 from tfc/nixos-test-containers-python-port
Nixos test containers python port
2019-11-27 17:28:07 +01:00
Elis Hirwing
bfdd3e1fe2 chefdk: fix build (#74314) 2019-11-27 17:14:15 +01:00
Robin Gloster
470f29cdd2
Merge pull request #74312 from filalex77/nixosTests.memcached-python
nixosTests.memcached: port to python
2019-11-27 17:11:13 +01:00
Robin Gloster
4fb0e3c4f2
Merge pull request #74320 from saschagrunert/cri-o
cri-o: v1.16.0 -> v1.16.1
2019-11-27 17:10:19 +01:00
Robin Gloster
cff1988de3
Merge pull request #74327 from doronbehar/update-imapfilter
imapfilter: 2.6.14 -> 2.6.16
2019-11-27 17:06:57 +01:00
Robin Gloster
eea268d3e6
Merge pull request #74324 from sikmir/hugo
hugo: 0.58.3 -> 0.60.0
2019-11-27 17:02:42 +01:00
Emmanuel Rosa
fe22df0b8d skypeforlinux: 8.54.0.85 -> 8.54.0.91 (#74333) 2019-11-27 10:51:06 -05:00
Andreas Rammhold
2930ea5304
Merge pull request #73497 from dtzWill/update/intel-microcode-20191115
microcodeIntel: 20191113 -> 20191115
2019-11-27 16:25:31 +01:00
Andreas Rammhold
660e754074
microcodeIntel: add andir as maintainer 2019-11-27 16:23:16 +01:00
Matthew Bauer
fa383dcb7c cctools: fixup gnu-config detection
Use autoreconfHook instead of preConfigure autogen.sh. This avoids
getting the bad version of the gnu-config script and makes the newish
iOS triples work.
2019-11-27 10:04:32 -05:00
Matthew Bauer
848d4a08a0 cctools: readd ld-rpath-nonfinal patch
This patch is needed to build ghc, which adds -rpath flags for some
reason. Updated patch for newest cctools and reapplied.
2019-11-27 10:01:57 -05:00
Dave Nicponski
43dc5ea917 unison: 1.0.M1f -> 1.0.M1g
Upgrade unison codebase manager to latest release
2019-11-27 09:12:23 -05:00
Oleksii Filonenko
daa1bad8ec
overcommit: init at 0.51.0 2019-11-27 15:52:41 +02:00
Marcus Boyd
4692b6e320 slic3r: patch to fix compile error if Boost > 1.55 2019-11-27 14:49:36 +01:00
adisbladis
e237d88432
Merge pull request #74325 from B4dM4n/egl-wayland-fix-build
egl-wayland: fix build
2019-11-27 13:10:26 +00:00
Mario Rodas
ee0d88c3b1
Merge pull request #74308 from filalex77/nushell-0.6.0
nushell: 0.5.0 -> 0.6.0
2019-11-27 07:50:46 -05:00
Doron Behar
c4bd6b63d1 imapfilter: 2.6.14 -> 2.6.16 2019-11-27 14:14:11 +02:00
Maximilian Bosch
732d7b49ad
Merge pull request #74318 from Mic92/cntr
cntr: 1.2.0 -> 1.2.1
2019-11-27 13:12:52 +01:00
Doron Behar
b46fa7db24 pdfcpu: 0.2.5 -> 0.3 2019-11-27 14:12:37 +02:00
Doron Behar
815fefe4bb syncthingtray: 0.10.2 -> 0.10.3 2019-11-27 14:00:00 +02:00
Nikolay Korotkiy
537794d415
hugo: 0.58.3 -> 0.60.0 2019-11-27 14:59:52 +03:00