Unverified Commit 69f3e77c authored by Mauricio Collares's avatar Mauricio Collares Committed by GitHub
Browse files

nauty: 2.8.9 -> 2.9.0 (#426254)

parents a0b6a98e 36faf36f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
  pname = "nauty";
  version = "2.8.9";
  version = "2.9.0";

  src = fetchurl {
    url = "https://pallini.di.uniroma1.it/nauty${
      builtins.replaceStrings [ "." ] [ "_" ] version
    }.tar.gz";
    sha256 = "sha256-yXq0K/SHlqhqWYvOPpJpBHyisywU/CPgcgiiRP5SxO4=";
    sha256 = "sha256-eziDTHzv4X0l4F7vHvOIL6nNGTP1grnrnedHdBGVYFM=";
  };

  outputs = [
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
    "dev"
  ];

  # HACK: starting from 2.8.9, the makefile tries to copy .libs/*.a files unconditionally
  # HACK: starting from 2.9.0, the makefile tries to copy .libs/*.a files unconditionally
  dontDisableStatic = true;

  configureFlags = [