Commit Graph

17 Commits

Author SHA1 Message Date
Nick Cao
487a5e9b52
kore: unpin openssl_1_1 2024-03-01 14:54:01 -05: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
R. Ryantm
38a637bf92 kore: 4.2.2 -> 4.2.3 2022-08-24 14:28:10 +00:00
R. Ryantm
7a3af371b3 kore: 4.2.1 -> 4.2.2 2022-07-31 17:59:01 +00:00
R. Ryantm
956a93b87f kore: 4.1.0 -> 4.2.1 2022-03-24 08:22:14 +00:00
R. RyanTM
ba1cf80b7c kore: 4.0.1 -> 4.1.0 2021-01-30 10:35:03 +00:00
Ben Siraphob
2f78ee7e81 pkgs/development: stdenv.lib -> lib 2021-01-24 00:16:29 +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
sternenseemann
48c9cc1659 kore: 3.3.1 → 4.0.1 2020-12-07 11:50:20 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Will Dietz
54d97f0d7d
kore: 3.3.0 -> 3.3.1 2019-06-06 23:02:13 -05:00
R. RyanTM
3e865ed711 kore: 2.0.0 -> 3.3.0 (#61846)
* kore: 2.0.0 -> 3.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kore/versions

* kore: minor cleanup
postPatch sed removed because it is not making
any change on v3.3.0 sources
2019-05-22 14:58:06 +02:00
Daiderd Jordan
031492cbfe
kore: fix clang build
/cc ZHF #36454
2018-03-20 00:00:42 +01:00
xeji
884a317828 kore: fix darwin build 2018-03-10 19:36:14 +01:00
xeji
41cdea68da kore: fix build with gcc7 2018-03-10 18:02:05 +01:00
Orivej Desh
717e6ac0c5 kore: fix up 2017-10-01 18:43:22 +00:00
John M. Harris, Jr
4219de070d
kore: init at 2.0.0 2017-10-01 14:08:36 -04:00