Unverified Commit 465ab8f0 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

windows: minimal eval (#437193)

parent 831fd422
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10922,7 +10922,7 @@ with pkgs;

  v4l-utils = callPackage ../os-specific/linux/v4l-utils { };

  windows = callPackages ../os-specific/windows { };
  windows = recurseIntoAttrs (callPackages ../os-specific/windows { });

  wpa_supplicant = callPackage ../os-specific/linux/wpa_supplicant { };

+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
        rPackages
        roundcubePlugins
        sourceHanPackages
        windows
        ;

      # Make sure haskell.compiler is included, so alternative GHC versions show up,