liferea: update upstream tarball
This commit is contained in:
parent
fc48bf5a2c
commit
7fd2cc1ea8
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${name}.tar.bz2";
|
url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${name}.tar.bz2";
|
||||||
sha256 = "0wpinar2cxyzq2j7ff7lznc08f0n6qjdm9aavsarbgdpaf2s1xvq";
|
sha256 = "0xyy0qm3h22b69if2hmg36jzvvljxb1w0zy2m2a28kdqfzpa6m8g";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with gst_all_1; [
|
buildInputs = with gst_all_1; [
|
||||||
@ -27,8 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
makeWrapper
|
makeWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [ ./liferea-fix-notification-header-location.patch ];
|
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
for f in "$out"/bin/*; do
|
for f in "$out"/bin/*; do
|
||||||
wrapProgram "$f" \
|
wrapProgram "$f" \
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -Naur a/src/notification/libnotify.c b/src/notification/libnotify.c
|
|
||||||
--- a/src/notification/libnotify.c 2016-01-28 19:33:19.000000000 +0100
|
|
||||||
+++ b/src/notification/libnotify.c 2016-02-01 19:20:39.167580131 +0100
|
|
||||||
@@ -40,7 +40,7 @@
|
|
||||||
#include "ui/feed_list_view.h"
|
|
||||||
#include "ui/ui_tray.h"
|
|
||||||
|
|
||||||
-#include "notification/notification.h"
|
|
||||||
+#include "../notification.h"
|
|
||||||
|
|
||||||
static gboolean supports_actions = FALSE;
|
|
||||||
static gboolean supports_append = FALSE;
|
|
Loading…
Reference in New Issue
Block a user