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
  • Loading branch information
bobby285271 committed Mar 1, 2022
1 parent 1bff904 commit 4646e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
15 changes: 2 additions & 13 deletions pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, linkFarm
, substituteAll
Expand Down Expand Up @@ -31,13 +30,13 @@

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

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

patches = [
Expand All @@ -47,15 +46,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
# Fix build with meson 0.61
# https://github.com/elementary/greeter/pull/590
(fetchpatch {
url = "https://github.com/elementary/greeter/commit/a4b25244058fce794a9f13f6b22a8ff7735ebde9.patch";
sha256 = "sha256-qPXhdvmYG8YMDU/CjbEkfZ0glgRzxnu0TsOPtvWHxLY=";
})
];

nativeBuildInputs = [
Expand All @@ -80,7 +70,6 @@ stdenv.mkDerivation rec {
libhandy
lightdm
mutter
wingpanel-with-indicators
];

mesonFlags = [
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 4646e7f

Please sign in to comment.