Merge pull request #316085 from linj-fork/pr/fix-melpaBuild-commit
melpaPackages: fix commit of melpaBuild for generated MELPA packages
This commit is contained in:
commit
98f02a23f4
@ -79,7 +79,8 @@ in {
|
|||||||
lib.nameValuePair ename (
|
lib.nameValuePair ename (
|
||||||
self.callPackage ({ melpaBuild, fetchurl, ... }@pkgargs:
|
self.callPackage ({ melpaBuild, fetchurl, ... }@pkgargs:
|
||||||
melpaBuild {
|
melpaBuild {
|
||||||
inherit pname ename commit;
|
inherit pname ename;
|
||||||
|
inherit (sourceArgs) commit;
|
||||||
version = lib.optionalString (version != null)
|
version = lib.optionalString (version != null)
|
||||||
(lib.concatStringsSep "." (map toString
|
(lib.concatStringsSep "." (map toString
|
||||||
# Hack: Melpa archives contains versions with parse errors such as [ 4 4 -4 413 ] which should be 4.4-413
|
# Hack: Melpa archives contains versions with parse errors such as [ 4 4 -4 413 ] which should be 4.4-413
|
||||||
|
Loading…
Reference in New Issue
Block a user