mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
Merge pull request #270814 from emilytrau/readline63-clang
readline63: fix clang build
This commit is contained in:
commit
eb9abdb1db
@ -34,6 +34,10 @@ stdenv.mkDerivation {
|
||||
in
|
||||
import ./readline-6.3-patches.nix patch);
|
||||
|
||||
env = lib.optionalAttrs stdenv.cc.isClang {
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Library for interactive line editing";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user