engrampa: remove custom patch (upstream released a new version)
This commit is contained in:
@@ -1,16 +1,7 @@
|
|||||||
{ lib, pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
sane.programs."mate.engrampa" = {
|
sane.programs."mate.engrampa" = {
|
||||||
packageUnwrapped = pkgs.rmDbusServices (pkgs.mate.engrampa.overrideAttrs (upstream: {
|
packageUnwrapped = pkgs.rmDbusServices pkgs.mate.engrampa;
|
||||||
src = lib.warnIf (upstream.version != "1.26.1") "engrampa package pin is outdated" (pkgs.fetchFromGitHub {
|
|
||||||
owner = "mate-desktop";
|
|
||||||
repo = "engrampa";
|
|
||||||
# point to a version > 1.27.0, for working cross compilation.
|
|
||||||
# remove this override once engrampa > 1.27.0 is released.
|
|
||||||
rev = "45f52c13baa93857d912effb4f1f9a58c41a0da3";
|
|
||||||
hash = "sha256-j7tASMjBSA+d1a9Fu3G/328aRDqNJjXoITxogRH0YI4=";
|
|
||||||
});
|
|
||||||
}));
|
|
||||||
sandbox.method = "bwrap"; # TODO:sandbox: untested
|
sandbox.method = "bwrap"; # TODO:sandbox: untested
|
||||||
sandbox.whitelistWayland = true;
|
sandbox.whitelistWayland = true;
|
||||||
sandbox.autodetectCliPaths = "existingOrParent";
|
sandbox.autodetectCliPaths = "existingOrParent";
|
||||||
|
Reference in New Issue
Block a user