Update flake
This commit is contained in:
parent
7a3f92ec84
commit
7329a57c22
3 changed files with 7 additions and 9 deletions
|
|
@ -42,7 +42,6 @@ pkgs.plasma5Packages.callPackage
|
|||
postInstall = ''
|
||||
chmod +x ../plugin/contents/pyext.py
|
||||
PATH=${python-ws}/bin:$PATH patchShebangs --build ../plugin/contents/pyext.py
|
||||
sed -i "16i \\ \"[ -f \\\\\"\$HOME/.nix-profile/share/\$EXT\\\\\" ] && WKD=\\\\\"\$HOME/.nix-profile/share/\$EXT\\\\\"\"," ../plugin/contents/ui/Pyext.qml
|
||||
sed -i "s/exec python3 //g" ../plugin/contents/ui/Pyext.qml
|
||||
mkdir -p $out/share/plasma/wallpapers/com.github.casout.wallpaperEngineKde/
|
||||
cp -r ../plugin/* $out/share/plasma/wallpapers/com.github.casout.wallpaperEngineKde/
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ pkgs.kdePackages.callPackage
|
|||
meta.license = with lib.licenses; [ gpl2 ];
|
||||
pname = name;
|
||||
postInstall = ''
|
||||
sed -i "16i \\ \"[ -f \\\\\"\$HOME/.nix-profile/share/\$EXT\\\\\" ] && WKD=\\\\\"\$HOME/.nix-profile/share/\$EXT\\\\\"\"," ../plugin/contents/ui/Pyext.qml
|
||||
sed -i "s/exec python3 //g" ../plugin/contents/ui/Pyext.qml
|
||||
chmod +x ../plugin/contents/pyext.py
|
||||
PATH=${python-ws}/bin:$PATH patchShebangs --build ../plugin/contents/pyext.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue