libsoup: Run patchShebangs
This commit is contained in:
parent
9d6ab791af
commit
49b668f5d2
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "04ma47hcrrbjp90r8jjn686cngnbgac24wgarpwwzlpg66wighva";
|
sha256 = "04ma47hcrrbjp90r8jjn686cngnbgac24wgarpwwzlpg66wighva";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
patchShebangs libsoup/
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = libintlOrEmpty ++ [ intltool python ];
|
buildInputs = libintlOrEmpty ++ [ intltool python ];
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
propagatedBuildInputs = [ glib libxml2 ]
|
propagatedBuildInputs = [ glib libxml2 ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user