Sandro Jäckel
|
d1a76640f6
|
clipit: remove unused inputs
|
2021-03-01 10:47:02 +01:00 |
|
Ben Siraphob
|
5d566c43b4
|
pkgs/applications: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -08:00 |
|
Ben Siraphob
|
108bdac3d9
|
pkgs/applications: stdenv.lib -> lib
|
2021-01-15 14:24:03 +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 |
|
Nick Hu
|
65c9bb252d
|
clipit: enable appindicator support
|
2020-10-13 16:08:07 +01:00 |
|
Kamil Chmielewski
|
95b6a6d5fd
|
clipit: 1.4.4 -> 1.4.5
|
2020-05-01 09:16:32 +02:00 |
|
Jörg Thalheim
|
b4080f3eb5
|
clipit: 1.4.2 -> 1.4.4
|
2020-04-02 16:17:30 +01:00 |
|
worldofpeace
|
b0c2aea20b
|
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
|
2019-09-18 22:47:26 +02:00 |
|
Jan Tojnar
|
72e7d569a7
|
tree-wide: s/GTK+/GTK/g
GTK was renamed.
|
2019-09-06 02:54:53 +02:00 |
|
volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
Jan Tojnar
|
a31d98f312
|
tree-wide: autorename gnome packages to use dashes
|
2018-02-25 17:41:16 +01:00 |
|
John Ericson
|
531e4b80c9
|
misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
|
2017-09-21 15:49:53 -04:00 |
|
Kamil Chmielewski
|
ab7538a277
|
clipit: hicolor_icon_theme dependency
|
2016-10-14 12:02:16 +02:00 |
|
Kirill Boltaev
|
bccd75094f
|
treewide: explicitly specify gtk and related package versions
|
2016-09-12 18:26:06 +03:00 |
|
Paul Koerbitz
|
a5cf54a52b
|
Add package for ClipIt, a lightweight GTK clipboard manager
|
2014-08-21 16:22:08 +02:00 |
|