tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
drdb: add license
Markus Kowalewski
7 years ago
c1ed60e6
80dd1456
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
drbd
default.nix
+3
-2
pkgs/os-specific/linux/drbd/default.nix
···
34
34
35
35
installFlags = "localstatedir=$(TMPDIR)/var sysconfdir=$(out)/etc INITDIR=$(out)/etc/init.d";
36
36
37
37
-
meta = {
37
37
+
meta = with stdenv.lib; {
38
38
homepage = http://www.drbd.org/;
39
39
description = "Distributed Replicated Block Device, a distributed storage system for Linux";
40
40
-
platforms = stdenv.lib.platforms.linux;
40
40
+
license = licenses.gpl2;
41
41
+
platforms = platforms.linux;
41
42
};
42
43
}