steghide: Format using nixfmt-rfc-style

This commit is contained in:
Zhong Jianxin 2024-11-03 20:34:32 +08:00
parent 870ac8293a
commit cebf6fb825

View File

@ -1,11 +1,12 @@
{ lib
, stdenv
, fetchFromGitHub
, autoreconfHook
, libjpeg
, libmcrypt
, libmhash
, zlib
{
lib,
stdenv,
fetchFromGitHub,
autoreconfHook,
libjpeg,
libmcrypt,
libmhash,
zlib,
}:
stdenv.mkDerivation (finalAttrs: {
@ -24,10 +25,10 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
libjpeg
libmcrypt
libmhash
zlib
libjpeg
libmcrypt
libmhash
zlib
];
postPatch = ''