Commit cebf6fb8 authored by Zhong Jianxin's avatar Zhong Jianxin
Browse files

steghide: Format using nixfmt-rfc-style

parent 870ac829
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, autoreconfHook
, libjpeg
, libmcrypt
, libmhash
, zlib
{
  lib,
  stdenv,
  fetchFromGitHub,
  autoreconfHook,
  libjpeg,
  libmcrypt,
  libmhash,
  zlib,
}:

stdenv.mkDerivation (finalAttrs: {