Skip to content

Commit

Permalink
grab-site: address feedback in #321601
Browse files Browse the repository at this point in the history
  • Loading branch information
pastly committed Jun 30, 2024
1 parent 7110585 commit 5aa91a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/by-name/gr/grab-site/package.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{ lib
, python312
, fetchPypi
, fetchFromGitHub
, buildPythonApplication
, python
, pythonOlder
, ludios_wpull
}:
with python312.pkgs;
buildPythonApplication rec {
pname = "grab-site";
version = "2.2.7";
Expand All @@ -22,7 +24,7 @@ buildPythonApplication rec {
--replace-fail '"wpull @ https://github.com/ArchiveTeam/ludios_wpull/tarball/master#egg=wpull-3.0.9"' '"wpull"'
'';

propagatedBuildInputs = [
propagatedBuildInputs = with python.pkgs; [
click
ludios_wpull
manhole
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8532,6 +8532,8 @@ with pkgs;

gql = callPackage ../applications/version-management/gql { };

grab-site = python312Packages.callPackage ../by-name/gr/grab-site/package.nix { };

grafterm = callPackage ../tools/misc/grafterm { };

gradience = callPackage ../applications/misc/gradience { };
Expand Down

0 comments on commit 5aa91a4

Please sign in to comment.