emacs-macport: fix build
I don’t love how this is separated from the actual declaration of
the source, but it seems to be what we have to do.
Fixes: 4a2ad8134b
This commit is contained in:
@@ -31,6 +31,11 @@ lib.makeScope pkgs.newScope (
|
||||
withPgtk = true;
|
||||
};
|
||||
|
||||
emacs29-macport = callPackage (self.sources.emacs29-macport) inheritedArgs;
|
||||
emacs29-macport = callPackage (self.sources.emacs29-macport) (
|
||||
inheritedArgs
|
||||
// {
|
||||
srcRepo = true;
|
||||
}
|
||||
);
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user