summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/codeblocks
AgeCommit message (Collapse)Author
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-31treewide: configureFlags is a flat listRobin Gloster
2018-03-09codeblocks: 16.01 -> 17.12, fix buildxeji
2017-03-30Get rid of all `with { inherit... }` and just used `let inherit...`John Ericson
The old forms presumably predates, or were made in ignorance of, `let inherit`. This way is better style as the scoping as more lexical, something which Nix can (or might already!) take advantage of.
2017-03-24codeblocks: 13.12 -> 16.01ndowens
(@7c6f434c) move the buildInputs missed in the initial version to nativeBuildInputs, too. Pushed instead of #24074
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-09-03codeblock: Boost 1.59 compatWilliam A. Kennington III
2015-05-05fix "libc}/lib" and similar referencesVladimír Čunát
Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-05-13codeblocks: fix eval on non-linux, minor refactoringVladimír Čunát
2014-05-13codeblocks: new package 13.12 (close #2533)Linquize
@vcunat: minor refactoring.