about summary refs log tree commit diff
path: root/pkgs/development/compilers/opa
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+0
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2017-10-05ocamlPackages.ssl: 0.5.3 -> 0.5.4Vincent Laporte1-1/+1
2016-11-03opa: 4309 -> 4310Vincent Laporte1-13/+18
2016-10-28nodejs-0_10: removeChristine Koppelt1-0/+3
node.js 0.10 reaches end of LTS in a few days (see https://github.com/nodejs/LTS for details). Therefore I removed it and set 3 dependant packages to broken as they don't build anymore
2016-08-23opa: Use makeBinPathTuomas Tynkkynen1-1/+1
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen1-1/+1
2015-01-08Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar1-0/+1
This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
2015-01-02Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar1-1/+0
(cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
2014-11-18Updates (and fixes) opaVincent Laporte3-142/+22
2014-08-12Update OpaLang; it still doesn't build for a mysterious reason: apparently ↵Michael Raskin1-6/+24
the missing fields are actually defined…
2013-01-17Remove some oversized packages from the channelEelco Dolstra1-5/+4
E.g. urbanterror takes up 2x720 MiB.
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-11-28Platforms needs to be a listShea Levy1-1/+1
Should this really be x86_64-linux only? Why? svn path=/nixpkgs/trunk/; revision=30583
2011-11-27Add OPA to Nixpkgs.Karn Kallio3-0/+170
svn path=/nixpkgs/trunk/; revision=30578