add Desktop Item

master
Daniel Olsen 2021-08-10 22:52:13 +02:00
parent 104244ad03
commit 63a68321d7
1 changed files with 4 additions and 0 deletions

View File

@ -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