Commit graph

8 commits

Author SHA1 Message Date
Ben Siraphob 65e9dd0348 spirv-cross: expand platforms to all 2021-03-18 23:02:07 +07:00
Sebastian Neubauer 16bfde2e7e spirv-cross: 2020-09-17 -> 2021-01-15 2021-01-25 13:47:00 +01:00
Sandro baf9e277a4
Merge pull request #98545 from Flakebi/spirv-cross
spirv-cross: 2020-06-29 -> 2020-09-17
2021-01-18 14:17:15 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Sebastian Neubauer 9f55ee99dd spirv-cross: 2020-06-29 -> 2020-09-17
Add link to GitHub release as changelog.
2020-09-23 11:43:05 +02:00
R. RyanTM e70f10458f spirv-cross: 2020-05-19 -> 2020-06-29 2020-06-30 15:54:44 +00:00
Sebastian Neubauer 1d44425519 spirv-cross: 2020-04-03 -> 2020-05-19 2020-05-19 16:07:11 +02:00
Flakebi 9acb7daac2 spirv-cross: init at 2020-04-03 2020-04-06 10:12:49 +02:00