Commit a0e4d5fa authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

projecteur: remove obsolete `postPatch` step

parent 5007dc33
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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