Skip to content

Commit

Permalink
Merge pull request #98239 from Sohalt/avy
Browse files Browse the repository at this point in the history
avy: 2017.10.16 -> cav19
  • Loading branch information
thoughtpolice committed Sep 23, 2020
2 parents 02be5a8 + 4072234 commit daaa0e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.

This file was deleted.

12 changes: 4 additions & 8 deletions pkgs/applications/science/logic/avy/default.nix
@@ -1,13 +1,13 @@
{ stdenv, fetchgit, cmake, zlib, boost }:

stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "avy";
version = "2017.10.16";
version = "2019.05.01"; # date of cav19 tag

src = fetchgit {
url = "https://bitbucket.org/arieg/extavy";
rev = "c75c83379c38d6ea1046d0caee95aef77283ffe3";
sha256 = "0zcycnypg4q5g710bnkjpycaawmibc092vmyhgfbixkgq9fb5lfh";
rev = "cav19";
sha256 = "0qdzy9srxp5f38x4dbb3prnr9il6cy0kz80avrvd7fxqzy7wdlwy";
fetchSubmodules = true;
};

Expand All @@ -31,10 +31,6 @@ stdenv.mkDerivation {
patch -p1 -d glucose -i ${./glucose-fenv.patch}
'';

patches =
[ ./0001-no-static-boost-libs.patch
];

installPhase = ''
mkdir -p $out/bin
cp avy/src/{avy,avybmc} $out/bin/
Expand Down

0 comments on commit daaa0e3

Please sign in to comment.