ibtool: rename xib2nib

This commit is contained in:
Matthew Bauer 2017-04-12 03:23:28 -05:00
parent f6860a6685
commit d697e5c8ee
No known key found for this signature in database
GPG Key ID: E04D0AD9469141C3
5 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{stdenv, writeText, toolchainName, xcbuild, fetchurl
, llvm, cctools, gcc, bootstrap_cmds, binutils
, yacc, flex, m4, unifdef, gperf, indent, ctags, makeWrapper
, ibtool}:
, xib2nib}:
let
@ -91,7 +91,7 @@ stdenv.mkDerivation {
ln -s ${cctools}/bin/ranlib
ln -s ${cctools}/bin/redo_prebinding
ln -s ${ibtool}/bin/ibtool
ln -s ${xib2nib}/bin/ibtool
'' +
# No point including the entire gcc closure if we don't already have it
(if stdenv.cc.isClang then ''

View File

@ -18410,5 +18410,5 @@ with pkgs;
messenger-for-desktop = callPackage ../applications/networking/instant-messengers/messenger-for-desktop {};
ibtool = callPackage ../development/tools/ibtool {};
xib2nib = callPackage ../development/tools/xib2nib {};
}