python.pkgs.systemd: fix eval

+1 -1
+1 -1
pkgs/development/python-modules/systemd/default.nix
··· 16 16 17 17 doCheck = false; 18 18 19 - meta = with stdenv.licenses; { 19 + meta = with stdenv.lib; { 20 20 description = "Python module for native access to the systemd facilities"; 21 21 homepage = http://www.freedesktop.org/software/systemd/python-systemd/; 22 22 license = licenses.lgpl21;