about summary refs log tree commit diff
path: root/pkgs/applications/misc/openlp
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-19 17:28:43 +0000
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-19 21:36:02 +0100
commit9e7f9a402b3176d2a866b883f64878d196690792 (patch)
tree01b2c6265857df68ee00adf1cfb8f696538b2dd1 /pkgs/applications/misc/openlp
parent0981423ea1a6991121d004a74bca498df78ec062 (diff)
python310Packages.mako: Normalize attribute, pname, dirname
Diffstat (limited to 'pkgs/applications/misc/openlp')
-rw-r--r--pkgs/applications/misc/openlp/lib.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/openlp/lib.nix b/pkgs/applications/misc/openlp/lib.nix
index 4a61ab65376db..045211c3af6a6 100644
--- a/pkgs/applications/misc/openlp/lib.nix
+++ b/pkgs/applications/misc/openlp/lib.nix
@@ -4,7 +4,7 @@
 
 # python deps
 , python, buildPythonPackage
-, alembic, beautifulsoup4, chardet, lxml, Mako, pyenchant
+, alembic, beautifulsoup4, chardet, lxml, mako, pyenchant
 , pyqt5_with_qtwebkit, pyxdg, sip_4, sqlalchemy, sqlalchemy-migrate
 }:
 
@@ -37,7 +37,7 @@ buildPythonPackage rec {
     beautifulsoup4
     chardet
     lxml
-    Mako
+    mako
     pyenchant
     pyqt5_with_qtwebkit
     pyxdg