xterm: move patches
just after src
It's a good habit to keep these close together.
This commit is contained in:
parent
0ff767f334
commit
c71628f93b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user