summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/icon-lang
AgeCommit message (Collapse)Author
2024-07-07treewide: remove vrthra from meta.maintainers [no orphans]Anderson Torres
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642 Inactive since at least 2017.
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2021-01-23pkgs/development/interpreters: stdenv.lib -> libBen Siraphob
2021-01-16treewide: fix double quoted strings in meta.descriptionBen Siraphob
2020-12-02icon-lang: refactor doc locationKovacsics Robert
2020-12-02icon-lang: 9.5.1 -> unstable-2020-02-05Kovacsics Robert
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-09-04icon-lang: 9.5.1 -> 9.5.20iV
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-23icon-lang: fix buildKonrad Borowski
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-07icon-lang: rework to support darwin and building without graphicsEric Bailey
2016-06-07icon: Init at 9.5.1Rahul Gopinath
Icon is a very high level general-purpose programming language with extensive features for processing strings (text) and data structures. Closes #16036.