11 stdenv.mkDerivation rec {
16 url = "mirror://gnome/sources/libglade/${lib.versions.majorMinor version}/libglade-${version}.tar.bz2";
17 sha256 = "1v2x2s04jry4gpabws92i0wq2ghd47yr5n9nhgnkd7c38xv1wdk4";
31 buildInputs = [ gtk2 ];
32 propagatedBuildInputs = [ libxml2 ];
35 # uses pkg-config in some places and uses the correct $PKG_CONFIG in some
36 # it's an ancient library so it has very old configure scripts and m4
37 substituteInPlace ./configure \
38 --replace "pkg-config" "$PKG_CONFIG"
41 NIX_LDFLAGS = "-lgmodule-2.0";