pdfarranger: nixfmt-rfc-style

This commit is contained in:
éclairevoyant
2024-07-04 15:19:52 -04:00
parent 0cdfbcb1c6
commit fdbeea2a9f
+11 -16
View File
@@ -1,10 +1,11 @@
{ fetchFromGitHub
, lib
, wrapGAppsHook3
, python3Packages
, gtk3
, poppler_gi
, libhandy
{
fetchFromGitHub,
lib,
wrapGAppsHook3,
python3Packages,
gtk3,
poppler_gi,
libhandy,
}:
python3Packages.buildPythonApplication rec {
@@ -19,13 +20,9 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-bHV6EluA7xp+HyejnSWJwfRBDcTuZq5Gzz0KWIs0qhA=";
};
nativeBuildInputs = [
wrapGAppsHook3
];
nativeBuildInputs = [ wrapGAppsHook3 ];
build-system = with python3Packages; [
setuptools
];
build-system = with python3Packages; [ setuptools ];
buildInputs = [
gtk3
@@ -44,9 +41,7 @@ python3Packages.buildPythonApplication rec {
# incompatible with wrapGAppsHook3
strictDeps = false;
dontWrapGApps = true;
makeWrapperArgs = [
"\${gappsWrapperArgs[@]}"
];
makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ];
doCheck = false; # no tests