Commit Graph

52 Commits

Author SHA1 Message Date
R. Ryantm
1fbfccc789 leatherman: 1.12.11 -> 1.12.12 2024-02-25 15:08:19 +00:00
R. Ryantm
18c6fd5a20 leatherman: 1.12.10 -> 1.12.11 2023-11-13 03:20:40 +00:00
R. Ryantm
a2e56d0386 leatherman: 1.12.9 -> 1.12.10 2023-10-18 10:06:09 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
R. Ryantm
80d45bffa6 leatherman: 1.12.8 -> 1.12.9 2022-10-07 19:53:31 +00:00
R. Ryantm
faadffd421 leatherman: 1.12.7 -> 1.12.8 2022-07-28 19:29:27 +00:00
Maximilian Bosch
c2050675d6
leatherman: fix build w/glibc-2.34
Failing Hydra build: https://hydra.nixos.org/build/155215198
2022-02-27 10:25:40 +01:00
R. Ryantm
3b4241a4a1 leatherman: 1.12.6 -> 1.12.7 2022-01-31 09:43:16 -08:00
R. RyanTM
f6d9f88097 leatherman: 1.12.5 -> 1.12.6 2021-07-20 07:37:10 +00:00
R. RyanTM
1d3dbf1433 leatherman: 1.12.4 -> 1.12.5 2021-06-16 13:50:42 -07:00
R. RyanTM
abf5397c1e leatherman: 1.12.3 -> 1.12.4 2021-02-25 21:48:52 -05:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
R. RyanTM
7851e23091 leatherman: 1.12.2 -> 1.12.3 2020-11-23 20:34:19 +01:00
R. RyanTM
de53dd6d6b leatherman: 1.12.1 -> 1.12.2 2020-11-02 07:54:00 -08:00
R. RyanTM
721d304103 leatherman: 1.12.0 -> 1.12.1 2020-07-12 07:33:20 +00:00
Mario Rodas
3d88d16458
leatherman: enable on darwin 2020-07-04 04:21:00 -05:00
R. RyanTM
8bd07d5041 leatherman: 1.11.0 -> 1.12.0 2020-05-02 13:30:24 +00:00
R. RyanTM
ab2d5c286c leatherman: 1.10.0 -> 1.11.0 2020-03-30 16:26:43 -07:00
R. RyanTM
99929939b2 leatherman: 1.9.1 -> 1.10.0 2020-01-17 07:53:26 +00:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string 2019-12-31 00:13:29 +01:00
Franz Pletz
77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
R. RyanTM
64909d8216 leatherman: 1.9.0 -> 1.9.1 2019-12-08 05:42:28 -08:00
R. RyanTM
91c8c0093a leatherman: 1.8.0 -> 1.9.0
(#72553)
2019-11-06 19:26:09 +01:00
Franz Pletz
ee1cffd641
leatherman: fix build with gcc9 2019-11-02 19:50:51 +01:00
Franz Pletz
4bf34b872e
leatherman: 1.8.0 -> 1.9.0 2019-11-02 19:50:51 +01:00
R. RyanTM
8310e6430a leatherman: 1.7.2 -> 1.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-10-22 07:54:32 -07:00
R. RyanTM
2b3c8c468c leatherman: 1.7.1 -> 1.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-09-26 17:38:48 -07:00
Franz Pletz
de85797565
Merge remote-tracking branch 'origin/master' into gcc-8 2019-09-03 22:15:07 +02:00
Robin Gloster
616b8343c4
Merge remote-tracking branch 'upstream/master' into gcc-8 2019-08-25 18:55:46 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM
d8ddf3a5bf leatherman: 1.7.0 -> 1.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-08-19 08:50:38 -07: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
R. RyanTM
62ba77787c leatherman: 1.6.0 -> 1.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-07-01 13:59:32 -07:00
Franz Pletz
3212dc84a9
leatherman: 1.5.3 -> 1.5.4, fix build with gcc8 2019-06-17 07:25:54 +02:00
R. RyanTM
3bde94991d leatherman: 1.5.4 -> 1.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-04-01 12:33:52 -07:00
R. RyanTM
c3679eaa18 leatherman: 1.5.3 -> 1.5.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2019-01-13 09:50:07 +01:00
R. RyanTM
91626f8a1b leatherman: 1.5.2 -> 1.5.3 (#50067)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2018-11-12 21:43:40 +01:00
R. RyanTM
323faf0565 leatherman: 1.5.0 -> 1.5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2018-10-14 06:20:40 -07:00
R. RyanTM
3d706c0b0b leatherman: 1.4.2 -> 1.5.0 (#47035)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2018-09-28 22:32:09 +02:00
R. RyanTM
a7b3c2eead leatherman: 1.4.1 -> 1.4.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/leatherman/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.4.2 with grep in /nix/store/r5pgnnj5j1n4p59xa4zr2nm4pjbwcwhq-leatherman-1.4.2
- directory tree listing: https://gist.github.com/c901957b585910ac947b083d026a7598
- du listing: https://gist.github.com/77c6bc02640505c537f0bd7cd13c79a6
2018-06-23 22:08:34 -07:00
R. RyanTM
8a28784618 leatherman: 1.4.0 -> 1.4.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/leatherman/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.4.1 with grep in /nix/store/9wbh0aq3a46hkm7ybz7mi5ns2s1hwsp9-leatherman-1.4.1
- directory tree listing: https://gist.github.com/478abe4c1470eb6b45919b8e1eca9538
2018-04-20 04:23:49 -07:00
Ryan Mulligan
8106168b7c leatherman: 1.3.0 -> 1.4.0
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.4.0 with grep in /nix/store/sxrvks9qfl857a5vgqw95dd9629l0p5q-leatherman-1.4.0
- found 1.4.0 in filename of file in /nix/store/sxrvks9qfl857a5vgqw95dd9629l0p5q-leatherman-1.4.0

cc "@womfoo"
2018-02-26 20:05:11 -08:00
Kranium Gikos Mendoza
09c2e243b4 leatherman: 1.0.0 -> 1.3.0 2017-09-29 10:04:23 +00:00
Kranium Gikos Mendoza
b416579af4 leatherman: 0.11.2 -> 1.0.0 2017-08-08 00:37:43 +10:00
Kranium Gikos Mendoza
7dbab8b2ff leatherman: 0.10.1 -> 0.11.2 2017-04-30 21:12:47 +10:00
Kranium Gikos Mendoza
a85c994dd1 leatherman: 0.9.0 -> 0.10.1 2017-01-20 20:20:20 +08:00
Kranium Gikos Mendoza
4eb021baff leatherman: 0.7.5 -> 0.9.0 2016-08-29 08:56:06 +08:00
Kranium Gikos Mendoza
7f3ca5d75b leatherman: disable curl test to fix build 2016-08-01 19:20:45 +08:00
Kranium Gikos Mendoza
00f35e6653 leatherman: 0.7.0 -> 0.7.5 2016-07-10 23:36:03 +08:00