project-plus: remove sd and launcher from derivation
This commit is contained in:
parent
5aae9cdf5d
commit
4191eb50bf
2 changed files with 12 additions and 13 deletions
|
|
@ -1,8 +1,6 @@
|
|||
{
|
||||
fpp-config,
|
||||
userDir ? "/home/ooks/.config/project-plus",
|
||||
fpp-sd,
|
||||
fpp-launcher,
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
|
|
@ -161,7 +159,7 @@ in
|
|||
cp Binaries/ $out/ -r
|
||||
|
||||
mkdir -p $out/bin
|
||||
ln -s $out/Binaries/ishiiruka $out/bin/project-plus
|
||||
ln -s $out/Binaries/ishiiruka $out/bin/faster-project-plus
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue