Fix persistence and update deprecated dependencies

This commit is contained in:
2026-07-07 13:58:25 +01:00
parent 7460d38653
commit 3eb15736f3
3 changed files with 21 additions and 18 deletions
+10 -7
View File
@@ -2,7 +2,10 @@
, ruby
, makeWrapper
, pkg-config
, xorg
, libxcb
, xcbutilwm
, xrandr
, xprop
, rubyPackages
, gcc
, lib
@@ -24,10 +27,10 @@ stdenv.mkDerivation {
(ruby.withPackages (ps: [
ps.ffi
]))
xorg.libxcb
xorg.xcbutilwm
xorg.xrandr
xorg.xprop
libxcb
xcbutilwm
xrandr
xprop
];
buildPhase = ''
@@ -53,8 +56,8 @@ stdenv.mkDerivation {
wrapProgram $out/bin/kutu.rb \
--prefix PATH : ${lib.makeBinPath [
xorg.xrandr
xorg.xprop
xrandr
xprop
]}
'';
}