mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
libsoup: patch to remove non-existent symbol
This commit is contained in:
parent
0e752c9427
commit
6c6d8772ed
10
pkgs/development/libraries/libsoup/bad-symbol.patch
Normal file
10
pkgs/development/libraries/libsoup/bad-symbol.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/libsoup/libsoup-2.4.sym 2014-10-29 22:37:54 -0700
|
||||
+++ b/libsoup/libsoup-2.4.sym 2014-06-18 07:42:51 -0700
|
||||
@@ -348,7 +348,6 @@
|
||||
soup_server_get_async_context
|
||||
soup_server_get_listener
|
||||
soup_server_get_listeners
|
||||
-soup_server_get_gsocket
|
||||
soup_server_get_port
|
||||
soup_server_get_type
|
||||
soup_server_get_uris
|
@ -16,6 +16,7 @@ stdenv.mkDerivation {
|
||||
|
||||
patchPhase = ''
|
||||
patchShebangs libsoup/
|
||||
patch -p1 < ${./bad-symbol.patch}
|
||||
'';
|
||||
|
||||
buildInputs = libintlOrEmpty ++ [ intltool python sqlite ];
|
||||
|
Loading…
Reference in New Issue
Block a user