mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
drdb: add license
This commit is contained in:
parent
80dd1456d0
commit
c1ed60e64c
@ -34,9 +34,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = "localstatedir=$(TMPDIR)/var sysconfdir=$(out)/etc INITDIR=$(out)/etc/init.d";
|
installFlags = "localstatedir=$(TMPDIR)/var sysconfdir=$(out)/etc INITDIR=$(out)/etc/init.d";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.drbd.org/;
|
homepage = http://www.drbd.org/;
|
||||||
description = "Distributed Replicated Block Device, a distributed storage system for Linux";
|
description = "Distributed Replicated Block Device, a distributed storage system for Linux";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user