Commit 949ea042 authored by Hraban Luyat's avatar Hraban Luyat Committed by Anderson Torres
Browse files

emacs: remove unused makeWrapper dependency

As far as I can tell this is unused. The wrapper script is fully custom.
parent 026c5294
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;