emacs: Add missing patches to the Emacs derivations
patches were removed by a recent refactoring of Emacs packages:
967259e6b4 * emacs: Factor out expression to a generic build
This commit is contained in:
@@ -42,7 +42,7 @@ assert withXwidgets -> withGTK3 && webkitgtk != null;
|
||||
let
|
||||
|
||||
in stdenv.mkDerivation {
|
||||
inherit pname version;
|
||||
inherit pname version patches;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/emacs/${name}.tar.xz";
|
||||
|
||||
Reference in New Issue
Block a user