rox-filer: link with lib{dl,m} explicitly
This commit is contained in:
parent
cfdcc38720
commit
b0f40b4e60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user