eboard: link with libdl explicitly
This commit is contained in:
parent
4510ad1807
commit
19d339ce3a
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ stdenv.mkDerivation {
|
|||
|
||||
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
|
||||
|
||||
NIX_LDFLAGS = [
|
||||
"-ldl"
|
||||
];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.bergo.eng.br/eboard/;
|
||||
description = "Chess interface for Unix-like systems";
|
||||
|
|
Loading…
Reference in a new issue