Commit graph

9 commits

Author SHA1 Message Date
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
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
José Romildo Malaquias 95c5c35346 enlightenment.efl: 1.25.0 -> 1.25.1 2020-10-12 12:53:33 -03:00
José Romildo Malaquias c98d83b15c enlightenment.efl: enable wayland client support 2020-10-04 23:13:42 -03:00
José Romildo Malaquias 38a1e2f7ee enlightenment.efl: use pkg-config instead of the alias pkgconfig 2020-10-04 23:13:41 -03:00
José Romildo Malaquias bf0370c045 enlightenment.efl: fix license 2020-10-04 23:13:41 -03:00
José Romildo Malaquias 3df1ed1289 enlightenment.efl: 1.24.3 -> 1.25.0
- Update version
- Explicitly enable Lua launcher binary support and language bindings,
  as they are now disabled by default
- Remove a patch that has been integrated upstream
- luaL_reg is no longer required (according to Fedora package: https://src.fedoraproject.org/rpms/efl/blob/master/f/efl.spec)
2020-09-26 20:07:52 -03:00
José Romildo Malaquias b629c01704 enlightenment.efl: add needed libraries 2020-08-28 16:58:26 -03:00
José Romildo Malaquias 81dd022471 enlightenment.efl: move to pkgs/desktops/enlightenment/efl/ 2020-08-01 20:05:22 -03:00
Renamed from pkgs/desktops/enlightenment/efl.nix (Browse further)