libjxl: split outputs
Prevent brotli.dev reference from ending up in out due to brotli being propagated.
This commit is contained in:
parent
ff630bdc67
commit
4eb32471e0
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||
pname = "libjxl";
|
||||
version = "0.6.1";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libjxl";
|
||||
repo = "libjxl";
|
||||
|
|
Loading…
Reference in a new issue