pantheon.elementary-onboarding: port to libhandy-1

This commit is contained in:
WORLDofPEACE 2020-09-25 21:45:11 -04:00 committed by Jan Tojnar
parent a9785c51fb
commit e2fb659c1f
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -32,6 +32,17 @@ stdenv.mkDerivation rec {
sha256 = "sha256-tLTwXA2miHqYqCUbIiBjb2nQB+uN/WzuE4F9m3fVCbM=";
};
patches = [
# Port to Libhandy-1
(fetchpatch {
url = "https://github.com/elementary/onboarding/commit/8af6b7d9216f8cbf725f708b36ef4d4f6c400c78.patch";
sha256 = "cnSCSSFEQlNd9Ncw5VCJ32stZ8D4vhl3f+derAk/Cas=";
excludes = [
".github/workflows/main.yml"
];
})
];
passthru = {
updateScript = nix-update-script {
attrPath = "pantheon.${pname}";