Commit graph

14 commits

Author SHA1 Message Date
AndersonTorres e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Pavol Rusnak c5e8b0486a
kodelife: 0.9.0.129 -> 0.9.8.143 2021-04-27 19:56:26 +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
Jonathan Ringer 8fdc7cc1d0 kodelife: preferLocalBuild 2020-04-13 10:40:27 -07:00
Jonathan Ringer 088afc8375 kodelife: fix non-x86 hashes 2020-04-13 10:40:27 -07:00
R. RyanTM 50605b6927 kodelife: 0.8.8.110 -> 0.9.0.129 2020-04-12 17:45:00 -07:00
Pavol Rusnak 665112e6e6
kodelife: 0.8.7.105 -> 0.8.8.110
add support for aarch64-linux, armv7l-linux and x86_64-darwin
2020-01-07 10:27:54 +01:00
Frederik Rietdijk d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00
R. RyanTM a676c82cf6 kodelife: 0.8.6.101 -> 0.8.7.105 2019-11-27 21:57:11 -08:00
adisbladis c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
R. RyanTM 0fcffecf8b kodelife: 0.8.5.99 -> 0.8.6.101
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kodelife/versions
2019-10-22 03:15:07 -07:00
R. RyanTM e07345793e kodelife: 0.8.3.93 -> 0.8.5.99
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kodelife/versions
2019-10-07 04:53:39 -07:00
Pavol Rusnak 8492dfeaba
kodelife: init at 0.8.3.93 2019-08-20 18:16:16 +02:00