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
Samuel Gräfenstein
18b5737723
nixos-artwork: add missing wallpapers
2020-07-04 00:31:18 +02:00
worldofpeace
62587f43dd
nixos-artwork: add file path attributes
...
This makes things so much easier, and we install to
the path that both gnome-backgrounds and
elementary-wallpapers install to.
2020-04-29 13:23:35 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04:00
Peter Hoeg
68baf6bdd1
nixos-artwork: make wallpapers available to KDE ( #51926 )
2018-12-15 16:39:02 +01:00
Samuel Dionne-Riel
bc5b26b4ab
Reviews use of old nixos wallpaper to use one with the new logo.
...
The wallpaper used is *structurally compatible* with the other one,
meaning that the logo is at the same location, and not bigger.
It has one drawback: the logo is brighter, which clashes with the grub
usage. This is to be fixed with new options in grub.
2018-08-29 00:04:58 -04:00
volth
dda95bae35
[bot] treewide: remove unused 'args@' in lambdas
2018-07-20 19:54:05 +00:00
Silvan Mosberger
eccca05e2c
nixos-artwork: Fix URL to gnome-dark
2017-07-29 06:36:55 +02:00
volth
13a8fa8801
nixos-artwork: do not leak nix hashes to filenames in /share/artwork/gnome/ ( #26566 )
...
* nixos-artwork: do not leak nix hashes to filenames /share/artwork/gnome/
* simplify
2017-06-14 17:46:13 +02:00
romildo
aa8018103c
nixos-artwork: add more wallpapers
...
Restructure the nixos-artwork to make it easy to selectively
incorporate other components from upstream without needing to download
the full package.
Until now only the Gnome_Dark wallpaper was included. Add other
wallpapers available in the package repository.
2017-06-07 18:00:58 -03:00