util-linux: fixup bad shell expansion

Introduced in that f83b5e4 refactoring as well.
Thanks Dezgeg for noticing!
This commit is contained in:
Vladimír Čunát 2018-08-13 13:08:08 +02:00
parent 00df25ee57
commit ed45e731c2
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -42,7 +42,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"
;