help
This commit is contained in:
parent
e839e87abb
commit
80b2b57d79
1 changed files with 8 additions and 1 deletions
|
@ -41,9 +41,16 @@ with lib; let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
app-launcher = epkgs.melpaBuild {
|
app-launcher = epkgs.melpaBuild {
|
||||||
pname = "applauncher";
|
pname = "app-launcher";
|
||||||
version = "1.0";
|
version = "1.0";
|
||||||
|
|
||||||
|
|
||||||
|
commit = "d5015e394b0a666a8c7c4d4bdf786266e773b145";
|
||||||
|
|
||||||
|
recipe = writeText "recipe" ''
|
||||||
|
(app-launcher :repo "SebastienWae/app-launcher" :fetcher github)
|
||||||
|
'';
|
||||||
|
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "SebastienWae";
|
owner = "SebastienWae";
|
||||||
repo = "app-launcher";
|
repo = "app-launcher";
|
||||||
|
|
Loading…
Reference in a new issue