Jan Solanti
b78770a1ee
renderdoc: 1.11 -> 1.12
2021-03-15 01:37:25 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Jan Solanti
23c0971e66
renderdoc: 1.10 -> 1.11
2020-11-30 21:14:49 +02:00
Jan Solanti
360aded63d
renderdoc: 1.9 -> 1.10
2020-10-01 17:49:13 +03:00
Jan Solanti
a104d213e7
renderdoc: 1.8 -> 1.9
2020-07-24 15:44:59 +03:00
Jan Solanti
7bdddd0917
renderdoc: 1.7 -> 1.8
2020-06-07 15:58:02 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
jansol
711a86973f
renderdoc: 1.6 -> 1.7
...
Added libglvnd to fix replaying OpenGL captures with renderdoccmd
2020-03-11 23:45:19 +00:00
Jan Solanti
69cba89f91
renderdoc: 1.5 -> 1.6
2020-01-16 16:42:56 +00:00
Jan Solanti
392b36cc9f
renderdoc: 1.4 -> 1.5
2019-10-21 00:56:04 +03: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
Jan Solanti
084d1915b8
renderdoc: 1.2 -> 1.4
2019-05-09 01:53:22 +03:00
Robert Schütz
2b23f30305
renderdoc: use default python3 ( #58687 )
2019-04-01 21:44:33 +02:00
Benjamin Saunders
51c9a39299
renderdoc: 1.1 -> 1.2
2018-12-03 12:32:56 -08:00
Benjamin Saunders
606a260f3b
renderdoc: 1.0 -> 1.1 ( #44474 )
2018-08-05 00:02:57 +02:00
Benjamin Saunders
3ee321df4e
renderdoc: 0.91 -> 1.0 ( #43159 )
2018-07-14 22:00:27 +02:00
Bastian Köcher
039cb6291d
renderdoc: Fixes build with missing SWIG_PACKAGE
2017-12-28 00:15:32 +01:00
Jan Solanti
0499b04457
renderdoc: Update to 0.91
2017-09-03 21:42:44 +03:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper
2017-06-18 08:44:42 -05:00
jansol
f9e688e8a1
renderdoc: init at version 0.34pre ( #23769 )
...
* renderdoc: init at version 0.34pre
Initialising a few commits after the latest release due to some upstream
improvements to the build system.
* fix maintainer
2017-03-21 21:36:26 +01:00