File tree Expand file tree Collapse file tree 3 files changed +1
-29
lines changed Expand file tree Collapse file tree 3 files changed +1
-29
lines changed Original file line number Diff line number Diff line change 76
76
materialized = ../materialized/happy-1.20.0 ;
77
77
} ;
78
78
} ;
79
- sphinx = with final . buildPackages ; python3Packages . sphinx_1_7_9 or sphinx_5 ;
79
+ sphinx = final . buildPackages . sphinx ;
80
80
81
81
D5123-patch = final . fetchpatch rec { # https://phabricator.haskell.org/D5123
82
82
url = "http://tarballs.nixos.org/sha256/${ sha256 } " ;
Original file line number Diff line number Diff line change 77
77
armv6l-linux = import ./armv6l-linux.nix ;
78
78
musl = import ./musl.nix ;
79
79
android = import ./android.nix ;
80
- sphinx = import ./sphinx.nix ;
81
80
tools = import ./tools.nix ;
82
81
emscripten = import ./emscripten.nix ;
83
82
nix-prefetch-git-minimal = import ./nix-prefetch-git-minimal.nix ;
127
126
hydra
128
127
# Restore nixpkgs haskell and haskellPackages
129
128
( _ : prev : { inherit ( prev . haskell-nix-prev ) haskell haskellPackages ; } )
130
- sphinx
131
129
dummy-ghc-data
132
130
cacheCompilerDeps
133
131
default-setup
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments