summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/coan
AgeCommit message (Collapse)AuthorFilesLines
2022-04-16coan: use `-std=c++11` flag for gcc11 and laterFabián Heredia Montiel1-0/+4
2021-03-12coan: expand platforms to allBen Siraphob1-1/+1
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-01-16Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice1-1/+0
Goodbye, and thanks for all the Nix...
2016-02-28use the sourceforge mirrors everywherezimbatm1-1/+1
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2015-11-17Replace 'with plaforms; platform' with 'platforms.platform'Pascal Wittmann1-1/+1
2015-06-17Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice1-1/+1
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-03-01coan: only build on LinuxTobias Geerinckx-Rice1-1/+1
2015-02-23coan: skip checks; they work locally but fail on HydraTobias Geerinckx-Rice1-5/+2
This reverts commit 607cc808d89155c2e53ab8e6eb3d6069356dd570.
2015-02-17coan: run checksTobias Geerinckx-Rice1-2/+5
2015-01-12coan: don't double-gzip man pageTobias Geerinckx-Rice1-0/+4
`make install` gzips coan.1 with the wrong extension (.1). So Nix re- compresses it. Result: coan.1.1.gz, and a screen full of gobbledygook.
2015-01-11Add coan: the C preprocessor chainsawTobias Geerinckx-Rice1-0/+30