Several licenses are currently deprecated in Nixpkgs and will theoretically someday be removed. It would be nice if nixpkgs-vet could flag these licenses when they're used, so that progress can be made on switching to better licenses.
The licenses all have a deprecated = true attribute, so theoretically it should be pretty easy to determine if one is used.
This would close NixOS/nixpkgs#304000.
Several licenses are currently deprecated in Nixpkgs and will theoretically someday be removed. It would be nice if nixpkgs-vet could flag these licenses when they're used, so that progress can be made on switching to better licenses.
The licenses all have a
deprecated = trueattribute, so theoretically it should be pretty easy to determine if one is used.This would close NixOS/nixpkgs#304000.