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:
@@ -20,8 +20,8 @@ buildPythonPackage rec {
|
||||
pyproject = true;
|
||||
|
||||
outputs = [
|
||||
"doc"
|
||||
"out"
|
||||
"doc"
|
||||
];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user