Skip to content

Commit

Permalink
vesktop: switch to withSystemVencord = false
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Jan 28, 2024
1 parent 14b575b commit 6688bb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions exprs/overlay.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
final: prev: {
# FUCK REPRODUCIBILITY RARGHGHGHGHDKGJDKLGJSDKLGMDJGLKSDJLMGSJDKMGJZEIZ
vesktop = prev.vesktop.overrideAttrs (old: {patches = [];});

electron_25 = prev.electron_25.overrideAttrs (_: {
preFixup = "patchelf --add-needed ${prev.libglvnd}/lib/libEGL.so.1 $out/bin/electron"; # NixOS/nixpkgs#272912
meta.knownVulnerabilities = []; # NixOS/nixpkgs#273611
Expand Down
2 changes: 1 addition & 1 deletion modules/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ in {
prismlauncher
sccache
shotcut
vesktop
(vesktop.override {withSystemVencord = false;})
wine-discord-ipc-bridge
];

Expand Down

0 comments on commit 6688bb7

Please sign in to comment.