python312Packages.gdcm: fix pname (#372504)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gdcm";
|
||||
pname = if enablePython then "python-gdcm" else "gdcm";
|
||||
version = "3.0.24";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user