nvpy: Add platforms
This commit is contained in:
parent
ba1ed681b6
commit
f8240030f1
|
@ -29,6 +29,7 @@ buildPythonPackage rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simplenote-syncing note-taking tool inspired by Notational Velocity";
|
description = "A simplenote-syncing note-taking tool inspired by Notational Velocity";
|
||||||
homepage = "https://github.com/cpbotha/nvpy";
|
homepage = "https://github.com/cpbotha/nvpy";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = pkgs.lib.licenses.bsd3;
|
license = pkgs.lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue