mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
pantheon.elementary-files: 6.5.0 -> 6.5.2
https://github.com/elementary/files/compare/6.5.0...6.5.2
This commit is contained in:
parent
ace5093e36
commit
699b4f0315
@ -1,7 +1,6 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, nix-update-script
|
||||
, pkg-config
|
||||
, meson
|
||||
@ -14,7 +13,6 @@
|
||||
, libgee
|
||||
, libhandy
|
||||
, granite
|
||||
, libnotify
|
||||
, pango
|
||||
, elementary-dock
|
||||
, bamf
|
||||
@ -28,7 +26,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "elementary-files";
|
||||
version = "6.5.0";
|
||||
version = "6.5.2";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
@ -36,18 +34,9 @@ stdenv.mkDerivation rec {
|
||||
owner = "elementary";
|
||||
repo = "files";
|
||||
rev = version;
|
||||
sha256 = "sha256-E1e2eXGpycl2VXEUvUir5G3MRLz/4TQMvmOuWgU9JNc=";
|
||||
sha256 = "sha256-YwXyqZ0exwQ3Qx+VWWyTTmhqCVr6be8tqzS1k3Luo8o=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# meson: Don't run gtk-update-icon-cache
|
||||
# https://github.com/elementary/files/pull/2294
|
||||
(fetchpatch {
|
||||
url = "https://github.com/elementary/files/commit/758ece9fb29eb4a25f47065710dad4ac547ca2ce.patch";
|
||||
hash = "sha256-+OASDsOPH0g5Cyxw4JmVxA70zQHhcpqLMKKYP4VLTO0=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
desktop-file-utils
|
||||
meson
|
||||
@ -68,7 +57,6 @@ stdenv.mkDerivation rec {
|
||||
libgee
|
||||
libgit2-glib
|
||||
libhandy
|
||||
libnotify
|
||||
pango
|
||||
sqlite
|
||||
systemd
|
||||
|
Loading…
Reference in New Issue
Block a user