Ben Siraphob
|
5d566c43b4
|
pkgs/applications: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -08: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 |
|
Jan Tojnar
|
8cbc862b83
|
dconf: move to top-level
|
2019-12-01 01:01:40 +01:00 |
|
worldofpeace
|
59e68d3b74
|
treewide: don't use single quotes with placeholder
|
2019-09-03 13:01:42 -04:00 |
|
worldofpeace
|
67fbc4d060
|
plank: 0.11.4 -> 0.11.89
|
2019-08-30 12:16:29 -04:00 |
|
worldofpeace
|
b1bc0645ea
|
gdk-pixbuf: rename from gdk_pixbuf
|
2019-07-22 18:50:57 -04:00 |
|
worldofpeace
|
d269620c62
|
plank: cleanup
* placeholder
* vala should be native
* no aliases
* drop gobject-introspection
|
2019-04-10 00:54:30 -04:00 |
|
worldofpeace
|
51088d7d96
|
gnome-menus: rename from gnome3.gnome-menus
|
2018-12-25 20:14:32 -05:00 |
|
worldofpeace
|
307ccf9dd1
|
plank: hide launcher in pantheon
|
2018-12-09 10:45:29 -05:00 |
|
Jan Tojnar
|
a51a99c690
|
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
|
2018-12-02 12:42:29 +01:00 |
|
Jörg Thalheim
|
2f9fd6ff59
|
plank: add autoreconfHook
|
2018-05-10 12:16:39 +01:00 |
|
davidak
|
296e7717e0
|
plank: init at 0.11.4
|
2018-05-08 22:27:28 +02:00 |
|