lol

Merge pull request #266107 from bcdarwin/vxl-mark-unfree

vxl: change license to unfree for now

authored by

Rick van Schijndel and committed by
GitHub
baa32b9a 00a5a056

+3 -1
+3 -1
pkgs/development/libraries/vxl/default.nix
··· 16 16 meta = { 17 17 description = "C++ Libraries for Computer Vision Research and Implementation"; 18 18 homepage = "https://vxl.sourceforge.net/"; 19 - license = "VXL License"; 19 + # license appears contradictory; see https://github.com/vxl/vxl/issues/752 20 + # (and see https://github.com/InsightSoftwareConsortium/ITK/pull/1920/files for potential patch) 21 + license = [ lib.licenses.unfree ]; 20 22 maintainers = with lib.maintainers; [viric]; 21 23 platforms = with lib.platforms; linux; 22 24 };