From 6fa13a7e2f4bb4088cef52c995329381e7cc5879 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 26 May 2020 14:50:03 +1000 Subject: [PATCH] cernlib: use patch file extension --- pkgs/development/libraries/physics/cernlib/default.nix | 2 +- .../libraries/physics/cernlib/{patch => patch.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/development/libraries/physics/cernlib/{patch => patch.patch} (100%) diff --git a/pkgs/development/libraries/physics/cernlib/default.nix b/pkgs/development/libraries/physics/cernlib/default.nix index c6a9835d13b6..8c4d688b697e 100644 --- a/pkgs/development/libraries/physics/cernlib/default.nix +++ b/pkgs/development/libraries/physics/cernlib/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ gnumake imake makedepend ]; sourceRoot = "."; - patches = [ ./patch ]; + patches = [ ./patch.patch ]; postPatch = '' substituteInPlace 2006/src/config/site.def \ diff --git a/pkgs/development/libraries/physics/cernlib/patch b/pkgs/development/libraries/physics/cernlib/patch.patch similarity index 100% rename from pkgs/development/libraries/physics/cernlib/patch rename to pkgs/development/libraries/physics/cernlib/patch.patch