Skip to content

Commit

Permalink
kikit: Use pythonRelaxDeps instead of patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb committed Aug 25, 2023
1 parent bb5c6ba commit 35b6a22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
9 changes: 6 additions & 3 deletions pkgs/kikit/solidpython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ in
hash = "sha256-3fJta2a5c8hV9FPwKn5pj01aBtsCGSRCz3vvxR/5n0Q=";
};

patches = [
# Unpin PrettyTable, see <https://github.com/SolidCode/SolidPython/issues/207>.
./prettytable.patch
nativeBuildInputs = [
python3.pkgs.pythonRelaxDepsHook
];

pythonRelaxDeps = [
"PrettyTable"
];

propagatedBuildInputs = with python3.pkgs;
Expand Down
12 changes: 0 additions & 12 deletions pkgs/kikit/solidpython/prettytable.patch

This file was deleted.

0 comments on commit 35b6a22

Please sign in to comment.