Commit e4d9c996 authored by Robert Hensing's avatar Robert Hensing Committed by Jörg Thalheim
Browse files

nixVersions.nix_2_26: Apply nix#12557 use correct stdenv

parent 7be664a7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@ let
            officialRelease
            pkgs
            src
            stdenv
            ;
        };
      };
+9 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  pkgs,
  src,
  stdenv,
  officialRelease,
}:

@@ -12,6 +11,15 @@ let
  inherit (scope)
    callPackage
    ;
  inherit
    (scope.callPackage (
      { stdenv }:
      {
        inherit stdenv;
      }
    ) { })
    stdenv
    ;
  inherit (pkgs.buildPackages)
    meson
    ninja