Unverified Commit f44cfd1f authored by Aliaksandr's avatar Aliaksandr Committed by Michael Daniels
Browse files

g-wrap: remove top-level override

parent 65c67c3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
  fetchurl,
  lib,
  stdenv,
  guile,
  guile_2_2,
  guile-lib,
  libffi,
  pkg-config,
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
  # Note: Glib support is optional, but it's quite useful (e.g., it's used by
  # Guile-GNOME).
  buildInputs = [
    guile
    guile_2_2
    glib
    guile-lib
  ];
+0 −3
Original line number Diff line number Diff line
@@ -6102,9 +6102,6 @@ with pkgs;
  griffe = with python3Packages; toPythonApplication griffe;

  gwrap = g-wrap;
  g-wrap = callPackage ../by-name/g-/g-wrap/package.nix {
    guile = guile_2_2;
  };

  hadolint =
    # TODO: Erroneous references to GHC on aarch64-darwin: https://github.com/NixOS/nixpkgs/issues/318013