Loading pkgs/by-name/ed/eduvpn-client/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,10 @@ python3Packages.buildPythonApplication rec { setuptools ]; postInstall = '' ln -s $out/${python3Packages.python.sitePackages}/eduvpn/data/share/ $out/share ''; checkInputs = with python3Packages; [ pytestCheckHook ]; Loading Loading
pkgs/by-name/ed/eduvpn-client/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,10 @@ python3Packages.buildPythonApplication rec { setuptools ]; postInstall = '' ln -s $out/${python3Packages.python.sitePackages}/eduvpn/data/share/ $out/share ''; checkInputs = with python3Packages; [ pytestCheckHook ]; Loading