mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
ibtool: rename xib2nib
This commit is contained in:
parent
f6860a6685
commit
d697e5c8ee
@ -1,7 +1,7 @@
|
|||||||
{stdenv, writeText, toolchainName, xcbuild, fetchurl
|
{stdenv, writeText, toolchainName, xcbuild, fetchurl
|
||||||
, llvm, cctools, gcc, bootstrap_cmds, binutils
|
, llvm, cctools, gcc, bootstrap_cmds, binutils
|
||||||
, yacc, flex, m4, unifdef, gperf, indent, ctags, makeWrapper
|
, yacc, flex, m4, unifdef, gperf, indent, ctags, makeWrapper
|
||||||
, ibtool}:
|
, xib2nib}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ stdenv.mkDerivation {
|
|||||||
ln -s ${cctools}/bin/ranlib
|
ln -s ${cctools}/bin/ranlib
|
||||||
ln -s ${cctools}/bin/redo_prebinding
|
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
|
# No point including the entire gcc closure if we don't already have it
|
||||||
(if stdenv.cc.isClang then ''
|
(if stdenv.cc.isClang then ''
|
||||||
|
@ -18410,5 +18410,5 @@ with pkgs;
|
|||||||
|
|
||||||
messenger-for-desktop = callPackage ../applications/networking/instant-messengers/messenger-for-desktop {};
|
messenger-for-desktop = callPackage ../applications/networking/instant-messengers/messenger-for-desktop {};
|
||||||
|
|
||||||
ibtool = callPackage ../development/tools/ibtool {};
|
xib2nib = callPackage ../development/tools/xib2nib {};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user