libjxl: split outputs

Prevent brotli.dev reference from ending up in out due to brotli being propagated.
This commit is contained in:
Jan Tojnar 2022-08-03 02:02:21 +02:00
parent ff630bdc67
commit 4eb32471e0

View file

@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
pname = "libjxl";
version = "0.6.1";
outputs = [ "out" "dev" ];
src = fetchFromGitHub {
owner = "libjxl";
repo = "libjxl";