Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
This commit is contained in:
@@ -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"
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user