alsaOss: Add license

This commit is contained in:
Markus Kowalewski 2018-08-14 13:28:51 +02:00
parent cc671a1374
commit 318020e4e7
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -15,11 +15,7 @@ stdenv.mkDerivation rec {
installFlags = "ASOUND_STATE_DIR=$(TMPDIR)/dummy"; installFlags = "ASOUND_STATE_DIR=$(TMPDIR)/dummy";
preConfigure = meta = with stdenv.lib; {
''
'';
meta = {
homepage = http://www.alsa-project.org/; homepage = http://www.alsa-project.org/;
description = "ALSA, the Advanced Linux Sound Architecture alsa-oss emulation"; description = "ALSA, the Advanced Linux Sound Architecture alsa-oss emulation";
@ -28,6 +24,7 @@ stdenv.mkDerivation rec {
MIDI functionality to the Linux-based operating system. MIDI functionality to the Linux-based operating system.
''; '';
platforms = stdenv.lib.platforms.linux; license = licenses.gpl2;
platforms = platforms.linux;
}; };
} }