libdatrie: Make multi-output
Reduce closure size of dependant packages.
This commit is contained in:
parent
c0f4dcb71d
commit
6f3941b20e
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ stdenv.mkDerivation rec {
|
|||
pname = "libdatrie";
|
||||
version = "2019-12-20";
|
||||
|
||||
outputs = [ "bin" "out" "lib" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tlwg";
|
||||
repo = "libdatrie";
|
||||
|
|
Loading…
Reference in a new issue