python3Packages.dscribe: use pname instead of name

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