1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

{kotatogram-desktop,_64gram,materialgram}: fix overriding withWebkit

This commit is contained in:
Nick Cao 2024-11-03 20:37:07 -05:00
parent dffac708c3
commit 6d9632a2df
No known key found for this signature in database
3 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@
fetchpatch,
libsForQt5,
yasm,
withWebkit ? true,
}:
let
@ -36,6 +37,7 @@ let
in
telegram-desktop.override {
pname = "kotatogram-desktop";
inherit withWebkit;
unwrapped = (telegram-desktop.unwrapped.override { inherit tg_owt; }).overrideAttrs {
pname = "kotatogram-desktop-unwrapped";
version = "${version}-unstable-2024-09-27";

View file

@ -4,10 +4,12 @@
fetchFromGitHub,
fetchpatch,
telegram-desktop,
withWebkit ? true,
}:
telegram-desktop.override {
pname = "64gram";
inherit withWebkit;
unwrapped = telegram-desktop.unwrapped.overrideAttrs (old: rec {
pname = "64gram-unwrapped";
version = "1.1.45";

View file

@ -2,10 +2,12 @@
lib,
telegram-desktop,
fetchFromGitHub,
withWebkit ? true,
}:
telegram-desktop.override {
pname = "materialgram";
inherit withWebkit;
unwrapped = telegram-desktop.unwrapped.overrideAttrs (
finalAttrs: previousAttrs: {
pname = "materialgram-unwrapped";