tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python.pkgs.systemd: fix eval
Joachim Fasting
8 years ago
10785e89
721ab540
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
systemd
default.nix
+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;