Loading pkgs/by-name/sa/sasquatch/package.nix +18 −11 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , lz4 , lzo , which , xz , zlib , zstd , bigEndian ? false { lib, stdenv, fetchFromGitHub, lz4, lzo, which, xz, zlib, zstd, bigEndian ? false, }: let Loading @@ -26,7 +27,13 @@ let strictDeps = true; nativeBuildInputs = [ which ]; buildInputs = [ zlib xz zstd lz4 lzo ]; buildInputs = [ zlib xz zstd lz4 lzo ]; preBuild = '' cd squashfs-tools Loading Loading
pkgs/by-name/sa/sasquatch/package.nix +18 −11 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , lz4 , lzo , which , xz , zlib , zstd , bigEndian ? false { lib, stdenv, fetchFromGitHub, lz4, lzo, which, xz, zlib, zstd, bigEndian ? false, }: let Loading @@ -26,7 +27,13 @@ let strictDeps = true; nativeBuildInputs = [ which ]; buildInputs = [ zlib xz zstd lz4 lzo ]; buildInputs = [ zlib xz zstd lz4 lzo ]; preBuild = '' cd squashfs-tools Loading