lol

nixpkgs-lint: add the platforms meta attr for most of my packages

+21 -8
+1 -1
pkgs/applications/audio/a2jmidid/default.nix
··· 22 22 description = "Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system"; 23 23 license = licenses.gpl2; 24 24 maintainers = [ maintainers.goibhniu ]; 25 - 25 + platforms = platforms.linux; 26 26 }; 27 27 }
+1
pkgs/applications/audio/gigedit/default.nix
··· 26 26 description = "Gigasampler file access library"; 27 27 license = licenses.gpl2; 28 28 maintainers = [ maintainers.goibhniu ]; 29 + platforms = platforms.linux; 29 30 }; 30 31 }
+1
pkgs/applications/audio/jalv/default.nix
··· 25 25 homepage = http://drobilla.net/software/jalv; 26 26 license = licenses.isc; 27 27 maintainers = [ maintainers.goibhniu ]; 28 + platforms = platforms.linux; 28 29 }; 29 30 }
+1 -1
pkgs/applications/audio/lash/default.nix
··· 25 25 ''; 26 26 27 27 meta = with stdenv.lib; { 28 - description = "LASH Audio Session Handler"; 28 + description = "A Linux Audio Session Handler"; 29 29 longDescription = '' 30 30 Session management system for GNU/Linux audio applications. 31 31 '';
+1
pkgs/applications/audio/mid2key/default.nix
··· 21 21 description = "A simple tool which maps midi notes to simulated keystrokes"; 22 22 license = licenses.gpl3; 23 23 maintainers = [ maintainers.goibhniu ]; 24 + platforms = platforms.linux; 24 25 }; 25 26 }
+1
pkgs/applications/audio/qsampler/default.nix
··· 20 20 description = "graphical frontend to LinuxSampler"; 21 21 license = licenses.gpl2; 22 22 maintainers = [ maintainers.goibhniu ]; 23 + platforms = platforms.linux; 23 24 }; 24 25 }
+1 -1
pkgs/development/libraries/audio/lilv/default.nix
··· 22 22 description = "A C library to make the use of LV2 plugins"; 23 23 license = licenses.mit; 24 24 maintainers = [ maintainers.goibhniu ]; 25 - 25 + platforms = platforms.linux; 26 26 }; 27 27 }
+1 -1
pkgs/development/libraries/audio/lv2/default.nix
··· 22 22 description = "A plugin standard for audio systems"; 23 23 license = licenses.mit; 24 24 maintainers = [ maintainers.goibhniu ]; 25 - 25 + platforms = platforms.linux; 26 26 }; 27 27 }
+1 -1
pkgs/development/libraries/audio/sratom/default.nix
··· 22 22 description = "A library for serialising LV2 atoms to/from RDF"; 23 23 license = licenses.mit; 24 24 maintainers = [ maintainers.goibhniu ]; 25 - 25 + platforms = platforms.linux; 26 26 }; 27 27 }
+1 -1
pkgs/development/libraries/audio/suil/default.nix
··· 22 22 description = "A lightweight C library for loading and wrapping LV2 plugin UIs"; 23 23 license = licenses.mit; 24 24 maintainers = [ maintainers.goibhniu ]; 25 - 25 + platforms = platforms.linux; 26 26 }; 27 27 }
+1
pkgs/development/libraries/libconfig/default.nix
··· 14 14 description = "a simple library for processing structured configuration files"; 15 15 license = licenses.lgpl3; 16 16 maintainers = [ maintainers.goibhniu ]; 17 + platforms = platforms.linux; 17 18 }; 18 19 }
+1
pkgs/development/libraries/libgig/default.nix
··· 19 19 description = "Gigasampler file access library"; 20 20 license = licenses.gpl2; 21 21 maintainers = [ maintainers.goibhniu ]; 22 + platforms = platforms.linux; 22 23 }; 23 24 }
+1
pkgs/development/libraries/liblscp/default.nix
··· 19 19 description = "LinuxSampler Control Protocol (LSCP) wrapper library"; 20 20 license = licenses.gpl2; 21 21 maintainers = [ maintainers.goibhniu ]; 22 + platforms = platforms.linux; 22 23 }; 23 24 }
+1 -1
pkgs/development/libraries/serd/default.nix
··· 22 22 description = "A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples"; 23 23 license = licenses.mit; 24 24 maintainers = [ maintainers.goibhniu ]; 25 - 25 + platforms = platforms.linux; 26 26 }; 27 27 }
+1 -1
pkgs/development/libraries/sord/default.nix
··· 22 22 description = "A lightweight C library for storing RDF data in memory"; 23 23 license = licenses.mit; 24 24 maintainers = [ maintainers.goibhniu ]; 25 - 25 + platforms = platforms.linux; 26 26 }; 27 27 }
+1
pkgs/development/tools/selenium/chromedriver/default.nix
··· 31 31 description = "A WebDriver server for running Selenium tests on Chrome"; 32 32 license = licenses.bsd3; 33 33 maintainers = [ maintainers.goibhniu ]; 34 + platforms = platforms.linux; 34 35 }; 35 36 }
+1
pkgs/misc/themes/gtk2/oxygen-gtk/default.nix
··· 19 19 homepage = https://projects.kde.org/projects/playground/artwork/oxygen-gtk; 20 20 license = licenses.lgpl2; 21 21 maintainers = [ maintainers.goibhniu ]; 22 + platforms = platforms.linux; 22 23 }; 23 24 }
+1
pkgs/os-specific/linux/ffado/default.nix
··· 44 44 description = "FireWire audio drivers"; 45 45 license = licenses.gpl3; 46 46 maintainers = [ maintainers.goibhniu ]; 47 + platforms = platforms.linux; 47 48 }; 48 49 }
+1
pkgs/os-specific/linux/plymouth/default.nix
··· 52 52 description = "A graphical boot animation"; 53 53 license = licenses.gpl2; 54 54 maintainers = [ maintainers.goibhniu ]; 55 + platforms = platforms.linux; 55 56 }; 56 57 }
+1
pkgs/tools/text/podiff/default.nix
··· 20 20 homepage = http://puszcza.gnu.org.ua/software/podiff; 21 21 license = licenses.gpl3Plus; 22 22 maintainers = [ maintainers.goibhniu ]; 23 + platforms = platforms.linux; 23 24 }; 24 25 }
+1
pkgs/tools/text/uni2ascii/default.nix
··· 34 34 similar ASCII characters, e.g. by stripping diacritics. 35 35 ''; 36 36 maintainers = [ "cillian.deroiste@gmail.com" ]; 37 + platforms = stdenv.lib.platforms.linux; 37 38 }; 38 39 }