about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc
diff options
context:
space:
mode:
authorLaverne Schrock <laverne@schrock.email>2016-12-26 08:15:32 -0600
committerPeter Simons <simons@cryp.to>2016-12-28 17:30:16 +0100
commit527468209c66b53e37121e67edc39acadb6da9da (patch)
tree18e47fa4109442d5f6ce203a7320e1147fdef048 /pkgs/development/compilers/ghc
parent1a78981b2f5141bac2f8d0255998b9465b0043a9 (diff)
downloadnixlib-527468209c66b53e37121e67edc39acadb6da9da.tar
nixlib-527468209c66b53e37121e67edc39acadb6da9da.tar.gz
nixlib-527468209c66b53e37121e67edc39acadb6da9da.tar.bz2
nixlib-527468209c66b53e37121e67edc39acadb6da9da.tar.lz
nixlib-527468209c66b53e37121e67edc39acadb6da9da.tar.xz
nixlib-527468209c66b53e37121e67edc39acadb6da9da.tar.zst
nixlib-527468209c66b53e37121e67edc39acadb6da9da.zip
ghc-8.0.2: add sphinx to inputs for documentation
Closes https://github.com/NixOS/nixpkgs/pull/21434.
Diffstat (limited to 'pkgs/development/compilers/ghc')
-rw-r--r--pkgs/development/compilers/ghc/8.0.2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ghc/8.0.2.nix b/pkgs/development/compilers/ghc/8.0.2.nix
index 977a0fb39b6f..b2ae92e02c66 100644
--- a/pkgs/development/compilers/ghc/8.0.2.nix
+++ b/pkgs/development/compilers/ghc/8.0.2.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, fetchpatch, bootPkgs, perl, gmp, ncurses, libiconv, binutils, coreutils
-, hscolour, patchutils
+, hscolour, patchutils, sphinx
 }:
 
 let
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   patches = [] ++ stdenv.lib.optional stdenv.isLinux ./ghc-no-madv-free.patch;
 
-  buildInputs = [ ghc perl hscolour ];
+  buildInputs = [ ghc perl hscolour sphinx ];
 
   enableParallelBuilding = true;