Skip to content

Commit 7b417bb

Browse files
committed
build: add /lib/qt-6 to wrapped nix package
Fixes #130
1 parent e55d519 commit 7b417bb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

default.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,8 @@
118118
dontBuild = true;
119119

120120
installPhase = ''
121-
mkdir -p $out/bin
122-
# cp will create .quickshell-wrapped in path, ln will not. It is occasionally useful.
123-
cp -r ${unwrapped}/bin/* $out/bin
124-
ln -s ${unwrapped}/share $out/share
125-
# not /lib
121+
mkdir -p $out
122+
cp -r ${unwrapped}/* $out
126123
'';
127124

128125
passthru = {

0 commit comments

Comments
 (0)