mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 13:23:17 +00:00
qq: remove gjs
, because qq does not depend on it at all
This commit is contained in:
parent
7e3940735a
commit
f7034a9845
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user