mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
nvpy: Add platforms
This commit is contained in:
parent
ba1ed681b6
commit
f8240030f1
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user