fix derivation
This commit is contained in:
parent
5e0036e591
commit
95388efbc8
@ -6,11 +6,10 @@ pkgs.kdePackages.mkKdeDerivation rec {
|
|||||||
|
|
||||||
src = if inputs != null && inputs ? wallpaper-engine-plugin-src
|
src = if inputs != null && inputs ? wallpaper-engine-plugin-src
|
||||||
then inputs.wallpaper-engine-plugin-src
|
then inputs.wallpaper-engine-plugin-src
|
||||||
else pkgs.fetchFromGitHub {
|
else pkgs.fetchgit {
|
||||||
owner = "catsout";
|
url = "https://github.com/catsout/wallpaper-engine-kde-plugin.git";
|
||||||
repo = "wallpaper-engine-kde-plugin";
|
|
||||||
rev = "9e60b364e268814a1a778549c579ad45a9b9c7bb";
|
rev = "9e60b364e268814a1a778549c579ad45a9b9c7bb";
|
||||||
sha256 = "sha256-zEpELmuK+EvQ1HIWxCSAGyJAjmGgp0yqjtNuC2DTES8=";
|
hash = "sha256-zEpELmuK+EvQ1HIWxCSAGyJAjmGgp0yqjtNuC2DTES8=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user