about summary refs log tree commit diff
path: root/pkgs/development/tools/bloaty/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-07-29bloaty: 1.0 -> 1.1Will Dietz1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-08-08bloaty: 2018-06-15 -> 1.0 (#44716)Will Dietz1-3/+3
\o/
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-07-14bloaty: 2018-05-22 -> 2018-06-15 (#43540)Will Dietz1-5/+3
2018-05-22bloaty: 2017-10-05 -> 2018-05-22Will Dietz1-10/+6
* add zlib dep (cmake tries to find it, provide it JIC) * no need to populate with path to c++filt, handled internally now * continue to copy ourselves, new install target isn't ready yet
2017-12-14bloaty: update path to c++filt after #29396Orivej Desh1-1/+1
2017-10-06bloaty: 2016-12-28 -> 2017-10-05Will Dietz1-8/+17
* use fetchFromGitHub now that it supports submodules * change version style to dashes per guidelines (https://nixos.org/nixpkgs/manual/#sec-package-naming) * cmake * prefer substituteInPlace * run tests
2016-12-28bloaty: 2016.11.16 -> 2016.12.28Will Dietz1-3/+3
2016-11-17bloaty: init at 2016.11.07Will Dietz1-0/+31