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