sad: Fix build
This commit is contained in:
parent
d800bd923f
commit
8ca1c925c6
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, ghc, spass }:
|
{ stdenv, fetchurl, haskell, spass }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "system-for-automated-deduction-2.3.25";
|
name = "system-for-automated-deduction-2.3.25";
|
||||||
@ -6,7 +6,7 @@ stdenv.mkDerivation {
|
|||||||
url = "http://nevidal.org/download/sad-2.3-25.tar.gz";
|
url = "http://nevidal.org/download/sad-2.3-25.tar.gz";
|
||||||
sha256 = "10jd93xgarik7xwys5lq7fx4vqp7c0yg1gfin9cqfch1k1v8ap4b";
|
sha256 = "10jd93xgarik7xwys5lq7fx4vqp7c0yg1gfin9cqfch1k1v8ap4b";
|
||||||
};
|
};
|
||||||
buildInputs = [ ghc spass ];
|
buildInputs = [ haskell.compiler.ghc844 spass ];
|
||||||
patches = [
|
patches = [
|
||||||
./patch
|
./patch
|
||||||
# Since the LTS 12.0 update, <> is an operator in Prelude, colliding with
|
# Since the LTS 12.0 update, <> is an operator in Prelude, colliding with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user