cernlib: use patch file extension
This commit is contained in:
parent
cb4cc7a480
commit
6fa13a7e2f
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ gnumake imake makedepend ];
|
||||
sourceRoot = ".";
|
||||
|
||||
patches = [ ./patch ];
|
||||
patches = [ ./patch.patch ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace 2006/src/config/site.def \
|
||||
|
Loading…
Reference in New Issue
Block a user