Skip to content

Commit 92288a7

Browse files
committed
Remove sphinx override
1 parent 393293a commit 92288a7

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ in {
7676
materialized = ../materialized/happy-1.20.0;
7777
};
7878
};
79-
sphinx = with final.buildPackages; python3Packages.sphinx_1_7_9 or sphinx_5;
79+
sphinx = final.buildPackages.sphinx;
8080

8181
D5123-patch = final.fetchpatch rec { # https://phabricator.haskell.org/D5123
8282
url = "http://tarballs.nixos.org/sha256/${sha256}";

overlays/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ let
7777
armv6l-linux = import ./armv6l-linux.nix;
7878
musl = import ./musl.nix;
7979
android = import ./android.nix;
80-
sphinx = import ./sphinx.nix;
8180
tools = import ./tools.nix;
8281
emscripten = import ./emscripten.nix;
8382
nix-prefetch-git-minimal = import ./nix-prefetch-git-minimal.nix;
@@ -127,7 +126,6 @@ let
127126
hydra
128127
# Restore nixpkgs haskell and haskellPackages
129128
(_: prev: { inherit (prev.haskell-nix-prev) haskell haskellPackages; })
130-
sphinx
131129
dummy-ghc-data
132130
cacheCompilerDeps
133131
default-setup

overlays/sphinx.nix

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)