forked from mirrors/nixpkgs
phantomjs2: build with bison3
This commit is contained in:
parent
81d778466c
commit
47ace9a42c
|
@ -1,5 +1,5 @@
|
||||||
{ stdenv, fetchFromGitHub, fetchpatch
|
{ stdenv, fetchFromGitHub, fetchpatch
|
||||||
, bison2, flex, fontconfig, freetype, gperf, icu, openssl, libjpeg
|
, bison, flex, fontconfig, freetype, gperf, icu, openssl, libjpeg
|
||||||
, libpng, perl, python, ruby, sqlite, qtwebkit, qmake, qtbase
|
, libpng, perl, python, ruby, sqlite, qtwebkit, qmake, qtbase
|
||||||
, darwin, writeScriptBin, cups, makeWrapper
|
, darwin, writeScriptBin, cups, makeWrapper
|
||||||
}:
|
}:
|
||||||
|
@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake ];
|
nativeBuildInputs = [ qmake ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
bison2 flex fontconfig freetype gperf icu openssl
|
bison flex fontconfig freetype gperf icu openssl
|
||||||
libjpeg libpng perl python ruby sqlite qtwebkit qtbase
|
libjpeg libpng perl python ruby sqlite qtwebkit qtbase
|
||||||
makeWrapper
|
makeWrapper
|
||||||
] ++ stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
] ++ stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
|
||||||
|
|
Loading…
Reference in a new issue