lightum: fix build against systemd-230
This commit is contained in:
parent
f76a8fbbac
commit
eb34cf1b6d
@ -18,6 +18,11 @@ stdenv.mkDerivation {
|
|||||||
systemd
|
systemd
|
||||||
];
|
];
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace Makefile \
|
||||||
|
--replace "libsystemd-login" "libsystemd"
|
||||||
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
make install prefix=$out bindir=$out/bin docdir=$out/share/doc \
|
make install prefix=$out bindir=$out/bin docdir=$out/share/doc \
|
||||||
mandir=$out/share/man INSTALL="install -c" INSTALLDATA="install -c -m 644"
|
mandir=$out/share/man INSTALL="install -c" INSTALLDATA="install -c -m 644"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user