python.pkgs.systemd: fix eval

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