Commit graph

14116 commits

Author SHA1 Message Date
Pascal Bach 75ece627a9 restic: 0.8.0 -> 0.8.1 2018-01-09 22:23:49 +01:00
John Ericson 06a8d66528
Merge pull request #33603 from obsidiansystems/cross-check
stdenv: Force `doCheck` to be false when we are cross compiling
2018-01-09 15:09:54 -05:00
John Ericson 133b4658df treewide: Simplify some doCheck calls
In anticipation of what I outline in #33599, I only simplify exactly those
`doCheck`s which are equal to `hostPlatform != buildPlatform`. I also stick a
comment next to them so I can grep for them later.
2018-01-09 12:37:38 -05:00
John Ericson eec050f395
Merge pull request #33577 from dtzWill/fix/cross-2
Minor cross fixes, 2
2018-01-09 12:36:53 -05:00
John Ericson 0c16a11c9a
Merge pull request #33575 from dtzWill/fix/cross-1
Minor cross fixes, 1
2018-01-09 12:34:50 -05:00
Ben Gamari 6f8cb301a9 ms-sys: Fix cross-compilation 2018-01-09 11:25:19 -05:00
Ben Gamari ac19f60c93 ddrescue: Enable cross-compilation 2018-01-09 11:25:19 -05:00
Will Dietz 7c992cb7af bsdiff: fix 'cc' usage 2018-01-09 11:23:56 -05:00
Will Dietz a23be78ef2 at: cross-compilation fixes
* move bison/flex to nativeBuildInputs
* add patch to avoid use of undocumented glibc macro
* fix use of 'install -s' to avoid invoking 'strip' directly
2018-01-09 11:23:56 -05:00
Shea Levy f607771d0f
Add cri-tools 2018-01-09 11:18:25 -05:00
goibhniu 505767557f
Merge pull request #33611 from ckauhaus/submit/symlinks-1.4.3
symlinks: 1.4 -> 1.4.3
2018-01-09 12:00:26 +01:00
Franz Pletz 33a4de2941
Revert "dhcpcd: 6.11.5 -> 7.0.0"
This reverts commit 0e73580026.

Blocks channel releases. See #33527.
2018-01-08 17:00:30 +01:00
Peter Hoeg d2cf59dbed optar: init at 20150210 2018-01-08 22:13:40 +08:00
Christian Kauhaus 880c9a22b9 symlinks: 1.4 -> 1.4.3
This version updated by J. Brandt Buckley <brandt@runlevel1.com>
features macOS support and has a proper license.
2018-01-08 15:09:20 +01:00
Gabriel Ebner 563f688059 pubs: init at 0.7.0 2018-01-08 14:09:53 +01:00
adisbladis 4aa62259e1
Merge pull request #33583 from aneeshusa/update-icdiff-to-1.9.1
icdiff: 1.9.0 -> 1.9.1
2018-01-08 15:49:19 +08:00
adisbladis 470ba2f5da
debootstrap: 1.0.92 -> 1.0.93 2018-01-08 05:48:01 +08:00
adisbladis 9ece657e17
btrfs-progs: 4.14 -> 4.14.1 2018-01-08 05:48:00 +08:00
Aneesh Agrawal f899d96a1d icdiff: 1.9.0 -> 1.9.1 2018-01-07 13:42:09 -08:00
Joachim F 53f6a82899
Merge pull request #33558 from dotlambda/ttwatch
ttwatch: 2017-10-31 -> 2017-12-31
2018-01-07 17:00:56 +00:00
Pascal Wittmann 6a22f13eb5
tmsu: 0.6.1 -> 0.7.0 2018-01-07 16:45:44 +01:00
Maciek Starzyk a6ebc9057a miller: 5.2.2 -> 5.3.0 2018-01-07 14:06:35 +01:00
Miguel Madrid Mencía c46523e8c8
fpp: 0.7.1 -> 0.7.2 2018-01-07 11:58:52 +01:00
Vladimír Čunát ef047548ed
pdftk: fix build
Fixes #33509.
2018-01-07 11:50:40 +01:00
Robert Schütz 7e2f5265b6 ttwatch: 2017-10-31 -> 2017-12-31 2018-01-07 09:25:07 +01:00
Peter Hoeg 546fa2e118 browserpass: 2.0.7 -> 2.0.10 2018-01-07 11:32:29 +08:00
Robert Helgesson 4e153616cd
abcmidi: 2017.12.20 -> 2018.01.02 2018-01-06 22:12:52 +01:00
adisbladis 3165a08f9e
Merge pull request #33537 from tilpner/bup-pythonpackages
bup: PYTHONPATH -> withPackages
2018-01-07 05:01:50 +08:00
dywedir db56768550 svgcleaner: 0.9.1 -> 0.9.2 2018-01-06 22:33:54 +02:00
tilpner d0601b6add
bup: PYTHONPATH -> withPackages
Without this, tornado was not found on startup (`bup web`),
even though it was provided by PYTHONPATH

Also see #22688
2018-01-06 21:10:57 +01:00
Orivej Desh 6e8021d412
Merge pull request #33383 from kierdavis/openvpn-optional-systemd
openvpn: make systemd dependency optional
2018-01-06 16:24:59 +00:00
Peter Hoeg b2d2b37771 lastpass-cli: 1.2.1 -> 1.2.2 2018-01-06 23:46:38 +08:00
Kier Davis 397daef205
openvpn: make systemd dependency optional
systemd is a fairly large dependency, and it doesn't appear to
be necessary in all circumstances - e.g. when openvpn is
not run as a systemd service (as is usually the case when it is
run in a Docker container).

This change makes the dependency on systemd optional, controlled
by a new argument `useSystemd`. The default behaviour remains
the same as it was before this change: enabled only on Linux systems.

For me, this change reduces the size of my container image (dominated
by the closure of openvpn) from about 110 MB to 45 MB.

Version 2: rename argument to `useSystemd` (was `systemdSupport`), and
rebase onto master
2018-01-06 15:05:44 +00:00
Joachim F 407b8d2b8f
Merge pull request #33340 from dtzWill/update/invisible-island-misc
Update various invisible-island packages, fix URL's
2018-01-06 14:27:32 +00:00
zimbatm eddf30cc93
nixos: introduce boot.growPartition (#33521)
Move it from being a profile
2018-01-06 13:52:51 +00:00
Will Dietz d630be51ab tcpdump: fix eval if no kernelMajor specified, assume compat 2018-01-06 04:12:51 +00:00
Orivej Desh 4516c9e0bc
Merge pull request #33207 from Izorkin/percona-xtrabackup
percona-xtrabackup: init at 2.4.9
2018-01-06 03:58:27 +00:00
Orivej Desh 6320d8e21b
Merge pull request #33441 from LnL7/darwin-pcslite
pcsclite: fix darwin build
2018-01-06 03:50:56 +00:00
Izorkin 4ba7547743 percona-xtrabackup: init at 2.4.9 2018-01-06 03:42:06 +00:00
Dmitry Moskowski 7920785860 aircrack-ng: wrap airmon-ng with needed tools
Fixes #9901
2018-01-06 03:32:47 +00:00
Graham Christensen d85bac1d78
Merge pull request #33468 from dtzWill/fix/tigervnc
tigervnc: fix build, build in parallel
2018-01-05 21:19:04 -05:00
Orivej Desh ddb9a30f47
Merge pull request #32839 from romildo/connman
connman: enable support for Wireless daemon for Linux (iwd)
2018-01-06 02:14:22 +00:00
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
Daiderd Jordan a7ef0c03d2
Merge pull request #33341 from LnL7/darwin-brotli
brotli: fix darwin build
2018-01-05 19:48:48 +01:00
Will Dietz 30b5b0d48b tigervnc: enable composite (required by glx, which we enable) 2018-01-05 10:34:21 -06:00
Will Dietz 2edf41e6bb tigervnc: build in parallel 2018-01-05 10:32:40 -06:00
Orivej Desh d1204e65c4 ttfautohint: fix build on Darwin
Broken by #33294.
2018-01-05 15:09:02 +00:00
Andreas Rammhold d99321cf68 blueman: add gobjectIntrospection as native build dependency
`gobjectIntrospection` provides a hook to fixup GI_TYPELIB_PATH.

Before this change all blueman tools fail to start because they are
unable to discover the Gtk3 libraries.
2018-01-05 13:59:25 +01:00
Yegor Timoshenko c4899f4ace
Merge pull request #33294 from bkchr/ttfautohint
ttfautohint: 1.7 -> 1.8.1
2018-01-05 09:57:20 +00:00
Jörg Thalheim b3ba9fb9e0
Merge pull request #33413 from corngood/youtube-dl-update
youtube-dl: 2017.12.23 -> 2017.12.31
2018-01-05 09:58:16 +01:00