Merge pull request #307598 from viraptor/gtypist-clang

gtypist: fix new clang
This commit is contained in:
Pol Dellaiera 2024-05-05 16:29:38 +02:00 committed by GitHub
commit d0ffc06dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "0xzrkkmj0b1dw3yr0m9hml2y634cc4h61im6zwcq57s7285z8fn1";
};
CFLAGS = "-std=gnu89";
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ ncurses perl fortune ]
++ lib.optional stdenv.isDarwin libiconv;