summary refs log tree commit diff
path: root/pkgs/development/libraries/libbfd
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2020-11-09 17:47:50 -0500
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2020-11-09 22:32:12 -0500
commitdbe556af9cb9d00c6c50d76a1c1abade5455ab2f (patch)
tree11181507c0b17e6004c46c8e05cebf34a3f50661 /pkgs/development/libraries/libbfd
parent46db711cdadc1408da6dfe4d9b473bb444b1a563 (diff)
downloadnixpkgs-dbe556af9cb9d00c6c50d76a1c1abade5455ab2f.tar
nixpkgs-dbe556af9cb9d00c6c50d76a1c1abade5455ab2f.tar.gz
nixpkgs-dbe556af9cb9d00c6c50d76a1c1abade5455ab2f.tar.bz2
nixpkgs-dbe556af9cb9d00c6c50d76a1c1abade5455ab2f.tar.lz
nixpkgs-dbe556af9cb9d00c6c50d76a1c1abade5455ab2f.tar.xz
nixpkgs-dbe556af9cb9d00c6c50d76a1c1abade5455ab2f.tar.zst
nixpkgs-dbe556af9cb9d00c6c50d76a1c1abade5455ab2f.zip
binutils: Move patches in versioned dir
We'll have multiple binutils to contend with.
Diffstat (limited to 'pkgs/development/libraries/libbfd')
-rw-r--r--pkgs/development/libraries/libbfd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libbfd/default.nix b/pkgs/development/libraries/libbfd/default.nix
index 75db780b7bb..e622cc6be68 100644
--- a/pkgs/development/libraries/libbfd/default.nix
+++ b/pkgs/development/libraries/libbfd/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
   outputs = [ "out" "dev" ];
 
   patches = binutils-unwrapped.patches ++ [
-    ../../tools/misc/binutils/build-components-separately.patch
+    (binutils-unwrapped.patchesDir + "/build-components-separately.patch")
     (fetchpatch {
       url = "https://raw.githubusercontent.com/mxe/mxe/e1d4c144ee1994f70f86cf7fd8168fe69bd629c6/src/bfd-1-disable-subdir-doc.patch";
       sha256 = "0pzb3i74d1r7lhjan376h59a7kirw15j7swwm8pz3zy9lkdqkj6q";