Skip to content

Commit

Permalink
fix(ayugram-desktop): wrong way to mod attr
Browse files Browse the repository at this point in the history
  • Loading branch information
dvtfl committed May 1, 2024
1 parent 576ea59 commit 76bf903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/ayugram.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ pkgs, ... }:
pkgs.telegram-desktop.overrideAttrs (
old:
finalAttrs: previousAttrs:
with pkgs;
let
mainProgram = if stdenv.isLinux then "ayugram-desktop" else "Ayugram";
in
finalAttrs: previousAttrs: {
{
pname = "ayugram-desktop";
version = "4.16.8";

Expand Down

0 comments on commit 76bf903

Please sign in to comment.