cutecom: remove no longer needed patching

This commit is contained in:
Ben Wolsieffer
2021-03-11 13:25:38 +01:00
committed by Benno Fünfstück
parent 0213d5f933
commit fc04cf152d
-5
View File
@@ -11,11 +11,6 @@ mkDerivation rec {
sha256 = "X8jeESt+x5PxK3rTNC1h1Tpvue2WH09QRnG2g1eMoEE=";
};
preConfigure = ''
substituteInPlace CMakeLists.txt \
--replace "#find_package(Serialport REQUIRED)" "find_package(Qt5SerialPort REQUIRED)"
'';
buildInputs = [ qtbase qtserialport ];
nativeBuildInputs = [ cmake ];