g-wrap: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 16:12:19 -05:00
committed by Michael Daniels
parent 65c67c3fc2
commit f44cfd1f47
2 changed files with 2 additions and 5 deletions
+2 -2
View File
@@ -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
];
-3
View File
@@ -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