Skip to content

Commit

Permalink
Revert "Merge #221900: emacs: use patchelf_0_15 to avoid upstream bug"
Browse files Browse the repository at this point in the history
This reverts commit ce7e136, reversing
changes made to 4d82a45.
  • Loading branch information
vcunat committed Mar 20, 2023
1 parent ce15577 commit df0d3e3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
4 changes: 0 additions & 4 deletions pkgs/applications/editors/emacs/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
, recurseIntoAttrs, emacsPackagesFor
, libgccjit, makeWrapper # native-comp params
, fetchFromSavannah, fetchFromBitbucket
, patchelf_0_15

# macOS dependencies for NS and macPort
, AppKit, Carbon, Cocoa, IOKit, OSAKit, Quartz, QuartzCore, WebKit
Expand Down Expand Up @@ -137,9 +136,6 @@ assert withTreeSitter -> tree-sitter != null;
];

nativeBuildInputs = [ pkg-config makeWrapper ]
# TODO: remove once it's fixed upstream and released:
# https://github.com/NixOS/patchelf/issues/482
++ [ patchelf_0_15 ]
++ lib.optionals (srcRepo || withMacport) [ texinfo ]
++ lib.optionals srcRepo [ autoreconfHook ]
++ lib.optional (withX && (withGTK3 || withXwidgets)) wrapGAppsHook;
Expand Down
36 changes: 0 additions & 36 deletions pkgs/development/tools/misc/patchelf/0.15.nix

This file was deleted.

5 changes: 0 additions & 5 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18570,11 +18570,6 @@ with pkgs;
patchelf_0_13 = callPackage ../development/tools/misc/patchelf/0.13.nix {
patchelf = patchelfStable;
};

# used by emacs which is not compatible to 0.17.2 release:
# https://github.com/NixOS/patchelf/issues/482
patchelf_0_15 = callPackage ../development/tools/misc/patchelf/0.15.nix { };

patchelfStable = callPackage ../development/tools/misc/patchelf { };

patchelfUnstable = lowPrio (callPackage ../development/tools/misc/patchelf/unstable.nix { });
Expand Down

0 comments on commit df0d3e3

Please sign in to comment.