libpsl: use python2

This commit is contained in:
Frederik Rietdijk 2017-02-08 19:44:52 +01:00
parent b469952348
commit 0673e7b38a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, autoreconfHook, docbook_xsl, gtk_doc, icu
, libxslt, pkgconfig, python }:
, libxslt, pkgconfig, python2 }:
let
@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
};
buildInputs = [ icu libxslt ];
nativeBuildInputs = [ autoreconfHook docbook_xsl gtk_doc pkgconfig python ];
nativeBuildInputs = [ autoreconfHook docbook_xsl gtk_doc pkgconfig python2 ];
postPatch = ''
substituteInPlace src/psl.c --replace bits/stat.h sys/stat.h