Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +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
Edmund Wu
25ee6af8bc
vscode-extensions.ms-vscode.cpptools: 0.29.0 -> 1.0.1
2020-10-01 20:39:12 -07:00
Edmund Wu
2bc671bc54
vscode-extensions.ms-vscode.cpptools: 0.27.1 -> 0.29.0
2020-08-09 02:46:04 -07:00
Roman Firment
5d24a59898
vscode-extensions.ms-vscode.cpptools: 0.27.0 -> 0.27.1
...
Extension is now fetched from the Microsoft repository (instead of the
marketplace). It also contains platform-specific binary dependencies. In the
previous version they were fetched from the Microsoft website and additionally
inserted to the final extension.
Package supports Linux, but there is probably a way no make it work on OSX.
2020-05-01 18:28:09 -07:00
Edmund Wu
dc8a843a85
vscode-extensions.ms-vscode.cpptools: 0.26.3 -> 0.27.0
2020-04-07 12:56:07 -07:00
Edmund Wu
1d87488d08
vscode-extensions.ms-vscode.cpptools: 0.26.1 -> 0.26.3
2020-02-04 09:25:08 -05:00
Edmund Wu
e6bb21812e
vscode-extensions.ms-vscode.cpptools: 0.26.0 -> 0.26.1
2019-11-04 01:46:30 -08:00
Edmund Wu
3b8c555af2
vscode-extensions.ms-vscode.cpptools: 0.25.1 -> 0.26.0
2019-10-27 21:27:41 -04:00
Edmund Wu
94bedffbdf
vscode-extensions.ms-vscode.cpptools: 0.25.0 -> 0.25.1
2019-09-06 21:52:54 +02:00
Edmund Wu
4b60e0d6bc
vscode-extensions.ms-vscode.cpptools: 0.24.1 -> 0.25.0
2019-08-26 18:49:15 -04:00
Edmund Wu
a585e0d8fa
vscode-extensions.ms-vscode.cpptools: 0.24.0 -> 0.24.1
2019-07-28 21:47:16 -04:00
Edmund Wu
ca13e2b5e3
vscode-extensions.ms-vscode.cpptools: 0.23.1 -> 0.24.0
2019-07-08 19:56:03 -04:00
Edmund Wu
e527d1408e
vscode-extensions.cpptools.ms-vscode: 0.23.0 -> 0.23.1
2019-05-20 22:12:21 -04:00
Edmund Wu
509785c127
vscode-extensions.ms-vscode.cpptools: 0.22.1 -> 0.23.0
2019-05-12 22:14:07 -04:00
Edmund Wu
d0506bed9f
vscode-extensions.ms-vscode.cpptools: 0.21.0 -> 0.22.1 ( #58295 )
2019-04-11 23:07:23 +02:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Edmund Wu
baf6ba553f
vscode-extensions.ms-vscode.cpptools: 0.20.1 -> 0.21.0
2019-02-09 02:42:34 +00:00
Edmund Wu
728d2a2ac7
vscode-extensions.ms-vscode.cpptools: 0.19.0 -> 0.20.1
2018-11-10 22:01:11 -05:00
Edmund Wu
f8ef8bf469
vscode-extensions.ms-vscode.cpptools: use mono 5 ( #49489 )
2018-10-30 22:18:05 +01:00
Edmund Wu
e96d14d177
vscode-extensions.ms-vscode.cpptools: update build ( #48850 )
2018-10-30 00:45:24 +01:00
Edmund Wu
4c95508641
vscode-extensions.ms-vscode.cpptools: 0.17.6 -> 0.19.0 ( #47573 )
2018-10-01 07:51:04 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Edmund Wu
a2986ad883
vscode-extensions.ms-vscode.cpptools: 0.16.1 -> 0.17.6
2018-07-07 21:53:58 -04:00
Raymond Gauthier
5146fad639
vscode-extension-ms-vscode-cpptools: 0.12.3 -> 0.16.1
2018-05-05 00:58:54 -04:00
Will Dietz
4f273627a1
tree-wide: fix instance of "meta.maintainer" -> "meta.maintainers"
...
Encountered one of these when using check-meta, did a quick
search to find other instances.
2018-04-19 10:41:12 -05:00
Raymond Gauthier
33dc8ced65
vscode-extension-ms-vscode-cpptools: Init at 0.12.3
2017-09-03 11:18:51 -04:00