nvpy: Add platforms

This commit is contained in:
bencahill 2013-08-20 16:56:26 -05:00
parent ba1ed681b6
commit f8240030f1

View File

@ -29,6 +29,7 @@ buildPythonPackage rec {
meta = {
description = "A simplenote-syncing note-taking tool inspired by Notational Velocity";
homepage = "https://github.com/cpbotha/nvpy";
platforms = stdenv.lib.platforms.linux;
license = pkgs.lib.licenses.bsd3;
};
}