mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 04:18:24 +00:00
signal-desktop: use non-binary wrapper for wrapGAppsHook
The use of --add-flags in this derivation does not work with binary wrappers, which wrapGAppsHook uses since #164163.
This commit is contained in:
parent
d369c0c118
commit
70d7d6eefa
@ -1,4 +1,4 @@
|
||||
{ stdenv, lib, fetchurl, autoPatchelfHook, dpkg, wrapGAppsHook, nixosTests
|
||||
{ stdenv, lib, fetchurl, autoPatchelfHook, dpkg, wrapGAppsHook, makeWrapper, nixosTests
|
||||
, gtk3, atk, at-spi2-atk, cairo, pango, gdk-pixbuf, glib, freetype, fontconfig
|
||||
, dbus, libX11, xorg, libXi, libXcursor, libXdamage, libXrandr, libXcomposite
|
||||
, libXext, libXfixes, libXrender, libXtst, libXScrnSaver, nss, nspr, alsa-lib
|
||||
@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
autoPatchelfHook
|
||||
dpkg
|
||||
wrapGAppsHook
|
||||
(wrapGAppsHook.override { makeBinaryWrapper = makeWrapper; })
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user