Loading pkgs/development/libraries/gdcm/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , vtk , ApplicationServices , Cocoa , libiconv , enablePython ? false , python ? null , swig Loading Loading @@ -43,6 +44,7 @@ stdenv.mkDerivation rec { ] ++ lib.optionals stdenv.isDarwin [ ApplicationServices Cocoa libiconv ] ++ lib.optionals enablePython [ swig python ]; meta = with lib; { Loading @@ -54,5 +56,6 @@ stdenv.mkDerivation rec { homepage = "https://gdcm.sourceforge.net/"; license = with licenses; [ bsd3 asl20 ]; maintainers = with maintainers; [ tfmoraes ]; platforms = platforms.all; }; } Loading
pkgs/development/libraries/gdcm/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ , vtk , ApplicationServices , Cocoa , libiconv , enablePython ? false , python ? null , swig Loading Loading @@ -43,6 +44,7 @@ stdenv.mkDerivation rec { ] ++ lib.optionals stdenv.isDarwin [ ApplicationServices Cocoa libiconv ] ++ lib.optionals enablePython [ swig python ]; meta = with lib; { Loading @@ -54,5 +56,6 @@ stdenv.mkDerivation rec { homepage = "https://gdcm.sourceforge.net/"; license = with licenses; [ bsd3 asl20 ]; maintainers = with maintainers; [ tfmoraes ]; platforms = platforms.all; }; }