mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
libupnp: enable split outputs
This commit is contained in:
parent
154d026917
commit
112758e39d
|
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
|||
rev = "release-${version}";
|
||||
sha256 = "1daml02z4rs9cxls95p2v24jvwcsp43a0gqv06s84ay5yn6r47wx";
|
||||
};
|
||||
outputs = [ "dev" "out" ];
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue