vieb: Use autoPatchelfHook for 7z binary

Attempt at fixing NixOS/nixpkgs#133077. Patched 7z binary works, but
Vieb browser still unable to install extensions.
main
j-hui 3 years ago
parent ee32e0aed0
commit 3e2fd65953
  1. 4
      pkgs/applications/networking/browsers/vieb/default.nix

@ -1,4 +1,4 @@
{ mkYarnPackage, fetchFromGitHub, electron, makeWrapper, makeDesktopItem, lib }:
{ mkYarnPackage, fetchFromGitHub, electron, makeWrapper, makeDesktopItem, lib, autoPatchelfHook, stdenv }:
mkYarnPackage rec {
pname = "vieb";
@ -16,7 +16,7 @@ mkYarnPackage rec {
yarnNix = ./yarn.nix;
yarnFlags = [ "--production" "--offline" ];
nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeWrapper autoPatchelfHook stdenv.cc.cc.lib ];
desktopItem = makeDesktopItem {
name = "vieb";

Loading…
Cancel
Save