Merge pull request #45023 from markuskowa/alsalics

add licenses: alsa[Utils,Tools,Oss], altermime
This commit is contained in:
xeji
2018-08-14 15:02:52 +02:00
committed by GitHub
4 changed files with 15 additions and 17 deletions

View File

@@ -15,11 +15,7 @@ stdenv.mkDerivation rec {
installFlags = "ASOUND_STATE_DIR=$(TMPDIR)/dummy";
preConfigure =
''
'';
meta = {
meta = with stdenv.lib; {
homepage = http://www.alsa-project.org/;
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.
'';
platforms = stdenv.lib.platforms.linux;
license = licenses.gpl2;
platforms = platforms.linux;
};
}

View File

@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
done
'';
meta = {
meta = with stdenv.lib; {
homepage = http://www.alsa-project.org/;
description = "ALSA, the Advanced Linux Sound Architecture tools";
@@ -47,7 +47,8 @@ stdenv.mkDerivation rec {
MIDI functionality to the Linux-based operating system.
'';
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.fps ];
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.fps ];
};
}

View File

@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
installFlags = "ASOUND_STATE_DIR=$(TMPDIR)/dummy";
meta = {
meta = with stdenv.lib; {
homepage = http://www.alsa-project.org/;
description = "ALSA, the Advanced Linux Sound Architecture utils";
longDescription = ''
@@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
MIDI functionality to the Linux-based operating system.
'';
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.AndersonTorres ];
};
}

View File

@@ -21,12 +21,11 @@ stdenv.mkDerivation rec {
mkdir -p "$out/bin"
'';
meta = {
meta = with stdenv.lib; {
description = "MIME alteration tool";
maintainers = with stdenv.lib.maintainers; [
raskin
];
platforms = with stdenv.lib.platforms; linux;
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license.fullName = "alterMIME LICENSE";
downloadPage = "http://www.pldaniels.com/altermime/";
};
}