{kotatogram-desktop,_64gram,materialgram}: fix overriding withWebkit
This commit is contained in:
+2
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user