Commit bbe8bb1c authored by Colin's avatar Colin Committed by Jörg Thalheim
Browse files

hyprland: support cross-compilation

parent 3175915a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -77,6 +77,11 @@ stdenv.mkDerivation (finalAttrs: {
      --replace "@DIRTY@" ""
  '';

  depsBuildBuild = [
    # to find wayland-scanner when cross-compiling
    pkg-config
  ];

  nativeBuildInputs = [
    jq
    makeWrapper