8 python3.pkgs.buildPythonApplication rec {
10 version = "3.0.1647431138";
13 src = fetchFromGitHub {
17 hash = "sha256-LSCJA5Ym1LuV3EZl6gnl9jTHGc8A1LXmR1fj0ZZc+po=";
21 python3.pkgs.poetry-core
24 propagatedBuildInputs = with python3.pkgs; [
30 nativeCheckInputs = with python3.pkgs; [
36 export PGUSER="nixbld";
39 # These all fail with "List argument must consist only of tuples or dictionaries":
40 # See this issue: https://github.com/djrobstep/migra/issues/232
54 description = "Like diff but for PostgreSQL schemas";
55 homepage = "https://github.com/djrobstep/migra";
56 license = with licenses; [ unlicense ];
57 maintainers = with maintainers; [ soispha ];