From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH 78/86] gnu: rust-clippy: Add rust-serde input. Date: Tue, 3 Jan 2017 23:36:34 +0000 Message-ID: <20170103233642.3181-79-ng0@libertad.pw> References: <20170103233642.3181-1-ng0@libertad.pw> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOYfw-0004yk-2J for guix-devel@gnu.org; Tue, 03 Jan 2017 18:39:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOYfr-0002cn-OV for guix-devel@gnu.org; Tue, 03 Jan 2017 18:39:28 -0500 Received: from aibo.runbox.com ([91.220.196.211]:33556) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOYfr-0002c5-Hm for guix-devel@gnu.org; Tue, 03 Jan 2017 18:39:23 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cOYfl-0003D0-Ax for guix-devel@gnu.org; Wed, 04 Jan 2017 00:39:17 +0100 In-Reply-To: <20170103233642.3181-1-ng0@libertad.pw> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/rust.scm (rust-clippy)[arguments]: Add rust-serde. Remove TODO comment. --- gnu/packages/rust.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 786e83491..212d3a3e7 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -1991,7 +1991,7 @@ avoid common pitfalls in Rust.") ("rust-compiletest-rs" ,rust-compiletest-rs "src") ("rust-lazy-static" ,rust-lazy-static "src") ("rust-regex" ,rust-regex "src") - ;; TODO: ("rust-serde" ,rust-serde "src") + ("rust-serde" ,rust-serde "src") ("rust-rustc-serialize" ,rust-rustc-serialize "src"))) (inputs `(("rust-clippy-lints" ,rust-clippy-lints "src"))) -- 2.11.0