summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/kona
AgeCommit message (Collapse)Author
2021-01-23pkgs/development/interpreters: stdenv.lib -> libBen Siraphob
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-30treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2015-03-27kona: bump to 3.21Joachim Fasting
Use release tarball rather than GIT checkout. Note: disregard the platform and arch embedded in the release tarball name.
2015-03-27kona: reimplement using mkDerivationJoachim Fasting
Also set supported platforms to `all`, per upstream, and specify license (ISC).
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2012-04-12Update Kona/fix its buildMichael Raskin
svn path=/nixpkgs/trunk/; revision=33753
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-05-03Adding Kona: a K interpreterMichael Raskin
svn path=/nixpkgs/trunk/; revision=27098