about summary refs log tree commit diff
path: root/pkgs/development/libraries/gdcm
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-07-27 15:36:55 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2021-07-27 20:37:04 +0200
commit8fab49cd7bbcf3b7db5aa37ca7a75d87285584b2 (patch)
treeaef26eb4d835c4335df6fc7e2e58c0c5bc6b2050 /pkgs/development/libraries/gdcm
parent95cdecf2c2ddd45fac5682bb925c238c98fd5c34 (diff)
gdcm: python is only used when called from python-packages.nix
Diffstat (limited to 'pkgs/development/libraries/gdcm')
-rw-r--r--pkgs/development/libraries/gdcm/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gdcm/default.nix b/pkgs/development/libraries/gdcm/default.nix
index 86d80a529d59f..af4a5a38f7eb2 100644
--- a/pkgs/development/libraries/gdcm/default.nix
+++ b/pkgs/development/libraries/gdcm/default.nix
@@ -7,7 +7,7 @@
 , ApplicationServices
 , Cocoa
 , enablePython ? false
-, python
+, python ? null
 , swig
 }: