rox-filer: link with lib{dl,m} explicitly

This commit is contained in:
Piotr Bogdan 2019-01-04 19:33:50 +00:00
parent cfdcc38720
commit b0f40b4e60

View file

@ -13,6 +13,7 @@ in stdenv.mkDerivation {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ libxml2 gtk shared-mime-info hicolor-icon-theme libSM ];
NIX_LDFLAGS = [ "-ldl" "-lm" ];
patches = [
./rox-filer-2.11-in-source-build.patch