Commit graph

3 commits

Author SHA1 Message Date
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
Eric Bailey 31d1ce7e64 icon-lang: rework to support darwin and building without graphics 2019-08-07 14:09:15 -05:00
Rahul Gopinath 367ddbdcd5 icon: Init at 9.5.1
Icon is a very high level general-purpose programming language with
extensive features for processing strings (text) and data structures.

Closes #16036.
2016-06-07 19:09:54 +02:00