add Desktop Item
This commit is contained in:
parent
104244ad03
commit
63a68321d7
|
@ -25,8 +25,12 @@ stdenv.mkDerivation rec {
|
|||
dontWrapGApps = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/opt $out/bin
|
||||
cp -r dist soundux-${version} $out/opt
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
# Soundux loads pipewire, pulse and libwnck optionally during runtime
|
||||
|
|
Loading…
Reference in New Issue