mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
ocamlPackages.gmetadom: use patch file extension
This commit is contained in:
parent
dc2aa26ba9
commit
ed2e74d9db
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "0skmlv0pnqvg99wzzzi1h4zhwzd82xg7xpkj1kwpfy7bzinjh7ig";
|
||||
};
|
||||
|
||||
patches = [ ./gcc-4.3.dpatch ];
|
||||
patches = [ ./gcc-4.3.patch ];
|
||||
|
||||
dontDisableStatic = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue