Commit 0b113839 authored by keksdudel's avatar keksdudel
Browse files

eduvpn-client: symlink share folder into package root

parent 3a996b66
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -40,6 +40,10 @@ python3Packages.buildPythonApplication rec {
    setuptools
  ];

  postInstall = ''
    ln -s $out/${python3Packages.python.sitePackages}/eduvpn/data/share/ $out/share
  '';

  checkInputs = with python3Packages; [
    pytestCheckHook
  ];