python3.pkgs.dogtail: add dev output
So that propagatedBuildInputs do not pull gupnp.dev into the out closure.
This commit is contained in:
parent
758fa38581
commit
050a1d0a6e
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
pname = "dleyna-core";
|
||||
version = "0.6.0";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
Loading…
Reference in New Issue
Block a user