ocamlPackages.lablgtkmathview: remove at 0.7.2
This commit is contained in:
parent
7625e2771f
commit
d00c84b5bd
@ -1,40 +0,0 @@
|
|||||||
{stdenv, fetchurl, pkgconfig, ocaml, findlib, gmetadom, gtkmathview, lablgtk }:
|
|
||||||
|
|
||||||
let
|
|
||||||
pname = "lablgtkmathview";
|
|
||||||
in
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
name = "${pname}-${version}";
|
|
||||||
version = "0.7.2";
|
|
||||||
|
|
||||||
src = fetchurl {
|
|
||||||
url = "http://helm.cs.unibo.it/mml-widget/sources/${pname}-${version}.tar.gz";
|
|
||||||
sha256 = "0rgrpgwrgphw106l1xawxir002b7rmzc23rcxhv8ib6rymp1divx";
|
|
||||||
};
|
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
buildInputs = [ ocaml findlib gmetadom gtkmathview lablgtk];
|
|
||||||
|
|
||||||
createFindlibDestdir = true;
|
|
||||||
|
|
||||||
propagatedBuildInputs = [gtkmathview];
|
|
||||||
|
|
||||||
prePatch = ''
|
|
||||||
substituteInPlace Makefile.in --replace "PROPCC = @OCAML_LIB_DIR@" "PROPCC = ${lablgtk}/lib/ocaml/${ocaml.version}/site-lib"
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildPhase = ''
|
|
||||||
mkdir -p .test
|
|
||||||
make
|
|
||||||
make opt
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
homepage = "http://helm.cs.unibo.it/mml-widget/";
|
|
||||||
description = "OCaml bindings for gtkmathview";
|
|
||||||
license = stdenv.lib.licenses.lgpl2Plus;
|
|
||||||
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
|
||||||
broken = true;
|
|
||||||
};
|
|
||||||
}
|
|
@ -447,10 +447,6 @@ let
|
|||||||
then callPackage ../development/ocaml-modules/lablgtk-extras { }
|
then callPackage ../development/ocaml-modules/lablgtk-extras { }
|
||||||
else callPackage ../development/ocaml-modules/lablgtk-extras/1.4.nix { };
|
else callPackage ../development/ocaml-modules/lablgtk-extras/1.4.nix { };
|
||||||
|
|
||||||
lablgtkmathview = callPackage ../development/ocaml-modules/lablgtkmathview {
|
|
||||||
gtkmathview = callPackage ../development/libraries/gtkmathview { };
|
|
||||||
};
|
|
||||||
|
|
||||||
labltk = callPackage ../development/ocaml-modules/labltk { };
|
labltk = callPackage ../development/ocaml-modules/labltk { };
|
||||||
|
|
||||||
lacaml = callPackage ../development/ocaml-modules/lacaml { };
|
lacaml = callPackage ../development/ocaml-modules/lacaml { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user