treewide: explicitly specify gtk and related package versions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, automake, ocaml, autoconf, gnum4, pkgconfig, freetype, lablgtk, unzip, cairo, findlib, gdk_pixbuf, glib, gtk, pango }:
|
||||
{stdenv, fetchurl, automake, ocaml, autoconf, gnum4, pkgconfig, freetype, lablgtk, unzip, cairo, findlib, gdk_pixbuf, glib, gtk2, pango }:
|
||||
|
||||
let
|
||||
ocaml_version = (builtins.parseDrvName ocaml.name).version;
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
patches = [ ./META.patch ];
|
||||
|
||||
buildInputs = [ ocaml automake gnum4 autoconf unzip pkgconfig
|
||||
findlib freetype lablgtk cairo gdk_pixbuf gtk pango ];
|
||||
findlib freetype lablgtk cairo gdk_pixbuf gtk2 pango ];
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user