aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/opa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+0
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: Make configureFlags listsJohn Ericson2018-08-031-1/+1
|
* ocamlPackages.ssl: 0.5.3 -> 0.5.4Vincent Laporte2017-10-051-1/+1
|
* opa: 4309 -> 4310Vincent Laporte2016-11-031-13/+18
|
* nodejs-0_10: removeChristine Koppelt2016-10-281-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
* opa: Use makeBinPathTuomas Tynkkynen2016-08-231-1/+1
|
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-031-1/+1
|
* Revert "Introduce patchShebangsPhase ran in preConfigurePhases"Domen Kožar2015-01-081-0/+1
| | | | | | This reverts commit 512fbb280f72980e84230b72b631258df1755919. See #5368
* Introduce patchShebangsPhase ran in preConfigurePhasesDomen Kožar2015-01-021-1/+0
| | | | | (cherry picked from commit 91c7e8747af1fdc2a70cd98594ccbb12a5c6902d) Signed-off-by: Domen Kožar <domen@dev.si>
* Updates (and fixes) opaVincent Laporte2014-11-183-142/+22
|
* Update OpaLang; it still doesn't build for a mysterious reason: apparently ↵Michael Raskin2014-08-121-6/+24
| | | | the missing fields are actually defined…
* Remove some oversized packages from the channelEelco Dolstra2013-01-171-5/+4
| | | | E.g. urbanterror takes up 2x720 MiB.
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-181-1/+1
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Platforms needs to be a listShea Levy2011-11-281-1/+1
| | | | | | Should this really be x86_64-linux only? Why? svn path=/nixpkgs/trunk/; revision=30583
* Add OPA to Nixpkgs.Karn Kallio2011-11-273-0/+170
svn path=/nixpkgs/trunk/; revision=30578