python3.pkgs.dogtail: add dev output
So that propagatedBuildInputs do not pull gtk3.dev into the out closure.
This commit is contained in:
parent
dc6d7cd3f0
commit
758fa38581
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ buildPythonPackage {
|
|||
pname = "dogtail";
|
||||
version = "0.9.11";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
# https://gitlab.com/dogtail/dogtail/issues/1
|
||||
# src = fetchPypi {
|
||||
# inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue