about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorGliczy <129636582+Gliczy@users.noreply.github.com>2024-01-23 15:06:38 +0100
committerGliczy <129636582+Gliczy@users.noreply.github.com>2024-01-23 15:06:38 +0100
commitec1754f86b482f94671992852731b8eee34e5b6c (patch)
tree123bb9cc7e98ca3744cd99a563c8808c78da09f5 /pkgs/games
parent6ab5992b6f7fd627d73bb1b9064a259346c7ca39 (diff)
downloadnixlib-ec1754f86b482f94671992852731b8eee34e5b6c.tar
nixlib-ec1754f86b482f94671992852731b8eee34e5b6c.tar.gz
nixlib-ec1754f86b482f94671992852731b8eee34e5b6c.tar.bz2
nixlib-ec1754f86b482f94671992852731b8eee34e5b6c.tar.lz
nixlib-ec1754f86b482f94671992852731b8eee34e5b6c.tar.xz
nixlib-ec1754f86b482f94671992852731b8eee34e5b6c.tar.zst
nixlib-ec1754f86b482f94671992852731b8eee34e5b6c.zip
slade: fix GLib-GIO-ERROR
Prevent crash when opening a file or directory.
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/doom-ports/slade/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/doom-ports/slade/default.nix b/pkgs/games/doom-ports/slade/default.nix
index f55a778cbe3b..42a8c2485174 100644
--- a/pkgs/games/doom-ports/slade/default.nix
+++ b/pkgs/games/doom-ports/slade/default.nix
@@ -15,6 +15,7 @@
 , glew
 , lua
 , mpg123
+, wrapGAppsHook
 }:
 
 stdenv.mkDerivation rec {
@@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
     pkg-config
     which
     zip
+    wrapGAppsHook
   ];
 
   buildInputs = [