mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
pantheon.elementary-default-settings: fix media key syntax
This commit is contained in:
parent
7281bc7617
commit
ec3ee84114
@ -39,6 +39,12 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0wa7iq0vfp2av5v23w94a5844ddj4g48d4wk3yrp745dyrimg739";
|
||||
})
|
||||
|
||||
# Fix media key syntax
|
||||
(fetchpatch {
|
||||
url = "https://github.com/elementary/default-settings/commit/332aefe1883be5dfe90920e165c39e331a53b2ea.patch";
|
||||
sha256 = "0ypcaga55pw58l30srq3ga1mhz2w6hkwanv41jjr6g3ia9jvq69n";
|
||||
})
|
||||
|
||||
# https://github.com/elementary/default-settings/pull/119
|
||||
./0001-Build-with-Meson.patch
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user