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