yasr: use patch file extension

gstqt5
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 = [
./10_fix_openpty_forkpty_declarations
./20_maxpathlen
./30_conf
./40_dectalk_extended_chars
./10_fix_openpty_forkpty_declarations.patch
./20_maxpathlen.patch
./30_conf.patch
./40_dectalk_extended_chars.patch
]; # taken from the debian yasr package
meta = {