From f8240030f11bc84f78db06995c1791d70ab92177 Mon Sep 17 00:00:00 2001 From: bencahill Date: Tue, 20 Aug 2013 16:56:26 -0500 Subject: [PATCH] nvpy: Add platforms --- pkgs/applications/misc/nvpy/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/nvpy/default.nix b/pkgs/applications/misc/nvpy/default.nix index 2eb25ac83fe8..9b11d1f8118d 100644 --- a/pkgs/applications/misc/nvpy/default.nix +++ b/pkgs/applications/misc/nvpy/default.nix @@ -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; }; }