build: add /lib/qt-6 to wrapped nix package

Fixes #130
This commit is contained in:
outfoxxed 2025-07-18 17:58:20 -07:00
parent e55d519c28
commit 7b417bb808
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -118,11 +118,8 @@
dontBuild = true;
installPhase = ''
mkdir -p $out/bin
# cp will create .quickshell-wrapped in path, ln will not. It is occasionally useful.
cp -r ${unwrapped}/bin/* $out/bin
ln -s ${unwrapped}/share $out/share
# not /lib
mkdir -p $out
cp -r ${unwrapped}/* $out
'';
passthru = {