Commit graph

10 commits

Author SHA1 Message Date
AndersonTorres 2bb3a9da24 A directory-category for terminal emulators
This is a mostly cosmetical commit, in the sense it doesn't change the contents
of any package, but reorganizes the overall Nixpkgs expressions.

Terminal emulators are an ubiquitous tool for any Unix user; even the beginners
are routinely familiarized to it. And, manifestly, there are many
implementations of terminal emulators out there, from those traditionally made
in C and C++ to those written in Haskell and Go.

Terminal emulators deserve more highlight. This commit does that by creating a
category for them.
2020-10-28 10:22:39 -03:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Thibault Gagnaux 655dff2ef0 Corrects comment: build-use-chroot is the same as sandbox. 2020-03-01 19:30:17 +01:00
Thibault Gagnaux 917b088490 iterm2: 3.0.14 -> 3.3.9 & fix build 2020-03-01 15:53:39 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Matthew Glazar 689e1efda0 iterm2: fix build
During iterm2's build, xcodebuild invokes $LD and passes it options such
as -isysroot. These options are intended for the linker driver (clang),
not for the linker directly. ld64 ($LD) does not recognize these
options, causing iterm2's build to fail.

Set $LD to $CC (clang) as intended, making iterm2's build succeed.
2019-03-28 20:44:08 -07:00
Kranium Gikos Mendoza f6c9121d32 iterm2: 3.0.4 -> 3.0.14 2017-03-25 21:03:58 +11:00
Marc Scholten 81810c664b iterm2: 3.0.2 -> 3.0.4 (#16800) 2016-07-10 11:28:43 +02:00
Marc Scholten 31d3efa0d4 iTerm2: 2.1.4 -> 3.0.2 2016-06-27 15:00:31 +02:00
Marc Scholten 624dcaec78
iterm2: init at 2.1.4 2016-05-31 15:51:30 +02:00