Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
grass-plugins: fix r-in-vect plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Aug 15, 2024
1 parent b3bb252 commit d272530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@
plugin = value;

inherit grass;
python3-gdal = python-packages.python3.gdal;
};
}
)
Expand Down
3 changes: 3 additions & 0 deletions pkgs/grass/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
, pkg-config
, postgresql
, python3
, python3-gdal
}:

let
Expand Down Expand Up @@ -53,6 +54,7 @@ stdenv.mkDerivation {
# python
matplotlib
numpy
python3-gdal
six
];

Expand All @@ -64,6 +66,7 @@ stdenv.mkDerivation {
++ lib.optionals (name == "r-edm-eval") [ pandas ]
++ lib.optionals (name == "i-eodag") [ pytz ]
++ lib.optionals (name == "wx-metadata") [ wxpython ]
++ lib.optionals (name == "r-in-vect") [ python3-gdal ]

# non python
++ lib.optionals (name == "r-out-tiff") [ libtiff ]
Expand Down

0 comments on commit d272530

Please sign in to comment.