Merge branch 'staging-next' into staging

Commits from master, conflict resolutions, etc.
This commit is contained in:
Vladimír Čunát
2018-08-13 20:57:50 +02:00
368 changed files with 5460 additions and 6226 deletions
@@ -44,7 +44,7 @@ in stdenv.mkDerivation rec {
(lib.withFeature (ncurses != null) "ncursesw")
(lib.withFeature (systemd != null) "systemd")
(lib.withFeatureAs (systemd != null)
"systemdsystemunitdir" "$bin/lib/systemd/system/")
"systemdsystemunitdir" "$(bin)/lib/systemd/system/")
] ++ lib.optional (stdenv.hostPlatform != stdenv.buildPlatform)
"scanf_cv_type_modifier=ms"
;