libdatrie: Make multi-output
Reduce closure size of dependant packages.
This commit is contained in:
@@ -7,6 +7,8 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "libdatrie";
|
pname = "libdatrie";
|
||||||
version = "2019-12-20";
|
version = "2019-12-20";
|
||||||
|
|
||||||
|
outputs = [ "bin" "out" "lib" "dev" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tlwg";
|
owner = "tlwg";
|
||||||
repo = "libdatrie";
|
repo = "libdatrie";
|
||||||
|
|||||||
Reference in New Issue
Block a user