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