From 7329a57c2278692ad661d19b3af09631ee011168 Mon Sep 17 00:00:00 2001 From: macronova Date: Sat, 15 Jun 2024 17:35:22 -0700 Subject: [PATCH] Update flake --- flake.lock | 14 +++++++------- packages/wallpaper-engine-plasma5-plugin.nix | 1 - packages/wallpaper-engine-plasma6-plugin.nix | 1 - 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index e4150ae..01b863e 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "candy-icons": { "flake": false, "locked": { - "lastModified": 1717103572, - "narHash": "sha256-LdPoPUxE2v7u6oE8ZrjJWbwGkm1JlmjGKbYDAoU1UGk=", + "lastModified": 1718151542, + "narHash": "sha256-/mirQfX35xDwwCLbXuQ9zkEL+IRQfk3W9DwnyNXw/DY=", "ref": "refs/heads/master", - "rev": "ddafbbcae3f0c88ae6f139eaa2f0a7ca278f9395", - "revCount": 1182, + "rev": "d6b9e40654abe3f6dda910ed0dee4368af77c479", + "revCount": 1188, "type": "git", "url": "https://github.com/EliverLara/candy-icons" }, @@ -36,11 +36,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1717974879, - "narHash": "sha256-GTO3C88+5DX171F/gVS3Qga/hOs/eRMxPFpiHq2t+D8=", + "lastModified": 1718318537, + "narHash": "sha256-4Zu0RYRcAY/VWuu6awwq4opuiD//ahpc2aFHg2CWqFY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c7b821ba2e1e635ba5a76d299af62821cbcb09f3", + "rev": "e9ee548d90ff586a6471b4ae80ae9cfcbceb3420", "type": "github" }, "original": { diff --git a/packages/wallpaper-engine-plasma5-plugin.nix b/packages/wallpaper-engine-plasma5-plugin.nix index 816f020..4c91dc6 100644 --- a/packages/wallpaper-engine-plasma5-plugin.nix +++ b/packages/wallpaper-engine-plasma5-plugin.nix @@ -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/ diff --git a/packages/wallpaper-engine-plasma6-plugin.nix b/packages/wallpaper-engine-plasma6-plugin.nix index b2278b6..7a21b7b 100644 --- a/packages/wallpaper-engine-plasma6-plugin.nix +++ b/packages/wallpaper-engine-plasma6-plugin.nix @@ -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