Commit 2a0daa50 authored by Dmitry Shachnev's avatar Dmitry Shachnev
Browse files

python3Packages.aiosql: Make "out" the first derivation

This way, "PYTHONPATH=${python3.pkgs.aiosql}/${python3.sitePackages}"
will produce the correct result.
parent 60481d51
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@ buildPythonPackage rec {
  pyproject = true;

  outputs = [
    "doc"
    "out"
    "doc"
  ];

  src = fetchFromGitHub {