dxflib: move to libsForQt5

This commit is contained in:
Thomas Tuegel
2020-09-07 11:20:28 -05:00
parent c0c73c1f21
commit d1e022773d
2 changed files with 4 additions and 5 deletions
@@ -1,6 +1,6 @@
{ stdenv
, fetchurl
, qt5
, qmake
}:
stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "09yjgzh8677pzkkr7a59pql5d11451c22pxksk2my30mapxsri96";
};
nativeBuildInputs = [
qt5.qmake
qmake
];
preConfigure = ''
sed -i 's/CONFIG += staticlib/CONFIG += shared/' dxflib.pro
@@ -42,4 +42,3 @@ stdenv.mkDerivation rec {
description = ''DXF file format library'';
};
}