3
0
Fork 0
forked from mirrors/nixpkgs

mozlz4a: enable build on Darwin

See https://github.com/NixOS/nixpkgs/issues/196018
This commit is contained in:
Paul S 2022-10-14 18:05:48 +01:00 committed by GitHub
parent 34e6ab66ea
commit 28b5b053a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "A script to handle Mozilla's mozlz4 files";
license = lib.licenses.bsd2;
maintainers = [lib.maintainers.raskin];
platforms = lib.platforms.linux;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
homepage = "https://gist.githubusercontent.com/Tblue/62ff47bef7f894e92ed5";
};
}