Commit graph

13 commits

Author SHA1 Message Date
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Will Dietz f46c07bbbd
bloaty: 1.0 -> 1.1 2020-07-29 01:04:55 -05:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Will Dietz bf341a499d bloaty: 2018-06-15 -> 1.0 (#44716)
\o/
2018-08-08 15:35:46 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Will Dietz 5568c7c04b bloaty: 2018-05-22 -> 2018-06-15 (#43540) 2018-07-14 23:12:22 +02:00
Will Dietz b7fe62d532 bloaty: 2017-10-05 -> 2018-05-22
* 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
2018-05-22 16:23:20 -05:00
Orivej Desh fe61c3b84e bloaty: update path to c++filt after #29396 2017-12-14 00:53:23 +00:00
Will Dietz 7637cb884c bloaty: 2016-12-28 -> 2017-10-05
* 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
2017-10-06 15:47:56 -05:00
Will Dietz 90c762c5e1 bloaty: 2016.11.16 -> 2016.12.28 2016-12-28 12:40:31 -06:00
Will Dietz a0b7ce3ac6 bloaty: init at 2016.11.07 2016-11-17 17:39:53 -06:00