mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
fix faulty include in libpsl
This commit is contained in:
parent
5d6500fee8
commit
e43d3b7114
@ -28,6 +28,10 @@ in stdenv.mkDerivation {
|
|||||||
buildInputs = [ icu libxslt ];
|
buildInputs = [ icu libxslt ];
|
||||||
nativeBuildInputs = [ autoreconfHook docbook_xsl gtk_doc pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook docbook_xsl gtk_doc pkgconfig ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace src/psl.c --replace bits/stat.h sys/stat.h
|
||||||
|
'';
|
||||||
|
|
||||||
preAutoreconf = ''
|
preAutoreconf = ''
|
||||||
mkdir m4
|
mkdir m4
|
||||||
gtkdocize
|
gtkdocize
|
||||||
|
Loading…
Reference in New Issue
Block a user