steghide: Format using nixfmt-rfc-style
This commit is contained in:
parent
870ac8293a
commit
cebf6fb825
@ -1,11 +1,12 @@
|
|||||||
{ lib
|
{
|
||||||
, stdenv
|
lib,
|
||||||
, fetchFromGitHub
|
stdenv,
|
||||||
, autoreconfHook
|
fetchFromGitHub,
|
||||||
, libjpeg
|
autoreconfHook,
|
||||||
, libmcrypt
|
libjpeg,
|
||||||
, libmhash
|
libmcrypt,
|
||||||
, zlib
|
libmhash,
|
||||||
|
zlib,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
@ -24,10 +25,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libjpeg
|
libjpeg
|
||||||
libmcrypt
|
libmcrypt
|
||||||
libmhash
|
libmhash
|
||||||
zlib
|
zlib
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user