nbd: linking with -lrt is no longer necessary because we don't link glib statically anymore

svn path=/nixpkgs/trunk/; revision=32126
This commit is contained in:
Peter Simons 2012-02-07 19:54:28 +00:00
parent a62fa4480a
commit 1451109c95

View File

@ -20,10 +20,6 @@ stdenv.mkDerivation {
# that certain global configuration files available.
doCheck = false;
# Glib calls `clock_gettime', which is in librt. Since we're using
# a static Glib, we need to pass it explicitly.
NIX_LDFLAGS = "-lrt";
meta = {
homepage = "http://nbd.sourceforge.net";
description = "map arbitrary files as block devices over the network";