Commit Graph

14 Commits

Author SHA1 Message Date
John Titor
c841a49518
directx-shader-compiler: move to finalAttrs, cleanup
apply nixfmt-rfc-style
2024-08-12 21:03:34 +05:30
R. Ryantm
03a7962a42
directx-shader-compiler: 1.8.2405 -> 1.8.2407 2024-08-12 20:59:58 +05:30
Nick Cao
69370a1359
Merge pull request #295093 from r-ryantm/auto-update/directx-shader-compiler
directx-shader-compiler: 1.7.2308 -> 1.8.2405
2024-06-13 14:17:01 -04:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
01649bd81c directx-shader-compiler: 1.7.2308 -> 1.8.2405 2024-05-29 07:41:46 +00:00
R. Ryantm
bbb0c1921f directx-shader-compiler: 1.7.2212.1 -> 1.7.2308 2023-08-20 14:01:52 +00:00
R. Ryantm
14af7c5a37 directx-shader-compiler: 1.7.2212 -> 1.7.2212.1 2023-03-07 06:35:52 +00:00
Sebastian Neubauer
4e3db444a5 directx-shader-compiler: 1.7.2207 -> 1.7.2212 2022-12-20 23:36:37 +01:00
R. Ryantm
5d2cfcca1c directx-shader-compiler: 1.6.2112 -> 1.7.2207 2022-07-29 09:41:55 +00:00
Sebastian Neubauer
7655d19fc2 directx-shader-compiler: 1.6.2106 -> 1.6.2112
The glibc update broke compiling dxc. Update and fix compilation.

- Use ninja because it's faster and fixes compilation (uhm, yes, no idea
  why)
- Remove the comment about using submodules only for .git, they are
  actually used for SPIR-V
- The way default CMake flags are passed changed
- Add myself as maintainer
2022-05-05 18:18:27 +02:00
Neubauer, Sebastian
0ea6aec9aa directx-shader-compiler: 1.5.2010 -> 1.6.2106 2021-10-13 17:38:50 +02: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
Joe Hermaszewski
be8a89e784 directx-shader-compiler: Add Darwin support 2020-12-20 13:03:29 +08:00
Joe Hermaszewski
cb43266d22 directx-shader-compiler: init at 1.5.2010 2020-12-19 14:18:02 +08:00