imageworsener: format with nixfmt-rfc-style
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{ lib, stdenv
|
||||
, fetchurl
|
||||
, zlib
|
||||
, libpng
|
||||
, libjpeg
|
||||
, libwebp
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchurl,
|
||||
zlib,
|
||||
libpng,
|
||||
libjpeg,
|
||||
libwebp,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -24,7 +26,12 @@ stdenv.mkDerivation rec {
|
||||
cp readme.txt technical.txt $out/share/doc/imageworsener
|
||||
'';
|
||||
|
||||
buildInputs = [ zlib libpng libjpeg libwebp ];
|
||||
buildInputs = [
|
||||
zlib
|
||||
libpng
|
||||
libjpeg
|
||||
libwebp
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
@@ -35,7 +42,10 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://entropymine.com/imageworsener/";
|
||||
changelog = "https://github.com/jsummers/${pname}/blob/${version}/changelog.txt";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ emily smitop ];
|
||||
maintainers = with maintainers; [
|
||||
emily
|
||||
smitop
|
||||
];
|
||||
mainProgram = "imagew";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user