Merge pull request #212276 from alyssais/nbd-NIX_LDFLAGS

nbd: remove NIX_LDFLAGS hack
This commit is contained in:
Weijia Wang
2023-01-24 06:00:40 +01:00
committed by GitHub
-5
View File
@@ -25,11 +25,6 @@ stdenv.mkDerivation rec {
test = nixosTests.nbd;
};
# Glib calls `clock_gettime', which is in librt. Linking that library
# here ensures that a proper rpath is added to the executable so that
# it can be loaded at run-time.
NIX_LDFLAGS = lib.optionalString stdenv.isLinux "-lrt -lpthread";
meta = {
homepage = "https://nbd.sourceforge.io/";
description = "Map arbitrary files as block devices over the network";