xterm: move patches just after src

It's a good habit to keep these close together.
This commit is contained in:
Vladimír Čunát 2024-06-29 09:42:29 +02:00
parent 0ff767f334
commit c71628f93b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
hash = "sha256-TVc3LvCOr6n7doLbjQe+D+BRPljoR4wuyOm2JIbn/l4=";
};
patches = [ ./sixel-256.support.patch ];
strictDeps = true;
nativeBuildInputs = [ makeWrapper pkg-config fontconfig ];
@ -32,8 +34,6 @@ stdenv.mkDerivation rec {
xorg.luit
];
patches = [ ./sixel-256.support.patch ];
configureFlags = [
"--enable-wide-chars"
"--enable-256-color"