Skip to content

Commit

Permalink
Merge pull request #17012 from womfoo/fix/lightum
Browse files Browse the repository at this point in the history
lightum: fix build against systemd-230
  • Loading branch information
dezgeg committed Jul 16, 2016
2 parents a317a15 + eb34cf1 commit a4dfa90
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/os-specific/linux/lightum/default.nix
Expand Up @@ -18,6 +18,11 @@ stdenv.mkDerivation {
systemd
];

patchPhase = ''
substituteInPlace Makefile \
--replace "libsystemd-login" "libsystemd"
'';

installPhase = ''
make install prefix=$out bindir=$out/bin docdir=$out/share/doc \
mandir=$out/share/man INSTALL="install -c" INSTALLDATA="install -c -m 644"
Expand Down

0 comments on commit a4dfa90

Please sign in to comment.