Commit Graph

8 Commits

Author SHA1 Message Date
Kovacsics Robert
99addb8b34 icon-lang: refactor doc location 2020-12-02 11:30:28 +00:00
Kovacsics Robert
cc9e0dbad8 icon-lang: 9.5.1 -> unstable-2020-02-05
Latest release (https://github.com/gtownsend/icon/releases/tag/ok2018j)
doesn't seem like a properly versioned release. Latest properly
versioned release
(https://github.com/gtownsend/icon/releases/tag/rel951) is from 2013. So
I have decided to use the unstable release, which works.
2020-12-02 11:29:11 +00:00
V
f6f3baff2a icon-lang: 9.5.1 -> 9.5.20i 2020-09-04 07:19:32 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Konrad Borowski
0302cbf42b icon-lang: fix build 2020-02-23 17:22:13 +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
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