From 8743803ffda60325a2d357cabd88a6383f784cd7 Mon Sep 17 00:00:00 2001 From: qbisi Date: Tue, 17 Jun 2025 21:31:52 +0800 Subject: [PATCH] c-stdaux: 1.5.0 -> 1.6.0 Diff: https://github.com/c-util/c-stdaux/compare/v1.5.0...v1.6.0 --- pkgs/by-name/c-/c-stdaux/package.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/c-/c-stdaux/package.nix b/pkgs/by-name/c-/c-stdaux/package.nix index d677c74f4038..520c744007dd 100644 --- a/pkgs/by-name/c-/c-stdaux/package.nix +++ b/pkgs/by-name/c-/c-stdaux/package.nix @@ -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";