From ed2e74d9dba47ff5cbb2c33762fe9b0a9721ae1a Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 5 Aug 2020 19:50:47 +1000 Subject: [PATCH] ocamlPackages.gmetadom: use patch file extension --- pkgs/development/ocaml-modules/gmetadom/default.nix | 2 +- .../ocaml-modules/gmetadom/{gcc-4.3.dpatch => gcc-4.3.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/development/ocaml-modules/gmetadom/{gcc-4.3.dpatch => gcc-4.3.patch} (100%) diff --git a/pkgs/development/ocaml-modules/gmetadom/default.nix b/pkgs/development/ocaml-modules/gmetadom/default.nix index d47ad8ce859..f01f3e8cad5 100644 --- a/pkgs/development/ocaml-modules/gmetadom/default.nix +++ b/pkgs/development/ocaml-modules/gmetadom/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation rec { sha256 = "0skmlv0pnqvg99wzzzi1h4zhwzd82xg7xpkj1kwpfy7bzinjh7ig"; }; - patches = [ ./gcc-4.3.dpatch ]; + patches = [ ./gcc-4.3.patch ]; dontDisableStatic = true; diff --git a/pkgs/development/ocaml-modules/gmetadom/gcc-4.3.dpatch b/pkgs/development/ocaml-modules/gmetadom/gcc-4.3.patch similarity index 100% rename from pkgs/development/ocaml-modules/gmetadom/gcc-4.3.dpatch rename to pkgs/development/ocaml-modules/gmetadom/gcc-4.3.patch