Loading pkgs/by-name/pd/pdfarranger/package.nix +11 −16 Original line number Diff line number Diff line { fetchFromGitHub , lib , wrapGAppsHook3 , python3Packages , gtk3 , poppler_gi , libhandy { fetchFromGitHub, lib, wrapGAppsHook3, python3Packages, gtk3, poppler_gi, libhandy, }: python3Packages.buildPythonApplication rec { Loading @@ -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 Loading @@ -44,9 +41,7 @@ python3Packages.buildPythonApplication rec { # incompatible with wrapGAppsHook3 strictDeps = false; dontWrapGApps = true; makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ]; makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ]; doCheck = false; # no tests Loading Loading
pkgs/by-name/pd/pdfarranger/package.nix +11 −16 Original line number Diff line number Diff line { fetchFromGitHub , lib , wrapGAppsHook3 , python3Packages , gtk3 , poppler_gi , libhandy { fetchFromGitHub, lib, wrapGAppsHook3, python3Packages, gtk3, poppler_gi, libhandy, }: python3Packages.buildPythonApplication rec { Loading @@ -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 Loading @@ -44,9 +41,7 @@ python3Packages.buildPythonApplication rec { # incompatible with wrapGAppsHook3 strictDeps = false; dontWrapGApps = true; makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ]; makeWrapperArgs = [ "\${gappsWrapperArgs[@]}" ]; doCheck = false; # no tests Loading