Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Anna Lee
8da26616fd
xbps: 0.59.1 -> 0.59.2; fix build
...
treat all warnings as warnings to prevent compile failure due to openssl
depereciated api
changelog: https://github.com/void-linux/xbps/releases/tag/0.59.2
2023-11-16 21:37:24 +00:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
ajs124
06ef4c1740
xbps: unpin openssl_1_1
2023-01-13 01:01:26 +01:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +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
R. RyanTM
85e20b4854
xbps: 0.59 -> 0.59.1
2020-04-12 17:46:25 -07:00
R. RyanTM
08690436a8
xbps: 0.58 -> 0.59
2020-03-14 14:32:09 +01:00
R. RyanTM
140f037faf
xbps: 0.57.1 -> 0.58
2020-02-09 10:01:02 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
R. RyanTM
1d43f30a97
xbps: 0.57 -> 0.57.1
...
(#72697 )
2019-11-09 15:54:31 +01:00
Will Dietz
2e808509f0
xbps: fix build w/glibc, disable errors due to unused fread result
2019-09-04 20:47:29 -05:00
Will Dietz
31e8b2d069
xbps: 0.56 -> 0.57
2019-09-03 19:29:49 -05:00
Robin Gloster
242e52dbb1
treewide: remove openssl 1.1 pinning
2019-07-30 03:41:32 +02:00
Tadeo Kondrak
dfd620068a
xbps: 0.53 -> 0.56
2019-07-12 09:12:46 +02:00
Will Dietz
9973ca8c2f
xbps: 0.52 -> 0.53, update repo owner name (voidlinux -> void-linux)
2018-10-19 22:22:25 -05:00
Will Dietz
a9d3d4dc6d
xbps: limit to platforms.linux
...
Darwin is a no-go at least:
https://github.com/NixOS/nixpkgs/pull/40730#issuecomment-390284212
2018-05-18 13:07:51 -05:00
Will Dietz
0c30d6597e
xbps: init at 0.52
2018-05-18 12:42:34 -05:00