plex-desktop: fix and enable strictDeps

This commit is contained in:
FliegendeWurst
2025-01-20 16:40:29 +01:00
parent d7104f1822
commit 28d1c1799c
+7 -5
View File
@@ -69,25 +69,25 @@ let
hash = "sha512-3ofO4a8HDWeUfjsv+4A5bC0jlQwxIew1CnL39Oa0bjnqShwRQjMW1vSHOjsJ1AHMkbp3h5W/2tFRxPL2C/Heqg==";
};
nativeBuildInputs = [ squashfsTools ];
nativeBuildInputs = [
autoPatchelfHook
makeShellWrapper
squashfsTools
];
buildInputs = [
alsa-lib
autoPatchelfHook
dbus
elfutils
expat
glib
glibc
libGL
libapparmor
libbsd
libedit
libffi_3_3
libgcrypt
makeShellWrapper
sqlite
squashfsTools
stdenv.cc.cc
tcp_wrappers
udev
@@ -97,6 +97,8 @@ let
zstd
];
strictDeps = true;
unpackPhase = ''
runHook preUnpack
unsquashfs "$src"