Merge pull request #45023 from markuskowa/alsalics
add licenses: alsa[Utils,Tools,Oss], altermime
This commit is contained in:
commit
f1c3327d7d
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.alsa-project.org/;
|
homepage = http://www.alsa-project.org/;
|
||||||
description = "ALSA, the Advanced Linux Sound Architecture tools";
|
description = "ALSA, the Advanced Linux Sound Architecture tools";
|
||||||
|
|
||||||
@ -47,7 +47,8 @@ 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;
|
||||||
maintainers = [ stdenv.lib.maintainers.fps ];
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ maintainers.fps ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = "ASOUND_STATE_DIR=$(TMPDIR)/dummy";
|
installFlags = "ASOUND_STATE_DIR=$(TMPDIR)/dummy";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.alsa-project.org/;
|
homepage = http://www.alsa-project.org/;
|
||||||
description = "ALSA, the Advanced Linux Sound Architecture utils";
|
description = "ALSA, the Advanced Linux Sound Architecture utils";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -29,7 +29,8 @@ 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;
|
||||||
maintainers = [ stdenv.lib.maintainers.AndersonTorres ];
|
platforms = platforms.linux;
|
||||||
|
maintainers = [ maintainers.AndersonTorres ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -21,12 +21,11 @@ stdenv.mkDerivation rec {
|
|||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "MIME alteration tool";
|
description = "MIME alteration tool";
|
||||||
maintainers = with stdenv.lib.maintainers; [
|
maintainers = [ maintainers.raskin ];
|
||||||
raskin
|
platforms = platforms.linux;
|
||||||
];
|
license.fullName = "alterMIME LICENSE";
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
|
||||||
downloadPage = "http://www.pldaniels.com/altermime/";
|
downloadPage = "http://www.pldaniels.com/altermime/";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user