Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
This commit is contained in:
@@ -35,7 +35,7 @@ stdenv.mkDerivation (rec {
|
||||
stdenv.lib.maintainers.roconnor
|
||||
];
|
||||
homepage = http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgtk.html;
|
||||
description = "LablGTK is is an Objective Caml interface to gtk+";
|
||||
description = "LablGTK is is an Objective Caml interface to GTK";
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
|
||||
z77z roconnor vbgl
|
||||
];
|
||||
homepage = http://lablgtk.forge.ocamlcore.org/;
|
||||
description = "An OCaml interface to gtk+";
|
||||
description = "An OCaml interface to GTK";
|
||||
license = licenses.lgpl21Plus;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ buildDunePackage rec {
|
||||
propagatedBuildInputs = [ cairo2 ];
|
||||
|
||||
meta = {
|
||||
description = "OCaml interface to gtk+-3";
|
||||
description = "OCaml interface to GTK 3";
|
||||
homepage = "http://lablgtk.forge.ocamlcore.org/";
|
||||
license = lib.licenses.lgpl21;
|
||||
maintainers = [ lib.maintainers.vbgl ];
|
||||
|
||||
Reference in New Issue
Block a user