Commit graph

189002 commits

Author SHA1 Message Date
Marek Mahut 4754ca7d2e
Merge pull request #62936 from dasJ/sandbox-memcached
nixos/memcached: Isolate the service
2019-08-13 08:56:34 +02:00
Pierre Bourdon f289585d54
efivar: patch build system for reproducibility 2019-08-13 05:21:54 +02:00
Spencer Baugh 4756d3958b pythonPackages.simplefix: init at 1.0.12 2019-08-13 00:54:16 +00:00
Aaron Andersen 8746c77a38
Merge pull request #66439 from aanderse/subversion
subversion: 1.9.10 -> 1.9.12, 1.10.4 -> 1.10.6
2019-08-12 20:53:59 -04:00
worldofpeace 233b0af748
Merge pull request #66533 from gnidorah/musescore
musescore: use qt5's mkDerivation
2019-08-12 20:42:25 -04:00
gnidorah 172e06dbb6 musescore: use qt5's mkDerivation
See #65399
2019-08-12 20:41:07 -04:00
worldofpeace f4af5f3899
Merge pull request #59427 from nh2/idevicerestore
Add libirecovery and idevicerestore
2019-08-12 20:21:05 -04:00
Niklas Hambüchen 0f206b3e73 idevicerestore: init at 2019-02-14 2019-08-13 02:13:15 +02:00
Niklas Hambüchen da3cb9e35b libirecovery: init at 2019-01-28 2019-08-13 02:13:15 +02:00
Graham Christensen 8adaae2df2
dockertools.buildLayeredImage: default layer count up to 100 2019-08-12 19:59:40 -04:00
Graham Christensen 2e6a16f2bd
dockerTools: document extraCommands 2019-08-12 19:56:57 -04:00
Niklas Hambüchen 3c2c3f0dda libimobiledevice: Remove unnecessary --disable-static.
That's already controlled by `dontDisableStatic`, see:

* https://nixos.org/nixpkgs/manual/#ssec-configure-phase
* #51540
2019-08-13 01:41:15 +02:00
Silvan Mosberger 47fa2f133d
Merge pull request #66506 from nh2/fetchurl-dont-force-set-gssSupport
fetchurl: Don't force-override curl's gssSupport to on unnecessarily
2019-08-13 01:04:42 +02:00
Niklas Hambüchen b7dfc72a88 fetchurl: Don't force-override curl's gssSupport to on. Fixes #66499.
The original intent in commit

    a1fec866 treewide: assemble all `fetchurlBoot` uses in overrides to `fetchurl` itself

