gtk-server: link with libdl explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:50 +00:00
parent 3d94f68c75
commit 46fad2b3b8

View File

@ -14,6 +14,10 @@ stdenv.mkDerivation rec {
configureOptions = [ "--with-gtk2" ];
NIX_LDFLAGS = [
"-ldl"
];
meta = {
description = "gtk-server for interpreted GUI programming";
homepage = http://www.gtk-server.org/;