Update plugin definition
This commit is contained in:
parent
69de97b39e
commit
f528a8f4f0
5 changed files with 68 additions and 36 deletions
|
|
@ -6,9 +6,9 @@ pkgs.stdenv.mkDerivation {
|
|||
inherit name;
|
||||
src = inputs.${name};
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
runHook preInstall
|
||||
mkdir -p $out/
|
||||
cp -r yorha-${resolution}/* $out/
|
||||
cp -r yorha-${resolution}/* $out/
|
||||
runHook postInstall
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue