mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
libsoup: Run patchShebangs
This commit is contained in:
parent
9d6ab791af
commit
49b668f5d2
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "04ma47hcrrbjp90r8jjn686cngnbgac24wgarpwwzlpg66wighva";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
patchShebangs libsoup/
|
||||
'';
|
||||
|
||||
buildInputs = libintlOrEmpty ++ [ intltool python ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
propagatedBuildInputs = [ glib libxml2 ]
|
||||
|
Loading…
Reference in New Issue
Block a user