yasr: use patch file extension

This commit is contained in:
zowoq 2020-08-06 11:13:54 +10:00
parent 32e87e8b02
commit 866752ce03
5 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@ stdenv.mkDerivation rec {
}; };
patches = [ patches = [
./10_fix_openpty_forkpty_declarations ./10_fix_openpty_forkpty_declarations.patch
./20_maxpathlen ./20_maxpathlen.patch
./30_conf ./30_conf.patch
./40_dectalk_extended_chars ./40_dectalk_extended_chars.patch
]; # taken from the debian yasr package ]; # taken from the debian yasr package
meta = { meta = {