yasr: use patch file extension
This commit is contained in:
parent
32e87e8b02
commit
866752ce03
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user