forked from mirrors/nixpkgs
urbit: Fix build
This commit is contained in:
parent
1e665de6b4
commit
adf471c83c
|
@ -18,6 +18,9 @@ stdenv.mkDerivation rec {
|
|||
ncurses perl zlib python
|
||||
];
|
||||
|
||||
# uses 'readdir_r' deprecated by glibc 2.24
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
|
||||
|
||||
configurePhase = ''
|
||||
:
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue