mirror of
https://github.com/icewind1991/infinitime-builder.git
synced 2026-06-03 17:44:10 +02:00
add some patches
This commit is contained in:
parent
26462a8bd1
commit
8f4dff7ff6
1 changed files with 15 additions and 1 deletions
16
package.nix
16
package.nix
|
|
@ -32,7 +32,21 @@ in stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
patches = [
|
||||
# put your patches here
|
||||
(fetchpatch {
|
||||
name = "double-click-settings.patch";
|
||||
url = "https://github.com/InfiniTimeOrg/InfiniTime/commit/d395f6f0857f082ab3e7fc66cb591b12bbd9cd65.patch";
|
||||
sha256 = "sha256-2Jng8JDTU7Zd42qD25CQNeF9dQRSLNwWq9IL+ik0ok0=";
|
||||
})
|
||||
(fetchpatch {
|
||||
name = "casio-weather.patch";
|
||||
url = "https://github.com/InfiniTimeOrg/InfiniTime/commit/0206a12ffaecb4d92a3a422e43f4e758d0838f3b.patch";
|
||||
sha256 = "sha256-FqyIAgS77z/bO1dcvsmtSK5z/bTRY45S+CaM+PewfvQ=";
|
||||
})
|
||||
(fetchpatch {
|
||||
name = "weather-service-improvements.patch";
|
||||
url = "https://github.com/InfiniTimeOrg/InfiniTime/commit/315d679c48503b5f03bdb1b2217e6d64102b2e95.patch";
|
||||
sha256 = "sha256-ps9iR0/uiapNG5WK38FU1Pa/2YmZB6KGQQC4M5pkuNA=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue