mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
cinnamon.nemo: 6.2.2 -> 6.2.3
https://github.com/linuxmint/nemo/compare/6.2.2...6.2.3
This commit is contained in:
parent
65fa3de324
commit
fb63a9b1e8
@ -1,5 +1,4 @@
|
|||||||
{ fetchFromGitHub
|
{ fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, glib
|
, glib
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, meson
|
, meson
|
||||||
@ -25,26 +24,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nemo";
|
pname = "nemo";
|
||||||
version = "6.2.2";
|
version = "6.2.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linuxmint";
|
owner = "linuxmint";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-afK+iJ/WUtcs8Upid4AkbAZAIs/wimHFlXm717U0LHc=";
|
sha256 = "sha256-wyz2pzwJGYMFKoKVqrhLnkJqXG8Qg2+BygpOm2yegpM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Load extensions from NEMO_EXTENSION_DIR environment variable
|
# Load extensions from NEMO_EXTENSION_DIR environment variable
|
||||||
# https://github.com/NixOS/nixpkgs/issues/78327
|
# https://github.com/NixOS/nixpkgs/issues/78327
|
||||||
./load-extensions-from-env.patch
|
./load-extensions-from-env.patch
|
||||||
|
|
||||||
# Don't tie the interactive search box with the window's lifetime
|
|
||||||
# https://github.com/linuxmint/nemo/issues/3423
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/linuxmint/nemo/commit/055b47af0e1a830e556989372f3689bbd36b639d.patch";
|
|
||||||
hash = "sha256-cMtBz1uLGCV4nnrBITzXAV/SffI0nNcEdeujrHxAzQc=";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user