|
|
@ -23,8 +23,8 @@ in stdenv.mkDerivation { |
|
|
|
src = fetchFromGitHub { |
|
|
|
owner = "moves-rwth"; |
|
|
|
repo = "storm"; |
|
|
|
rev = "4378279c6419541e7100270937c849e5c5d53fea"; |
|
|
|
sha256 = "1yhz9642s09izy9qid0a03i4c29cdvrmrrx9wa35dw5vkv6gxp0f"; |
|
|
|
rev = "8332abab58f0c672561f5bbebd585a159852d8cc"; |
|
|
|
sha256 = "02ixywhfkxr8xlcizqbysb1yinsjzl6rc0cjlsg8dz8w2r3m6qix"; |
|
|
|
}; |
|
|
|
|
|
|
|
buildInputs = [ boost carl cln doxygen gmp ginac glpk hwloc l3pp xercesc ] |
|
|
@ -39,7 +39,6 @@ in stdenv.mkDerivation { |
|
|
|
|
|
|
|
postPatch = '' |
|
|
|
sed -f ${l3ppCmakeSed} -i resources/3rdparty/CMakeLists.txt |
|
|
|
substituteInPlace CMakeLists.txt --replace "include(export)" "" |
|
|
|
''; |
|
|
|
|
|
|
|
meta = with stdenv.lib; { |
|
|
|