mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-29 12:08:29 +00:00
libupnp: enable split outputs
This commit is contained in:
parent
154d026917
commit
112758e39d
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
rev = "release-${version}";
|
rev = "release-${version}";
|
||||||
sha256 = "1daml02z4rs9cxls95p2v24jvwcsp43a0gqv06s84ay5yn6r47wx";
|
sha256 = "1daml02z4rs9cxls95p2v24jvwcsp43a0gqv06s84ay5yn6r47wx";
|
||||||
};
|
};
|
||||||
|
outputs = [ "dev" "out" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue