Update flake

This commit is contained in:
Invariantspace 2024-06-15 17:35:22 -07:00
parent 7a3f92ec84
commit 7329a57c22
No known key found for this signature in database
GPG key ID: EBC4A20067373921
3 changed files with 7 additions and 9 deletions

14
flake.lock generated
View file

@ -3,11 +3,11 @@
"candy-icons": { "candy-icons": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1717103572, "lastModified": 1718151542,
"narHash": "sha256-LdPoPUxE2v7u6oE8ZrjJWbwGkm1JlmjGKbYDAoU1UGk=", "narHash": "sha256-/mirQfX35xDwwCLbXuQ9zkEL+IRQfk3W9DwnyNXw/DY=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "ddafbbcae3f0c88ae6f139eaa2f0a7ca278f9395", "rev": "d6b9e40654abe3f6dda910ed0dee4368af77c479",
"revCount": 1182, "revCount": 1188,
"type": "git", "type": "git",
"url": "https://github.com/EliverLara/candy-icons" "url": "https://github.com/EliverLara/candy-icons"
}, },
@ -36,11 +36,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1717974879, "lastModified": 1718318537,
"narHash": "sha256-GTO3C88+5DX171F/gVS3Qga/hOs/eRMxPFpiHq2t+D8=", "narHash": "sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c7b821ba2e1e635ba5a76d299af62821cbcb09f3", "rev": "e9ee548d90ff586a6471b4ae80ae9cfcbceb3420",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -42,7 +42,6 @@ pkgs.plasma5Packages.callPackage
postInstall = '' postInstall = ''
chmod +x ../plugin/contents/pyext.py chmod +x ../plugin/contents/pyext.py
PATH=${python-ws}/bin:$PATH patchShebangs --build ../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 sed -i "s/exec python3 //g" ../plugin/contents/ui/Pyext.qml
mkdir -p $out/share/plasma/wallpapers/com.github.casout.wallpaperEngineKde/ mkdir -p $out/share/plasma/wallpapers/com.github.casout.wallpaperEngineKde/
cp -r ../plugin/* $out/share/plasma/wallpapers/com.github.casout.wallpaperEngineKde/ cp -r ../plugin/* $out/share/plasma/wallpapers/com.github.casout.wallpaperEngineKde/

View file

@ -30,7 +30,6 @@ pkgs.kdePackages.callPackage
meta.license = with lib.licenses; [ gpl2 ]; meta.license = with lib.licenses; [ gpl2 ];
pname = name; pname = name;
postInstall = '' 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 sed -i "s/exec python3 //g" ../plugin/contents/ui/Pyext.qml
chmod +x ../plugin/contents/pyext.py chmod +x ../plugin/contents/pyext.py
PATH=${python-ws}/bin:$PATH patchShebangs --build ../plugin/contents/pyext.py PATH=${python-ws}/bin:$PATH patchShebangs --build ../plugin/contents/pyext.py