was to turn `gssSupport` *off* on Darwin, but the code actually also forced
it *on* on Linux.
This resulted in previous (e.g. overlays) `.override { gssSupport = false; }`
being ignored (#66499).

This commit fixes it by just respecting the old value when it doesn't need
to be forced to off.
2019-08-13 00:42:46 +02:00
Marek Mahut c78fead206
Merge pull request #63735 from Ekleog/drop-old-kernels
manual: remind to drop kernels that will get EOL'd
2019-08-12 23:31:00 +02:00
Marek Mahut 4652a0a520
Merge pull request #65557 from fgaz/qbe/2019-07-11
qbe: unstable-2019-05-15 -> unstable-2019-07-11
2019-08-12 23:27:39 +02:00
Marek Mahut 9a86619dc8
Merge pull request #66071 from angristan/dogecoin/update/1.14.1
dogecoin: 1.10.0 -> 1.14.1
2019-08-12 23:26:54 +02:00
Marek Mahut 903333094b
Merge pull request #66057 from jdanekrh/jd_netcore
dotnet.sdk: 2.2.300/2.2.5 -> 2.2.401/2.2.6
2019-08-12 23:20:42 +02:00
Marek Mahut cd5c0555c1
Merge pull request #66539 from jslight90/patch-6
nixos/gitlab: properly clear out initializers
2019-08-12 23:11:44 +02:00
Marek Mahut 81e28b4e9a
Merge pull request #66060 from r-ryantm/auto-update/ponyc
ponyc: 0.28.1 -> 0.30.0
2019-08-12 22:39:04 +02:00
Eric Wolf aa696e8a63 bacula: fix cross compiling for armv7l
got this error while cross compiling:

checking whether setpgrp takes no argument... configure: error: cannot
check setpgrp when cross compiling

autoconf manual says:

— Macro: AC_FUNC_SETPGRP

    If setpgrp takes no argument (the Posix version), define SETPGRP_VOID. Otherwise, it is the BSD version, which takes two process IDs as arguments. This macro does not check whether setpgrp exists at all; if you need to work in that situation, first call AC_CHECK_FUNC for setpgrp.

    The result of this macro is cached in the ac_cv_func_setpgrp_void variable.

    This macro is obsolescent, as current systems have a setpgrp whose signature conforms to Posix. New programs need not use this macro.

So override it with caching variable.
2019-08-12 22:35:45 +02:00
Marek Mahut 36d3a8a0eb
Merge pull request #66058 from pmiddend/fcppt-update-to-3.2.2
fcppt: 3.0.0 -> 3.2.2
2019-08-12 22:13:33 +02:00
Jiri Danek e395060805 dotnet.sdk: 2.2.300/2.2.5 -> 2.2.401/2.2.6 2019-08-12 22:07:49 +02:00
Jeff Slight 2ee14c34ed
nixos/gitlab: properly clear out initializers 2019-08-12 12:50:02 -07:00
Eric Culp 92cc949f9f kernel generate-config.pl: Allow whitespace in values
In particular, this allows setting CONFIG_CMDLINE to a value with
multiple space-seperated parameters. Other variables also take free-form
strings and might similarly benefit.
2019-08-12 12:10:43 -07:00
worldofpeace 15f5535430 gparted: add adwaita-icon-theme
This adds the icon theme to XDG_DATA_DIRS.
It doesn't appear Plasma5 is properly configured for gtk
apps so this works around there being no icon theme installed
for it.
2019-08-12 14:45:27 -04:00
worldofpeace 7b3006478d gparted: correct polkit support
Use wrapGAppsHook as well
2019-08-12 14:45:27 -04:00
worldofpeace 397c7d26fc installer: Don't run as root
There's many reason why it is and is going to
continue to be difficult to do this:

1. All display-managers (excluding slim) default PAM rules
   disallow root auto login.

2. We can't use wayland

3. We have to use system-wide pulseaudio

4. It could break applications in the session.
   This happened to dolphin in plasma5
   in the past.

This is a growing technical debt, let's just use
passwordless sudo.
2019-08-12 14:45:27 -04:00
Marek Mahut 1c709e0e6c
Merge pull request #63270 from r-ryantm/auto-update/itk
itk: 4.13.2 -> 5.0.0
2019-08-12 20:00:17 +02:00
Franz Pletz f3160a2db6
Merge pull request #66476 from WilliButz/fix-prometheus-alertmanager-option
nixos/prometheus2: replace alertmanagerURL with new alertmanagers option
2019-08-12 17:59:27 +00:00
Franz Pletz fe9c676e99
nuspell: 2.2.0 -> 2.3.0 2019-08-12 19:53:54 +02:00
Marek Mahut 2ae308a414
Merge pull request #66498 from jonringer/bump-librelp
librelp: 1.3.0 -> 1.4.0
2019-08-12 19:52:32 +02:00
Marek Mahut 8c1d78aa4a
Merge pull request #62182 from dtzWill/update/moosefs-3.0.105
moosefs: 3.0.104 -> 3.0.105
2019-08-12 19:52:08 +02:00
Maximilian Bosch f0d6955052
Merge pull request #66470 from WilliButz/update-blackbox-exporter
prometheus-blackbox-exporter: 0.12.0 -> 0.14.0, run tests and check config
2019-08-12 19:38:43 +02:00
Marek Mahut 7a82e00ba3
Merge pull request #62337 from khumba/netbeans-11
netbeans: 10.0 -> 11.0
2019-08-12 19:34:29 +02:00
Jan Tojnar 9af14d3e5a
Merge pull request #66531 from jtojnar/eds-hardcode-gschemas
gnome3.evolution-data-server: Hardcode more GSettings schemas
2019-08-12 19:33:17 +02:00
Marek Mahut 194909a092
Merge pull request #62825 from lfont/lfont/aseprite-unfree-1.2.11
aseprite-unfree: 1.2.9 -> 1.2.11
2019-08-12 19:22:09 +02:00
Marek Mahut 03b47280b9
Merge pull request #62650 from marius851000/azimuth-1.0.3
azimuth: use the builtins install target
2019-08-12 19:18:06 +02:00
Sarunas Valaskevicius 4a31479ae5 electron_6: init at 6.0.1 2019-08-12 18:14:10 +01:00
Marek Mahut d7bcb48908 itk: Adding darwin.apple_sdk.frameworks.Cocoa 2019-08-12 19:13:14 +02:00
Marek Mahut 79b28f5a53
Merge pull request #63116 from peterhoeg/f/opendune
opendune: support ALSA and pulseaudio (move to SDL2)
2019-08-12 19:04:00 +02:00
Silvan Mosberger 096031a513
fetchurl: Make it overridable using callPackage (#66503)
fetchurl: Make it overridable using `callPackage`
2019-08-12 19:03:30 +02:00
Marek Mahut 7115780ea1
Merge pull request #65147 from magnetophon/x42-plugins
x42-plugins: 20190206 -> 20190714
2019-08-12 18:59:37 +02:00
Marek Mahut 129bf575a2
Merge pull request #63654 from mtrsk/update-dotnet-sdk-2.2.300
dotnet-sdk: 2.2.203 -> 2.2.300 (core 2.2.4 -> 2.2.5)
2019-08-12 18:58:54 +02:00
Marek Mahut 86ac9f55b9
Merge pull request #63600 from steadmon/fail2ban-dovecot-service
fail2ban: fix dovecot filter's journalmatch
2019-08-12 18:51:32 +02:00
Marek Mahut d4b6735f55
Merge pull request #63424 from r-ryantm/auto-update/seafile-shared
seafile-shared: 6.2.11 -> 7.0.2
2019-08-12 18:48:30 +02:00
Marek Mahut caf9295730
Merge pull request #63686 from flokli/mlarchive2maildir
mlarchive2maildir: init at 0.0.6
2019-08-12 18:47:34 +02:00
Marek Mahut 99d66e14b9
Merge pull request #65170 from erikarvstedt/tmpwatch-fuser
tmpwatch: add fuser support
2019-08-12 18:46:02 +02:00
worldofpeace 8a139bfa9f
Merge pull request #66483 from worldofpeace/calibre-cleanup
calibre: wrap manually
2019-08-12 12:44:15 -04:00
Marek Mahut 92f6cf61f8
Merge pull request #65422 from jojosch/teamspeak_server_3.9.1
teamspeak_server: 3.8.0 -> 3.9.1
2019-08-12 18:39:07 +02:00