fix
This commit is contained in:
parent
95388efbc8
commit
41321a5364
@ -34,8 +34,10 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
wallpaper-engine-plugin-src = {
|
||||
url = "github:catsout/wallpaper-engine-kde-plugin/main";
|
||||
url = "github:catsout/wallpaper-engine-kde-plugin/9e60b364e268814a1a778549c579ad45a9b9c7bb";
|
||||
flake = false;
|
||||
type = "git";
|
||||
submodules = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@ -4,14 +4,13 @@ pkgs.kdePackages.mkKdeDerivation rec {
|
||||
pname = "wallpaper-engine-plugin";
|
||||
version = "unstable-2023-07-01";
|
||||
|
||||
src = if inputs != null && inputs ? wallpaper-engine-plugin-src
|
||||
then inputs.wallpaper-engine-plugin-src
|
||||
else pkgs.fetchgit {
|
||||
url = "https://github.com/catsout/wallpaper-engine-kde-plugin.git";
|
||||
rev = "9e60b364e268814a1a778549c579ad45a9b9c7bb";
|
||||
hash = "sha256-zEpELmuK+EvQ1HIWxCSAGyJAjmGgp0yqjtNuC2DTES8=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
# Always use fetchgit to ensure submodules are properly fetched
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://github.com/catsout/wallpaper-engine-kde-plugin.git";
|
||||
rev = "9e60b364e268814a1a778549c579ad45a9b9c7bb";
|
||||
hash = "sha256-zEpELmuK+EvQ1HIWxCSAGyJAjmGgp0yqjtNuC2DTES8=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
extraNativeBuildInputs = [
|
||||
pkgs.kdePackages.kpackage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user