makeRustPlatform: Remove self argument

This commit is contained in:
John Ericson
2016-07-09 00:01:49 -07:00
committed by Moritz Ulrich
parent 0ad8d0b127
commit bed2a14afa
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
targets ? [], targetToolchains ? [], targetPatches ? [] }:
let
rustPlatform = recurseIntoAttrs (makeRustPlatform (callPackage ./bootstrap.nix {}) rustPlatform);
rustPlatform = recurseIntoAttrs (makeRustPlatform (callPackage ./bootstrap.nix {}));
in
rec {