mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
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:
parent
9fd106a33c
commit
556b29dd3e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user