Artturi
|
79c42aa06c
|
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
|
2022-08-27 17:49:00 +03:00 |
|
Artturin
|
c6568adb00
|
treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
|
2022-08-16 13:14:19 +03:00 |
|
R. Ryantm
|
f6cf9a97c3
|
eclipse-mat: 1.12.0.20210602 -> 1.13.0.20220615
|
2022-07-07 11:31:23 +00:00 |
|
Robert Scott
|
12eea1c636
|
treewide/development: add sourceType binaryNativeCode for many packages
excluding compilers and interpreters as some new tricks may be
needed to cover their various bootstrapping processes properly
|
2022-06-16 20:12:04 +01:00 |
|
Artturin
|
c1fffdfffb
|
treewide: change some glibc to stdenv.cc.libc
|
2022-05-27 05:57:43 +03:00 |
|
Artturin
|
0c4d65b21e
|
treewide: stdenv.glibc -> glibc
|
2022-05-25 15:51:20 +03:00 |
|
K900
|
cb2cfba6f7
|
treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
|
2022-02-25 13:40:38 -08:00 |
|
R. RyanTM
|
f29109843e
|
eclipse-mat: 1.11.0.20201202 -> 1.12.0.20210602
|
2021-06-23 12:17:14 +00:00 |
|
Robert Schütz
|
54757b35c1
|
Merge branch 'staging-next' into staging
|
2021-02-26 10:56:17 +01:00 |
|
Sandro Jäckel
|
c8baf8f709
|
eclipse-mat: remove unused input
|
2021-02-22 02:28:01 +01:00 |
|
Ben Siraphob
|
127733211e
|
treewide: unzip buildInputs to nativeBuildInputs (#112302)
|
2021-02-20 16:01:53 -05:00 |
|
Ben Siraphob
|
c522fec274
|
pkgs/development/tools: stdenv.lib -> lib
|
2021-01-23 20:30:03 +07:00 |
|
R. RyanTM
|
1548abff25
|
eclipse-mat: 1.10.0.20200225 -> 1.11.0.20201202
|
2021-01-19 10:58:29 +00: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 |
|
Pavol Rusnak
|
2c931312ce
|
treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
|
2020-11-01 23:02:24 -08:00 |
|
Pawel Kruszewski
|
17e1fbe0fc
|
eclipse-mat: init at 1.10.0.20200225
Closes #43611
|
2020-07-02 23:39:33 +02:00 |
|