File tree Expand file tree Collapse file tree
pkgs/applications/audio/vocal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- { lib , stdenv
1+ { lib
2+ , stdenv
23, fetchFromGitHub
4+ , fetchpatch
35, nix-update-script
46, cmake
57, ninja
@@ -61,13 +63,22 @@ stdenv.mkDerivation rec {
6163 glib-networking
6264 ] ;
6365
66+ patches = [
67+ # granite 6.0.0 removed about dialogs
68+ # see: https://github.com/needle-and-thread/vocal/issues/483
69+ ( fetchpatch {
70+ name = "remove-about.patch" ;
71+ url = "https://raw.githubusercontent.com/archlinux/svntogit-community/03543ffdb6cd52ce1a8293f3303225b3afac2431/trunk/remove-about.patch" ;
72+ sha256 = "sha256-yGD7BYOTmqs4h+Odh/mB3fI1HM7GDO6F+QaHpRUD5p4=" ;
73+ } )
74+ ] ;
75+
6476 passthru = {
6577 updateScript = nix-update-script {
6678 attrPath = pname ;
6779 } ;
6880 } ;
6981
70-
7182 meta = with lib ; {
7283 description = "The podcast client for the modern free desktop" ;
7384 longDescription = ''
You can’t perform that action at this time.
0 commit comments