nixmacs
This commit is contained in:
parent
942ea72b92
commit
10e698fa42
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
mkEmacs = emacs:
|
mkEmacs = emacs:
|
||||||
pkgs.runCommand emacs.name
|
pkgs.runCommand "nixmacs"
|
||||||
{
|
{
|
||||||
nativeBuildInputs = [pkgs.makeBinaryWrapper];
|
nativeBuildInputs = [pkgs.makeBinaryWrapper];
|
||||||
inherit (emacs) meta;
|
inherit (emacs) meta;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue