python3Packages.molbar: use pname instead of name

This commit is contained in:
jopejoe1
2024-12-03 19:45:11 +01:00
parent d8af5c5da2
commit da1f921455
@@ -19,7 +19,7 @@
}:
buildPythonPackage rec {
name = "MolBar";
pname = "MolBar";
version = "1.1.1";
src = fetchgit {