tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
liferea: update upstream tarball
Nikolay Amiantov
10 years ago
7fd2cc1e
fc48bf5a
+1
-15
2 changed files
expand all
collapse all
unified
split
pkgs
applications
networking
newsreaders
liferea
default.nix
liferea-fix-notification-header-location.patch
+1
-3
pkgs/applications/networking/newsreaders/liferea/default.nix
···
13
13
14
14
src = fetchurl {
15
15
url = "https://github.com/lwindolf/${pname}/releases/download/v${version}/${name}.tar.bz2";
16
16
-
sha256 = "0wpinar2cxyzq2j7ff7lznc08f0n6qjdm9aavsarbgdpaf2s1xvq";
16
16
+
sha256 = "0xyy0qm3h22b69if2hmg36jzvvljxb1w0zy2m2a28kdqfzpa6m8g";
17
17
};
18
18
19
19
buildInputs = with gst_all_1; [
···
26
26
libnotify
27
27
makeWrapper
28
28
];
29
29
-
30
30
-
patches = [ ./liferea-fix-notification-header-location.patch ];
31
29
32
30
preFixup = ''
33
31
for f in "$out"/bin/*; do
-12
pkgs/applications/networking/newsreaders/liferea/liferea-fix-notification-header-location.patch
···
1
1
-
diff -Naur a/src/notification/libnotify.c b/src/notification/libnotify.c
2
2
-
--- a/src/notification/libnotify.c 2016-01-28 19:33:19.000000000 +0100
3
3
-
+++ b/src/notification/libnotify.c 2016-02-01 19:20:39.167580131 +0100
4
4
-
@@ -40,7 +40,7 @@
5
5
-
#include "ui/feed_list_view.h"
6
6
-
#include "ui/ui_tray.h"
7
7
-
8
8
-
-#include "notification/notification.h"
9
9
-
+#include "../notification.h"
10
10
-
11
11
-
static gboolean supports_actions = FALSE;
12
12
-
static gboolean supports_append = FALSE;