alsa: set meta.platform for ALSA-related packages to Linux

This commit is contained in:
Peter Simons
2013-12-06 19:26:34 +01:00
parent ab98496d0b
commit 87e87bd56c
3 changed files with 34 additions and 31 deletions
@@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = http://www.alsa-project.org/;
description = "ALSA, the Advanced Linux Sound Architecture utils";
longDescription = ''
@@ -30,6 +31,6 @@ stdenv.mkDerivation rec {
MIDI functionality to the Linux-based operating system.
'';
homepage = http://www.alsa-project.org/;
platforms = stdenv.lib.platforms.linux;
};
}