Merge pull request #849 from bencahill/master

nvpy: Add platforms
This commit is contained in:
Domen Kožar 2013-08-20 15:00:52 -07:00
commit 8cd9be89fd

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;
};
}