Dmitry Kalinkin
|
fdf0806386
|
root5: fix build with recent gcc
|
2022-05-16 11:53:42 -04:00 |
|
Dmitry Kalinkin
|
81f9e28844
|
root5: fix for glibc
|
2022-04-16 17:20:16 -04:00 |
|
Bernardo Meurer
|
51694b0af4
|
root5: binutils 2.37 fix
Co-authored-by: TredwellGit <tredwell@tutanota.com>
|
2021-11-28 08:49:32 +00:00 |
|
Dmitry Kalinkin
|
0a312a356c
|
root5: fix for gcc10
|
2021-09-01 07:14:56 -04:00 |
|
Dmitry Kalinkin
|
1cbb9c64d1
|
root,root5: apply nixpkgs-fmt
|
2021-07-14 16:23:09 -04:00 |
|
Sandro Jäckel
|
3453b89f4b
|
lzma: deprecate alias
|
2021-04-04 19:49:52 +02:00 |
|
Ben Siraphob
|
badf51221d
|
treewide: stdenv.lib -> lib
|
2021-01-16 17:58:11 +07: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 |
|
Ben Siraphob
|
b04fc593e7
|
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
|
2021-01-01 11:52:33 +07:00 |
|
Markus Kowalewski
|
187b4a2e04
|
root: add license
|
2020-06-27 00:43:21 +02:00 |
|
Dmitry Kalinkin
|
df3a188b46
|
root5: 5.34.36 -> 5.34.38
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2017-1000203
|
2020-06-18 16:42:02 -04:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
adisbladis
|
c9d8624ccd
|
treewide: Get rid of libGLU_combined
|
2019-11-18 20:10:43 +00: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 |
|
Daiderd Jordan
|
da7bcec42f
|
root: remove cf-private
|
2019-07-03 22:20:22 +02:00 |
|
Dmitry Kalinkin
|
c36f841ec7
|
root5: fix build
|
2019-03-20 00:26:13 -04:00 |
|
Dmitry Kalinkin
|
73625f2522
|
root5: mark as broken on Linux
|
2019-01-11 20:45:37 -05:00 |
|
Dmitry Kalinkin
|
0c9335fb1c
|
root, root5: fix build on darwin
|
2019-01-11 20:45:37 -05:00 |
|
Dmitry Kalinkin
|
3187db6e8d
|
root5: init at 5.34.36
|
2018-09-24 14:34:49 -04:00 |
|