libdatrie: Make multi-output

Reduce closure size of dependant packages.
This commit is contained in:
adisbladis 2021-02-16 20:59:04 +01:00
parent c0f4dcb71d
commit 6f3941b20e
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -7,6 +7,8 @@ stdenv.mkDerivation rec {
pname = "libdatrie";
version = "2019-12-20";
outputs = [ "bin" "out" "lib" "dev" ];
src = fetchFromGitHub {
owner = "tlwg";
repo = "libdatrie";