forked from quickshell/quickshell
parent
e55d519c28
commit
7b417bb808
1 changed files with 2 additions and 5 deletions
|
@ -118,11 +118,8 @@
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out
|
||||||
# cp will create .quickshell-wrapped in path, ln will not. It is occasionally useful.
|
cp -r ${unwrapped}/* $out
|
||||||
cp -r ${unwrapped}/bin/* $out/bin
|
|
||||||
ln -s ${unwrapped}/share $out/share
|
|
||||||
# not /lib
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue