emacs: remove unused makeWrapper dependency
As far as I can tell this is unused. The wrapper script is fully custom.
This commit is contained in:
parent
026c52949b
commit
949ea0426d
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ in customEmacsPackages.withPackages (epkgs: [ epkgs.evil epkgs.magit ])
|
|||
|
||||
*/
|
||||
|
||||
{ lib, lndir, makeWrapper, runCommand, gcc }:
|
||||
{ lib, lndir, runCommand, gcc }:
|
||||
self:
|
||||
let
|
||||
inherit (self) emacs;
|
||||
|
@ -50,7 +50,7 @@ runCommand
|
|||
(lib.appendToName "with-packages" emacs).name
|
||||
{
|
||||
inherit emacs explicitRequires;
|
||||
nativeBuildInputs = [ emacs lndir makeWrapper ];
|
||||
nativeBuildInputs = [ emacs lndir ];
|
||||
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
|
|
Loading…
Reference in a new issue