diff options
Diffstat (limited to 'pkgs/unofficial-homestuck-collection/default.nix')
-rw-r--r-- | pkgs/unofficial-homestuck-collection/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/unofficial-homestuck-collection/default.nix b/pkgs/unofficial-homestuck-collection/default.nix index ec09b2b..0fdf05e 100644 --- a/pkgs/unofficial-homestuck-collection/default.nix +++ b/pkgs/unofficial-homestuck-collection/default.nix @@ -94,10 +94,10 @@ stdenv.mkDerivation (finalAttrs: { --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations}}" \ --add-flags --no-sandbox \ --set LD_LIBRARY_PATH "${ - lib.makeLibraryPath [ - libglvnd - ] - }" \ + lib.makeLibraryPath [ + libglvnd + ] + }" \ --inherit-argv0 runHook postInstall |