more platforms.gnu -> gnu ++ linux changes, manually

This commit is contained in:
Will Dietz
2018-04-30 18:14:44 -05:00
parent 9bbac8b3bf
commit 9bde5abedd
3 changed files with 3 additions and 3 deletions
@@ -89,6 +89,6 @@ pythonPackages.buildPythonApplication rec {
homepage = http://tahoe-lafs.org/;
license = [ lib.licenses.gpl2Plus /* or */ "TGPPLv1+" ];
maintainers = with lib.maintainers; [ MostAwesomeDude ];
platforms = lib.platforms.gnu; # arbitrary choice
platforms = lib.platforms.gnu ++ lib.platforms.linux;
};
}