Skip to content

Commit

Permalink
webkitgtk214x: use python2
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Nov 24, 2016
1 parent 8fb430c commit 0031e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/webkitgtk/2.14.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, python, ruby, bison, gperf, cmake
{ stdenv, fetchurl, perl, python2, ruby, bison, gperf, cmake
, pkgconfig, gettext, gobjectIntrospection, libnotify, gnutls
, gtk2, gtk3, wayland, libwebp, enchant, xlibs, libxkbcommon, epoxy, at_spi2_core
, libxml2, libsoup, libsecret, libxslt, harfbuzz, libpthreadstubs
Expand Down Expand Up @@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-I${gst-plugins-base.dev}/include/gstreamer-1.0";

nativeBuildInputs = [
cmake perl python ruby bison gperf sqlite
cmake perl python2 ruby bison gperf sqlite
pkgconfig gettext gobjectIntrospection
];

Expand Down

0 comments on commit 0031e01

Please sign in to comment.