libjxl: split outputs
Prevent brotli.dev reference from ending up in out due to brotli being propagated.
This commit is contained in:
@@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
||||
pname = "libjxl";
|
||||
version = "0.6.1";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libjxl";
|
||||
repo = "libjxl";
|
||||
|
||||
Reference in New Issue
Block a user