Unverified Commit 0290f077 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

c-stdaux: 1.5.0 -> 1.6.0 (#417538)

parents 61728f99 8743803f
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "c-stdaux";
  version = "1.5.0";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "c-util";
    repo = "c-stdaux";
    tag = "v${version}";
    hash = "sha256-MsnuEyVCmOIr/q6I1qyPsNXp48jxIEcXoYLHbOAZtW0=";
    hash = "sha256-/15lop+WUkTW9v9h7BBdwRSpJgcBXaJNtMM7LXgcQE4=";
  };

  nativeBuildInputs = [
@@ -22,9 +22,7 @@ stdenv.mkDerivation rec {
    ninja
  ];

  # Assertion failed: (false && "!__builtin_constant_p(c_align_to(16, non_constant_expr ? 8 : 16))"),
  # function test_basic_gnuc, file ../src/test-basic.c, line 548.
  doCheck = !stdenv.hostPlatform.isDarwin;
  doCheck = true;

  meta = {
    homepage = "https://github.com/c-util/c-stdaux";