Commit graph

16 commits

Author SHA1 Message Date
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +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
Christian Kögler 2f81c7a76a clipmenu: Fix systemd service, clipctl, clipmenud
clipmenud.service:
- fix path to clipmenud

clipmenud:
- fix "ignore window" function by adding xdotools
- add coreutils to make clipmenud fully self contained (needed for
  systemd service)

clipctl:
- fix process name, caused by wrapping clipmenud
2020-12-28 22:25:49 +01:00
Christian Kögler f6ff5f85ca clipmenu: 6.1.0 -> 6.2.0 2020-12-28 22:19:11 +01:00
Graham Christensen bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
Xaver Hellauer ce37a2e349
Update default.nix 2020-08-01 12:26:00 +02:00
Xaver Hellauer cbb9af628e
xsel and clipnotify binaries in nativeBuildInputs 2020-07-30 11:18:14 +02:00
Xaver Hellauer f8e65461eb
Update pkgs/applications/misc/clipmenu/default.nix
Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com>
2020-07-29 11:45:18 +02:00
Xaver Hellauer cafe0e2cb1
Use upstream Makefile
Since v 6.1 upstream provides a Makefile, therefore I removed the install steps in `installPhase`.
2020-07-28 17:02:08 +02:00
Xaver Hellauer 5a0c05e61b
clipmenu 6.0.1 → 6.1.0 2020-07-28 15:29:26 +02:00
R. RyanTM 05078b0325 clipmenu: 5.6.0 -> 6.0.1 2020-03-26 19:08:46 +00: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
Michael Weiss 3f5b182891
dmenu2: Remove the package (fix #63218) 2019-08-01 11:19:33 +02:00
R. RyanTM 867f1326dd clipmenu: 5.5.0 -> 5.6.0 (#52913)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clipmenu/versions
2018-12-29 20:35:31 +01:00
R. RyanTM bd1ebb0fa0 clipmenu: 5.4.0 -> 5.5.0 (#45604)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clipmenu/versions.
2018-08-24 23:02:20 +02:00
William Casarin fb130874fd clipmenu: init at 5.4.0
clipmenu is a simple tool for managing you clipboard with dmenu.
2018-07-15 12:22:46 -07:00