Commit graph

11 commits

Author SHA1 Message Date
AndersonTorres 4de0987503 Add a small warning/todo about the hash/sha256 attributes of a mkXfceDerivation 2021-06-17 13:25:11 -03:00
Naïm Favier a00e7fb0d1
xfce.mkXfceDerivation: fix homepage
`/about` now redirects to a sign in page, so link to the repo's root instead.
2021-06-13 23:00:58 +02:00
José Romildo Malaquias bf98389d9a xfce.mkXfcederivation: fix license 2021-03-31 19:10:52 -03:00
Ben Siraphob 5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
José Romildo Malaquias 9ef6317164 xfce: use pname 2020-12-27 17:39:04 -03:00
José Romildo Malaquias 34de28ed17 xfce: update src to use new git repository 2020-12-27 14:30:07 -03:00
José Romildo Malaquias 06ba312152 xfce: add update scripts to xfce packages 2020-04-15 09:45:25 -03:00
José Romildo Malaquias 2dff34b56b xfce: add pos attribute in mkXfcederivation 2020-04-15 09:45:25 -03:00
worldofpeace ac70cd728c xfce4-14: move to xfce and have only one version of xfce
All code that was at xfce4-14 has been moved to xfce/*.
Old expressions that aren't rewritten might be abandoned or broken.

Additonally I've ported the xfce4-14 thunar expression to support
thunarPlugins. We can now support this interface in the Xfce module
again, although I'm not sure if we have any plugins packaged that support
latest thunar.
2019-11-19 18:47:02 -05:00
Renamed from pkgs/desktops/xfce4-14/mkXfceDerivation.nix (Browse further)