Loading pkgs/desktops/xfce/applications/catfish/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,12 @@ python3Packages.buildPythonApplication rec { # Disable check because there is no test in the source distribution doCheck = false; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; passthru.updateScript = gitUpdater { rev-prefix = "${pname}-"; }; meta = with lib; { Loading Loading
pkgs/desktops/xfce/applications/catfish/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -64,6 +64,12 @@ python3Packages.buildPythonApplication rec { # Disable check because there is no test in the source distribution doCheck = false; dontWrapGApps = true; preFixup = '' makeWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; passthru.updateScript = gitUpdater { rev-prefix = "${pname}-"; }; meta = with lib; { Loading