Skip to content

Commit

Permalink
fittrackee: use psycopg2-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Sep 3, 2024
1 parent a402cd7 commit d22c1f8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkgs/by-name/fi/fittrackee/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ python.pkgs.buildPythonApplication rec {
hash = "sha256-lTDS+HfYG6ayXDotu7M2LUrw+1ZhQ0ftw0rTn4Mr3rQ=";
};

postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail psycopg2-binary psycopg2
'';

build-system = [
python.pkgs.poetry-core
];
Expand Down Expand Up @@ -70,7 +65,7 @@ python.pkgs.buildPythonApplication rec {
gpxpy
gunicorn
humanize
psycopg2
psycopg2-binary
pyjwt
pyopenssl
pytz
Expand Down

0 comments on commit d22c1f8

Please sign in to comment.