summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuka Blaskovic <lblasc@tvbeat.com>2020-01-06 11:17:25 +0000
committerLuka Blaskovic <lblasc@tvbeat.com>2020-01-13 21:35:19 +0000
commit47ace9a42cdf45fd548e2f3652ff6cc36ce741e0 (patch)
treeb556cb46bb211cb1d3dc9a908daa598c6e8a0350
parent81d778466ccd4da45af0342e860e3df85ad75585 (diff)
downloadnixpkgs-47ace9a42cdf45fd548e2f3652ff6cc36ce741e0.tar
nixpkgs-47ace9a42cdf45fd548e2f3652ff6cc36ce741e0.tar.gz
nixpkgs-47ace9a42cdf45fd548e2f3652ff6cc36ce741e0.tar.bz2
nixpkgs-47ace9a42cdf45fd548e2f3652ff6cc36ce741e0.tar.lz
nixpkgs-47ace9a42cdf45fd548e2f3652ff6cc36ce741e0.tar.xz
nixpkgs-47ace9a42cdf45fd548e2f3652ff6cc36ce741e0.tar.zst
nixpkgs-47ace9a42cdf45fd548e2f3652ff6cc36ce741e0.zip
phantomjs2: build with bison3
-rw-r--r--pkgs/development/tools/phantomjs2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/phantomjs2/default.nix b/pkgs/development/tools/phantomjs2/default.nix
index f50e7670b46..b18bd0104ce 100644
--- a/pkgs/development/tools/phantomjs2/default.nix
+++ b/pkgs/development/tools/phantomjs2/default.nix
@@ -1,5 +1,5 @@
 { 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
 , darwin, writeScriptBin, cups, makeWrapper
 }:
@@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ qmake ];
   buildInputs = [
-    bison2 flex fontconfig freetype gperf icu openssl
+    bison flex fontconfig freetype gperf icu openssl
     libjpeg libpng perl python ruby sqlite qtwebkit qtbase
     makeWrapper
   ] ++ stdenv.lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [