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