mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
gnome-doc-utils: fix build for stores containing '+' character
This commit is contained in:
parent
8559b6db82
commit
c66656a18c
@ -10,8 +10,14 @@ python2Packages.buildPythonApplication {
|
|||||||
sha256 = "19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb";
|
sha256 = "19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [ intltool pkgconfig ];
|
||||||
|
buildInputs = [ libxslt ];
|
||||||
|
|
||||||
configureFlags = "--disable-scrollkeeper";
|
configureFlags = "--disable-scrollkeeper";
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
|
||||||
buildInputs = [ libxslt intltool ];
|
preBuild = ''
|
||||||
|
substituteInPlace xml2po/xml2po/Makefile --replace '-e "s+^#!.*python.*+#!$(PYTHON)+"' '-e "s\"^#!.*python.*\"#!$(PYTHON)\""'
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ libxml2Python ];
|
propagatedBuildInputs = [ libxml2Python ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user