Commit f902cb49 authored by Jade Lovelace's avatar Jade Lovelace Committed by Alyssa Ross
Browse files

nim: fix evaluation

nimble-unwrapped was breaking ofborg. :(

By the looks of it nimble-unwrapped was removed but the references in
all-packages.nix and in the callPackage invocation were not removed. So
remove them.

Proximal cause: https://github.com/NixOS/nixpkgs/pull/258093

https://gist.github.com/GrahamcOfBorg/7a33204709bf948180670867a9e22e02
parent 6fad6d2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@

{ lib, callPackage, buildPackages, stdenv, fetchurl, fetchgit, fetchFromGitHub
, makeWrapper, openssl, pcre, readline, boehmgc, sqlite, Security, nim-unwrapped
, nim-unwrapped-2, nimble-unwrapped, nim }:
, nim-unwrapped-2, nim }:

let
  parseCpu = platform:
+1 −1
Original line number Diff line number Diff line
@@ -16803,7 +16803,7 @@ with pkgs;
  inherit (callPackages ../development/compilers/nim
                        { inherit (darwin) Security;  }
          ) nim-unwrapped nim-unwrapped-2 nimble-unwrapped nim nim2;
          ) nim-unwrapped nim-unwrapped-2 nim nim2;
  nimPackages = recurseIntoAttrs nim.pkgs;
  nim2Packages = recurseIntoAttrs nim2.pkgs;