summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/picoc/default.nix
AgeCommit message (Collapse)Author
2021-01-23pkgs/development/interpreters: stdenv.lib -> libBen Siraphob
2020-05-03treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak
tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice
Goodbye, and thanks for all the Nix...
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2015-11-17Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann
2015-08-06picoc: disable broken tests on i686Pascal Wittmann
2015-07-31Remove unnecessary rec{s from "my" packagesTobias Geerinckx-Rice
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice
And don't use square brackets on such lines.
2015-05-05Add picoc 2015-05-04: a very small C interpreterTobias Geerinckx-Rice