Loading pkgs/development/python-modules/orange-canvas-core/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ buildPythonPackage rec { homepage = "https://github.com/biolab/orange-canvas-core"; changelog = "https://github.com/biolab/orange-canvas-core/releases/tag/${src.tag}"; license = [ lib.licenses.gpl3 ]; maintainers = [ lib.maintainers.lucasew ]; maintainers = [ ]; # Segmentation fault during tests broken = stdenv.hostPlatform.isDarwin; }; Loading pkgs/development/python-modules/orange-widget-base/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -66,6 +66,6 @@ buildPythonPackage rec { description = "Implementation of the base OWBaseWidget class and utilities for use in Orange Canvas workflows"; homepage = "https://github.com/biolab/orange-widget-base"; license = [ lib.licenses.gpl3Plus ]; maintainers = [ lib.maintainers.lucasew ]; maintainers = [ ]; }; } pkgs/development/python-modules/orange3/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ let homepage = "https://orangedatamining.com/"; changelog = "https://github.com/biolab/orange3/blob/${src.tag}/CHANGELOG.md"; license = [ lib.licenses.gpl3Plus ]; maintainers = [ lib.maintainers.lucasew ]; maintainers = [ ]; mainProgram = "orange-canvas"; }; }; Loading Loading
pkgs/development/python-modules/orange-canvas-core/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ buildPythonPackage rec { homepage = "https://github.com/biolab/orange-canvas-core"; changelog = "https://github.com/biolab/orange-canvas-core/releases/tag/${src.tag}"; license = [ lib.licenses.gpl3 ]; maintainers = [ lib.maintainers.lucasew ]; maintainers = [ ]; # Segmentation fault during tests broken = stdenv.hostPlatform.isDarwin; }; Loading
pkgs/development/python-modules/orange-widget-base/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -66,6 +66,6 @@ buildPythonPackage rec { description = "Implementation of the base OWBaseWidget class and utilities for use in Orange Canvas workflows"; homepage = "https://github.com/biolab/orange-widget-base"; license = [ lib.licenses.gpl3Plus ]; maintainers = [ lib.maintainers.lucasew ]; maintainers = [ ]; }; }
pkgs/development/python-modules/orange3/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ let homepage = "https://orangedatamining.com/"; changelog = "https://github.com/biolab/orange3/blob/${src.tag}/CHANGELOG.md"; license = [ lib.licenses.gpl3Plus ]; maintainers = [ lib.maintainers.lucasew ]; maintainers = [ ]; mainProgram = "orange-canvas"; }; }; Loading