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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user