vxl: change license to unfree for now
While nominally under a free license, the package appears to contain files under a nonfree license which contradict the project license, and these would need to be patched out as per https://github.com/InsightSoftwareConsortium/ITK/pull/1920/files.
This commit is contained in:
parent
03dbd9a27c
commit
395d7ff4de
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue