python3Packages.aiosql: Make "out" the first derivation

This way, "PYTHONPATH=${python3.pkgs.aiosql}/${python3.sitePackages}"
will produce the correct result.
This commit is contained in:
Dmitry Shachnev
2025-12-09 22:06:06 +03:00
parent 60481d51c3
commit 2a0daa500b
@@ -20,8 +20,8 @@ buildPythonPackage rec {
pyproject = true;
outputs = [
"doc"
"out"
"doc"
];
src = fetchFromGitHub {