Merge pull request #98587 from devhell/profanity-omemo-patch
profanity: Introduce OMEMO fix
This commit is contained in:
commit
d5ae18268d
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, glib, openssl
|
{ stdenv, fetchFromGitHub, autoreconfHook, pkgconfig, glib, openssl
|
||||||
, glibcLocales, expect, ncurses, libotr, curl, readline, libuuid
|
, glibcLocales, expect, ncurses, libotr, curl, readline, libuuid
|
||||||
, cmocka, libmicrohttpd, expat, sqlite, libmesode
|
, cmocka, libmicrohttpd, expat, sqlite, libmesode, fetchpatch
|
||||||
, autoconf-archive
|
, autoconf-archive
|
||||||
|
|
||||||
, autoAwaySupport ? true, libXScrnSaver ? null, libX11 ? null
|
, autoAwaySupport ? true, libXScrnSaver ? null, libX11 ? null
|
||||||
@ -32,6 +32,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/profanity-im/profanity/commit/54667c022f17bdb547c3b8b4eec1c2889c9d60f3.patch";
|
||||||
|
sha256 = "0aqrq45im1qnq308hyhh7dqbggzmcqb0b868wr5v8v08pd94s45k";
|
||||||
|
})
|
||||||
./patches/packages-osx.patch
|
./patches/packages-osx.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user