summaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/zig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into staging-nextVladimír Čunát2021-05-141-10/+20
|\
| * zig: rewrite•••substituteAll is not used anymore. AndersonTorres2021-05-141-10/+20
* | zig: fix llvm buildJonathan Ringer2021-05-081-2/+2
|/
* pkgs/development/compilers: stdenv.lib -> libBen Siraphob2021-01-231-2/+2
* zig: 0.6.0 -> 0.7.1Miikka Koskinen2020-12-241-3/+3
* zig: mark as broken on darwinBen Siraphob2020-10-081-0/+2
* zig: fix build•••It looks like https://github.com/NixOS/nixpkgs/pull/88248 broke the build for zig. The error you get when building zig on the current master branch is: ``` Scanning dependencies of target zig_build_libstage2 : CommandLine Error: Option 'polly' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options make[2]: *** [CMakeFiles/zig_build_libstage2.dir/build.make:77: CMakeFiles/zig_build_libstage2] Error 1 make[1]: *** [CMakeFiles/Makefile2:252: CMakeFiles/zig_build_libstage2.dir/all] Error 2 make: *** [Makefile:150: all] Error 2 ``` The patch that added polly into some build args was likely necessary only for LLVM 10.0.0 and when that was updated to 10.0.1 it stopped working or became unnecessary. With this patch removed, zig builds fine and passes the tests. William Roe2020-08-032-17/+0
* zig: apply suggestion from @cole-hChristine Dodrill2020-04-131-7/+7
* Update pkgs/development/compilers/zig/default.nix•••Co-Authored-By: Andrew Kelley <andrew@ziglang.org>Christine Dodrill2020-04-131-1/+1
* development/compilers/zig: upgrade to 0.6.0Christine Dodrill2020-04-132-5/+37
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* zig: 0.4.0 -> 0.5.0•••Release Notes: https://ziglang.org/download/0.5.0/release-notes.html Mario Rodas2019-09-301-2/+6
* zig: 0.3.0 -> 0.4.0•••Bump to use LLVM8, but just guessing ;). Will Dietz2019-04-091-9/+5
* zig: 0.2.0 -> 0.3.0Andrew Kelley2018-09-291-12/+5
* zig: 0.1.1 -> 0.2.0Andrew Kelley2018-03-201-5/+6
* llvm-packages: cleanupDaiderd Jordan2018-02-061-2/+2
* zig: init at 0.1.1Andrew Kelley2017-10-211-0/+34