Skip to content

Commit

Permalink
pantheon.elementary-greeter: 6.0.1 -> 6.0.2
Browse files Browse the repository at this point in the history
(cherry picked from commit 4646e7f)
  • Loading branch information
bobby285271 committed Mar 3, 2022
1 parent 35bedf2 commit cc8e6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
7 changes: 2 additions & 5 deletions pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@

stdenv.mkDerivation rec {
pname = "elementary-greeter";
version = "6.0.1";
version = "6.0.2";

repoName = "greeter";

src = fetchFromGitHub {
owner = "elementary";
repo = repoName;
rev = version;
sha256 = "1f606ds56sp1c58q8dblfpaq9pwwkqw9i4gkwksw45m2xkwlbflq";
sha256 = "sha256-0chBM8JuCYgZXHneiSxSICZwBVm2Vgx+bas9wUjbnyg=";
};

passthru = {
Expand Down Expand Up @@ -94,9 +94,6 @@ stdenv.mkDerivation rec {
src = ./hardcode-fallback-background.patch;
default_wallpaper = "${nixos-artwork.wallpapers.simple-dark-gray.gnomeFilePath}";
})
# https://github.com/NixOS/nixpkgs/issues/151609
# https://github.com/elementary/greeter/issues/578#issuecomment-1030746697
./fix-crash.patch
];

preFixup = ''
Expand Down
21 changes: 0 additions & 21 deletions pkgs/desktops/pantheon/desktop/elementary-greeter/fix-crash.patch

This file was deleted.

0 comments on commit cc8e6ff

Please sign in to comment.