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

vxl: change license to unfree for now
This commit is contained in:
Rick van Schijndel 2023-11-09 19:20:42 +01:00 committed by GitHub
commit baa32b9a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,9 @@ stdenv.mkDerivation rec {
meta = {
description = "C++ Libraries for Computer Vision Research and Implementation";
homepage = "https://vxl.sourceforge.net/";
license = "VXL License";
# license appears contradictory; see https://github.com/vxl/vxl/issues/752
# (and see https://github.com/InsightSoftwareConsortium/ITK/pull/1920/files for potential patch)
license = [ lib.licenses.unfree ];
maintainers = with lib.maintainers; [viric];
platforms = with lib.platforms; linux;
};