vit: enable on all

Fixes #39762
This commit is contained in:
Matthew Justin Bauer
2018-04-30 17:44:42 -05:00
committed by GitHub
parent e383a73c48
commit eb8e6f1f01

View File

@@ -29,7 +29,7 @@ stdenv.mkDerivation {
meta = {
description = "Visual Interactive Taskwarrior";
maintainers = with pkgs.lib.maintainers; [ ];
platforms = pkgs.lib.platforms.linux;
platforms = pkgs.lib.platforms.all;
license = pkgs.lib.licenses.gpl3;
};
}