libgnomeprint now wants bison and flex during configure...
svn path=/nixpkgs/trunk/; revision=6106
This commit is contained in:
parent
f0d6702f90
commit
c6b246ae8c
@ -114,7 +114,8 @@ rec {
|
||||
};
|
||||
|
||||
libgnomeprint = (import ./libgnomeprint) {
|
||||
inherit fetchurl stdenv libxml2 perl perlXMLParser pkgconfig popt;
|
||||
inherit fetchurl stdenv libxml2 perl perlXMLParser pkgconfig popt
|
||||
bison flex;
|
||||
inherit glib pango;
|
||||
libart = libart_lgpl;
|
||||
input = desktop.libgnomeprint;
|
||||
|
@ -1,11 +1,11 @@
|
||||
{input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig, glib, pango, libart, libxml2, popt}:
|
||||
{input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig, glib, pango, libart, libxml2, popt, bison, flex}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
inherit (input) name src;
|
||||
|
||||
buildInputs = [
|
||||
perl perlXMLParser pkgconfig popt libxml2
|
||||
glib pango
|
||||
glib pango bison flex
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [libxml2 libart];
|
||||
|
Loading…
Reference in New Issue
Block a user