Unverified Commit 8d80ea9a authored by quantenzitrone's avatar quantenzitrone
Browse files

libffi{Real,_3_3}: move to pkgs/by-name

this shouldn't create any rebuilds
parent 54f87751
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7155,9 +7155,7 @@ with pkgs;
  # merged upstream. This is needed by some packages (such as cffi).
  #
  # `libffiReal` is provided in case the upstream libffi package is needed on Darwin instead of the fork.
  libffiReal = callPackage ../development/libraries/libffi { };
  libffi = if stdenv.hostPlatform.isDarwin then darwin.libffi else libffiReal;
  libffi_3_3 = callPackage ../development/libraries/libffi/3.3.nix { };

  # https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=blob;f=README;h=fd6e1a83f55696c1f7a08f6dfca08b2d6b7617ec;hb=70058cd9f944d620764e57c838209afae8a58c78#l118
  libgpg-error-gen-posix-lock-obj = libgpg-error.override {