splatmoji: build from upstream nixpkgs PR
This commit is contained in:
@@ -34,10 +34,18 @@
|
|||||||
|
|
||||||
# phosh-mobile-settings 0.21.1 -> 0.23.1
|
# phosh-mobile-settings 0.21.1 -> 0.23.1
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/211877
|
||||||
url = "https://git.uninsane.org/colin/nixpkgs/commit/352e09d0413ff25139390a6077c7831271d09b8f.diff";
|
url = "https://git.uninsane.org/colin/nixpkgs/commit/352e09d0413ff25139390a6077c7831271d09b8f.diff";
|
||||||
hash = "sha256-yGsSquIRXapTiWQlLORFTyFEHE5XJfLcM3W/1AJIeL8=";
|
hash = "sha256-yGsSquIRXapTiWQlLORFTyFEHE5XJfLcM3W/1AJIeL8=";
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# splatmoji: init at 1.2.0
|
||||||
|
(fetchpatch {
|
||||||
|
# https://github.com/NixOS/nixpkgs/pull/211874
|
||||||
|
url = "https://git.uninsane.org/colin/nixpkgs/commit/75149039b6eaf57d8a92164e90aab20eb5d89196.diff";
|
||||||
|
hash = "sha256-IvsIcd2wPdz4b/7FMrDrcVlIZjFecCQ9uiL0Umprbx0=";
|
||||||
|
})
|
||||||
|
|
||||||
./2022-12-19-i2p-aarch64.patch
|
./2022-12-19-i2p-aarch64.patch
|
||||||
|
|
||||||
# # kaiteki: init at 2022-09-03
|
# # kaiteki: init at 2022-09-03
|
||||||
|
@@ -57,9 +57,9 @@
|
|||||||
browserpass-extension = prev.callPackage ../pkgs/browserpass-extension { };
|
browserpass-extension = prev.callPackage ../pkgs/browserpass-extension { };
|
||||||
gopass-native-messaging-host = prev.callPackage ../pkgs/gopass-native-messaging-host { };
|
gopass-native-messaging-host = prev.callPackage ../pkgs/gopass-native-messaging-host { };
|
||||||
tokodon = prev.libsForQt5.callPackage ../pkgs/tokodon { };
|
tokodon = prev.libsForQt5.callPackage ../pkgs/tokodon { };
|
||||||
splatmoji = prev.callPackage ../pkgs/splatmoji { };
|
|
||||||
|
|
||||||
# provided by nixpkgs patch or upstream preview
|
# provided by nixpkgs patch or upstream preview
|
||||||
|
# splatmoji = prev.callPackage ../pkgs/splatmoji { };
|
||||||
# signaldctl = prev.callPackage ../pkgs/signaldctl { };
|
# signaldctl = prev.callPackage ../pkgs/signaldctl { };
|
||||||
};
|
};
|
||||||
in sane // { inherit sane; }
|
in sane // { inherit sane; }
|
||||||
|
Reference in New Issue
Block a user