Commit 289411e9 authored by László Vaskó's avatar László Vaskó
Browse files

sasquatch: format package.nix to match RFC style

parent 17fb7dfa
Loading
Loading
Loading
Loading
+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
@@ -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