about summary refs log tree commit diff
path: root/pkgs/applications/misc/gramps
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-22 16:30:58 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-28 18:09:57 +0100
commitbbbb7a79cd05f8cfe483616f1edeb6679ae94e72 (patch)
tree99525c01c6e3cd5518841a5c79dd47093187b614 /pkgs/applications/misc/gramps
parent78555d7540db828a8bbcd708263b6439470a9abe (diff)
python3Packges.pyicu: rename from PyICU
Diffstat (limited to 'pkgs/applications/misc/gramps')
-rw-r--r--pkgs/applications/misc/gramps/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/gramps/default.nix b/pkgs/applications/misc/gramps/default.nix
index 7365d297e3b80..9424ceeee51fe 100644
--- a/pkgs/applications/misc/gramps/default.nix
+++ b/pkgs/applications/misc/gramps/default.nix
@@ -29,7 +29,7 @@ in buildPythonApplication rec {
     sha256 = "00358nzyw686ypqv45imc5k9frcqnhla0hpx9ynna3iy6iz5006x";
   };
 
-  pythonPath = with pythonPackages; [ bsddb3 PyICU pygobject3 pycairo ];
+  pythonPath = with pythonPackages; [ bsddb3 pyicu pygobject3 pycairo ];
 
   # Same installPhase as in buildPythonApplication but without --old-and-unmanageble
   # install flag.