From 8868145a8b13fea0e0512b13e7387ec46253b7e1 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 13 Apr 2019 18:24:51 +0800 Subject: [PATCH] rust: remove unneeded inputs (#13) --- artiq/pkgs/rust/rustc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/pkgs/rust/rustc.nix b/artiq/pkgs/rust/rustc.nix index 6201908..ad452b1 100644 --- a/artiq/pkgs/rust/rustc.nix +++ b/artiq/pkgs/rust/rustc.nix @@ -1,5 +1,5 @@ { stdenv, targetPackages -, fetchurl, fetchgit, fetchzip, file, python2, tzdata, ps +, fetchurl, file, python2, tzdata, ps , llvm-or1k, ncurses, zlib, darwin, rustPlatform, git, cmake, curl , which, libffi, gdb , version