Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

binutils: and apply in right order

+1 -1
+1 -1
pkgs/development/tools/misc/binutils/default.nix
··· 58 58 # https://sourceware.org/bugzilla/show_bug.cgi?id=23428 59 59 # un-break features so linking against musl doesn't produce crash-only binaries 60 60 ./0001-x86-Add-a-GNU_PROPERTY_X86_ISA_1_USED-note-if-needed.patch 61 - ./0001-x86-Properly-add-X86_ISA_1_NEEDED-property.patch 62 61 ./0001-x86-Properly-merge-GNU_PROPERTY_X86_ISA_1_USED.patch 62 + ./0001-x86-Properly-add-X86_ISA_1_NEEDED-property.patch 63 63 ] ++ lib.optional stdenv.targetPlatform.isiOS ./support-ios.patch; 64 64 65 65 outputs = [ "out" "info" "man" ];