about summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2022-03-24 22:55:34 -0500
committerGitHub <noreply@github.com>2022-03-24 22:55:34 -0500
commit1cf5591a99f9d1f0b4bff66f1533917f4c597112 (patch)
tree782e1b7783c83738883e57937f0d975645e9ceed /pkgs/applications/gis
parentcee88c2a1f636a3eaf5a1a07ed8ee904b1e22116 (diff)
parente0476d93fe71dabae965f153724648df813c4fe0 (diff)
Merge pull request #165303 from Stunkymonkey/treewide-pname-version-18
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/grass/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/gis/grass/default.nix b/pkgs/applications/gis/grass/default.nix
index 5ca31cc040528..36664a2d49cd3 100644
--- a/pkgs/applications/gis/grass/default.nix
+++ b/pkgs/applications/gis/grass/default.nix
@@ -5,7 +5,7 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "grass";
+  pname = "grass";
   version = "7.8.6";
 
   src = with lib; fetchFromGitHub {