eboard: link with libdl explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:50 +00:00
parent 4510ad1807
commit 19d339ce3a

View file

@ -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";