Merge pull request #249491 from bobby285271/upd/pantheon

pantheon.elementary-files: Fix log spam with new GLib

authored by Bobby Rong and committed by GitHub 8639573e 9b2aa98d

+10
+10
pkgs/desktops/pantheon/apps/elementary-files/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 + , fetchpatch 4 5 , nix-update-script 5 6 , pkg-config 6 7 , meson ··· 38 39 rev = version; 39 40 sha256 = "sha256-s4Df2eLnr+RnbTwPzjt9bVA+xZ9xca2hiFdGlRUZRfU="; 40 41 }; 42 + 43 + patches = [ 44 + # Fix log spam with new GLib 45 + # https://github.com/elementary/files/pull/2257 46 + (fetchpatch { 47 + url = "https://github.com/elementary/files/commit/7bd542fa0a646b5cb0972f5575c56a9ee4d9dce7.patch"; 48 + hash = "sha256-C+oSx0xn3YPuwEC0K+3ZmKeQrroKreJo1tfcpLGQ1S4="; 49 + }) 50 + ]; 41 51 42 52 nativeBuildInputs = [ 43 53 desktop-file-utils