From e78763da0df3d227b86b1012c99512ab000263c7 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Wed, 7 Jan 2015 06:19:36 +0100 Subject: [PATCH] rustcMaster: Rust's install script now installs the docs --- pkgs/development/compilers/rustc/head.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/compilers/rustc/head.nix b/pkgs/development/compilers/rustc/head.nix index a2d5230ca8f..b10e593ed39 100644 --- a/pkgs/development/compilers/rustc/head.nix +++ b/pkgs/development/compilers/rustc/head.nix @@ -88,9 +88,4 @@ in stdenv.mkDerivation { preCheck = "export TZDIR=${tzdata}/share/zoneinfo"; doCheck = true; - - postInstall = '' - # Install documentation - cp -r doc "$out/share/doc" - ''; }