python.pkgs.systemd: fix eval
This commit is contained in:
parent
721ab54072
commit
10785e8960
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.licenses; {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Python module for native access to the systemd facilities";
|
||||
homepage = http://www.freedesktop.org/software/systemd/python-systemd/;
|
||||
license = licenses.lgpl21;
|
||||
|
Loading…
Reference in New Issue
Block a user