edUnstable: init at 1.20-pre2

This commit is contained in:
Anderson Torres
2023-08-05 14:36:24 +00:00
parent 9d5713843f
commit 06a4aa3cdf
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -10,4 +10,5 @@ lib.makeScope pkgs.newScope (self:
};
ed = callPackage (self.sources.ed) { };
edUnstable = callPackage (self.sources.edUnstable) { };
})
+11
View File
@@ -31,4 +31,15 @@ in
in import ./generic.nix {
inherit pname version src meta;
};
edUnstable = let
pname = "ed";
version = "1.20-pre2";
src = fetchurl {
url = "http://download.savannah.gnu.org/releases/ed/ed-${version}.tar.lz";
hash = "sha256-bHTDeMhVNNo3qqDNoBNaBA+DHDa4WJpfQNcTvAUPgsY=";
};
in import ./generic.nix {
inherit pname version src meta;
};
}
+1 -1
View File
@@ -30992,7 +30992,7 @@ with pkgs;
ecs-agent = callPackage ../applications/virtualization/ecs-agent { };
inherit (recurseIntoAttrs (callPackage ../applications/editors/ed { }))
ed;
ed edUnstable;
edbrowse = callPackage ../applications/editors/edbrowse { };