From b57ee8c33104523cd64426dd77770f0adc9731b3 Mon Sep 17 00:00:00 2001 From: Cillian de RĂ³iste Date: Sun, 16 Mar 2014 12:08:26 +0100 Subject: nixpkgs-lint: add the platforms meta attr for most of my packages --- pkgs/applications/audio/mid2key/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/audio/mid2key') diff --git a/pkgs/applications/audio/mid2key/default.nix b/pkgs/applications/audio/mid2key/default.nix index 1e163391a39..26ea2c7b0b2 100644 --- a/pkgs/applications/audio/mid2key/default.nix +++ b/pkgs/applications/audio/mid2key/default.nix @@ -21,5 +21,6 @@ stdenv.mkDerivation rec { description = "A simple tool which maps midi notes to simulated keystrokes"; license = licenses.gpl3; maintainers = [ maintainers.goibhniu ]; + platforms = platforms.linux; }; } -- cgit 1.4.1