Merge pull request #30223 from woffs/platforms

devtodo: adjust platforms
This commit is contained in:
Orivej Desh 2017-10-08 21:27:33 +00:00 committed by GitHub
commit fc5b50dc96
2 changed files with 2 additions and 1 deletions

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
description = "A hierarchical command-line task manager";
license = licenses.gpl2;
maintainers = [ maintainers.woffs ];
platforms = platforms.all;
platforms = platforms.linux;
};
}

View file

@ -26,5 +26,6 @@ python3Packages.buildPythonApplication rec {
homepage = https://github.com/garabik/unicode;
license = licenses.gpl3;
maintainers = [ maintainers.woffs ];
platforms = platforms.all;
};
}