3
0
Fork 0
forked from mirrors/nixpkgs

python.pkgs.systemd: fix eval

This commit is contained in:
Joachim Fasting 2017-06-05 19:28:15 +02:00
parent 721ab54072
commit 10785e8960
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -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;