about summary refs log tree commit diff
path: root/pkgs/tools/archivers
diff options
context:
space:
mode:
authorPiotr Halama <ptrhlm0@gmail.com>2022-10-20 13:19:43 +0200
committerPiotr Halama <ptrhlm0@gmail.com>2022-10-20 13:19:43 +0200
commit357600c08f1ea3373aa2bf179d012847f1f599d9 (patch)
treed0cabedccf988a8073382fb3e1600737e3cd9ce5 /pkgs/tools/archivers
parentcb3285613f40126b3ba9b8ba92333f98e9fc46de (diff)
unar: fix linker failure
Diffstat (limited to 'pkgs/tools/archivers')
-rw-r--r--pkgs/tools/archivers/unar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/archivers/unar/default.nix b/pkgs/tools/archivers/unar/default.nix
index 5ce51fb0134e4..550e14355992a 100644
--- a/pkgs/tools/archivers/unar/default.nix
+++ b/pkgs/tools/archivers/unar/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
           --replace "= gcc" "=${stdenv.cc.targetPrefix}cc" \
           --replace "= g++" "=${stdenv.cc.targetPrefix}c++" \
           --replace "-DGNU_RUNTIME=1" "" \
-          --replace "-fgnu-runtime" "-fobjc-nonfragile-abi"
+          --replace "-fgnu-runtime" "-fobjc-runtime=gnustep-2.0"
       done
 
       # we need to build inside this directory as well, so we have to make it writeable