Skip to content

Commit

Permalink
pantheon.wingpanel-indicator-datetime: use upstreamed patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 committed Nov 25, 2021
1 parent a54db16 commit ca71d0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, substituteAll
, pantheon
Expand Down Expand Up @@ -40,7 +41,10 @@ stdenv.mkDerivation rec {
})
# Fix incorrect month shown on re-opening indicator if previously changed month
# https://github.com/elementary/wingpanel-indicator-datetime/pull/284
./fix-incorrect-month.patch
(fetchpatch {
url = "https://github.com/elementary/wingpanel-indicator-datetime/commit/9b0bed98e09dfdad62f43a95d956d2f53d824e65.patch";
sha256 = "sha256-MQfz4Uzo59SmmfQNi58OA7CIHHkm2TODQz2fmmIall4=";
})
];

nativeBuildInputs = [
Expand Down

This file was deleted.

0 comments on commit ca71d0b

Please sign in to comment.