cutecom: remove no longer needed patching

This commit is contained in:
Ben Wolsieffer 2021-03-10 22:39:21 -05:00 committed by Benno Fünfstück
parent 0213d5f933
commit fc04cf152d

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 ];