haskellPackages.splot: fix build

Also introduce the top-level `splot` package which only provides the
statically linked `splot` binary.
This commit is contained in:
Bas van Dijk
2020-07-20 22:53:53 +02:00
committed by Peter Simons
parent 5d021fedc3
commit 9d17ec4073
3 changed files with 7 additions and 1 deletions

View File

@@ -1405,4 +1405,9 @@ self: super: {
# https://github.com/lehins/massiv/pull/104
massiv = dontCheck super.massiv;
# Upstream PR: https://github.com/jkff/splot/pull/9
splot = appendPatch super.splot (pkgs.fetchpatch {
url = "https://github.com/jkff/splot/commit/a6710b05470d25cb5373481cf1cfc1febd686407.patch";
sha256 = "1c5ck2ibag2gcyag6rjivmlwdlp5k0dmr8nhk7wlkzq2vh7zgw63";
});
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@@ -9769,7 +9769,6 @@ broken-packages:
- splines
- split-morphism
- splitter
- splot
- Spock
- Spock-api-ghcjs
- Spock-api-server