tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
AlsaTools: Add license
Markus Kowalewski
7 years ago
2845b63f
318020e4
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
alsa-tools
default.nix
+4
-3
pkgs/os-specific/linux/alsa-tools/default.nix
···
38
38
done
39
39
'';
40
40
41
41
-
meta = {
41
41
+
meta = with stdenv.lib; {
42
42
homepage = http://www.alsa-project.org/;
43
43
description = "ALSA, the Advanced Linux Sound Architecture tools";
44
44
···
47
47
MIDI functionality to the Linux-based operating system.
48
48
'';
49
49
50
50
-
platforms = stdenv.lib.platforms.linux;
51
51
-
maintainers = [ stdenv.lib.maintainers.fps ];
50
50
+
license = licenses.gpl2;
51
51
+
platforms = platforms.linux;
52
52
+
maintainers = [ maintainers.fps ];
52
53
};
53
54
}