projecteur: remove obsolete postPatch step

This commit is contained in:
Pol Dellaiera
2025-11-07 14:09:33 +01:00
parent 5007dc33a7
commit a0e4d5fa7e
@@ -23,10 +23,6 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-F7o93rBjrDTmArTIz8RB/uGBOYE6ny/U7ppk+jEhM5A=";
};
postPatch = ''
sed '1i#include <array>' -i src/device.h # gcc12
'';
buildInputs = [
qtbase
qtgraphicaleffects