added darwin ass supported platform for meld, added get text as requirement for scroollkeeper

wip/yesman
Ivan Brkanac 10 years ago
parent 268a5618f4
commit 841f45b231
  1. 2
      pkgs/applications/version-management/meld/default.nix
  2. 4
      pkgs/desktops/gnome-2/desktop/scrollkeeper/default.nix

@ -28,6 +28,6 @@ stdenv.mkDerivation {
description = "Visual diff and merge tool";
homepage = http://meld.sourceforge.net;
license = stdenv.lib.licenses.gpl2Plus;
platforms = platforms.linux;
platforms = platforms.linux ++ stdenv.lib.platforms.darwin;
};
}

@ -1,4 +1,4 @@
{stdenv, fetchurl, pkgconfig, perl, perlXMLParser, libxml2, libxslt, docbook_xml_dtd_42, automake}:
{stdenv, fetchurl, pkgconfig, perl, perlXMLParser, libxml2, libxslt, docbook_xml_dtd_42, automake, gettext}:
stdenv.mkDerivation {
name = "scrollkeeper-0.3.14";
@ -13,6 +13,6 @@ stdenv.mkDerivation {
cp ${automake}/share/automake*/config.{sub,guess} .
";
buildInputs = [pkgconfig perl perlXMLParser libxml2 libxslt];
buildInputs = [pkgconfig perl perlXMLParser libxml2 libxslt gettext];
configureFlags = "--with-xml-catalog=${docbook_xml_dtd_42}/xml/dtd/docbook/docbook.cat";
}

Loading…
Cancel
Save