From f7034a98456e8dca2b57a653afef35c4c1df652a Mon Sep 17 00:00:00 2001 From: ChaosAttractor Date: Wed, 6 Dec 2023 15:51:10 +0800 Subject: qq: remove `gjs`, because qq does not depend on it at all --- pkgs/applications/networking/instant-messengers/qq/default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/applications/networking/instant-messengers/qq/default.nix') diff --git a/pkgs/applications/networking/instant-messengers/qq/default.nix b/pkgs/applications/networking/instant-messengers/qq/default.nix index ea7f6e53fc7dc..e90526c0a6aa7 100644 --- a/pkgs/applications/networking/instant-messengers/qq/default.nix +++ b/pkgs/applications/networking/instant-messengers/qq/default.nix @@ -2,7 +2,6 @@ , cups , dpkg , fetchurl -, gjs , glib , gtk3 , lib @@ -77,7 +76,6 @@ stdenv.mkDerivation { --replace "/usr/share" "$out/share" makeWrapper $out/opt/QQ/qq $out/bin/qq \ --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ libGL ]}" \ - --prefix PATH : "${lib.makeBinPath [ gjs ]}" \ --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" # Remove bundled libraries -- cgit 1.4.1