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
John Ericson
b03fdcc7f9
Merge pull request #108300 from siraben/parallel-cmake
...
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 13:22:09 -05:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Joe Hermaszewski
cbc4bd9971
vulkan: 1.2.141 -> 1.2.162
...
Also improve metadata for vulkan-validation-layers
2021-01-03 11:03:42 +00:00
Joe Hermaszewski
1594881eb6
vulkan-validation-layers: Add output for generated include files
...
These are dependencies of other layers such as the layers in LunarG Vulkan Tools
2020-11-16 17:41:46 +08:00
Câju Mihai-Drosi
00946dc283
Move glslang and vulkan-validation-layers overrides out of all-packages
2020-10-15 00:54:05 +03:00
Câju Mihai-Drosi
926152f16b
vulkan-validation-layers: 1.2.131.2 -> 1.2.141.0
2020-09-24 08:19:41 +03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Benjamin Saunders
d73c83fca5
vulkan-validation-layers: 1.1.114.0 -> 1.2.131.2
2020-02-11 19:11:32 +01:00
Jonathan Ringer
19d91206e7
vulkan-*: 1.1.106 -> 1.1.114.0
2019-08-08 00:57:53 -07:00
Benjamin Saunders
0fd978baf7
vulkan-validation-layers: 1.1.101.0 -> 1.1.106.0
2019-08-03 17:52:43 +02:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Benjamin Saunders
11988d7336
vulkan-validation-layers: 1.1.85.0 -> 1.1.101.0
2019-03-20 18:04:43 -07:00
Anthony Cowley
6492af66e1
vulkan-validation-layers: 1.1.82.0 -> 1.1.85.0
...
This requires knock-on upgrades for glslang and spirv-tools.
I have also made the validation layers easier to use:
- library files identified by layer definitions now use absolute paths
- the layer definition path is prepended to XDG_DATA_DIRS
Previously, one would have to modify LD_LIBRARY_PATH or install the
derivation in a known location for vulkan-loader to find relevant
files. These changes make using validation layers in a nix-shell work automatically.
Use XDG_DATA_DIRS environment variable rather than VK_LAYER_PATH
2018-12-08 00:51:39 -05:00
Benjamin Saunders
bf50cac00e
vulkan-validation-layers: 1.1.77.0 -> 1.1.82.0
2018-08-29 18:59:03 -07:00
Graham Christensen
7fdba7c74e
Merge pull request #43834 from ryantm/https2
...
treewide: http -> https
2018-07-19 21:31:36 -04:00
Ryan Mulligan
df8062c45b
treewide: http -> https
2018-07-19 18:12:04 -07:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Benjamin Saunders
07396a6145
vulkan-validation-layers: init at 1.1.77.0
2018-06-26 20:38:01 -07:00