summary refs log tree commit diff
path: root/pkgs/applications/misc/clipmenu
Commit message (Collapse)AuthorAge
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* clipmenu: Fix systemd service, clipctl, clipmenudChristian Kögler2020-12-28
| | | | | | | | | | | | | 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
* clipmenu: 6.1.0 -> 6.2.0Christian Kögler2020-12-28
|
* utillinux: rename to util-linuxGraham Christensen2020-11-24
|
* Update default.nixXaver Hellauer2020-08-01
|
* xsel and clipnotify binaries in nativeBuildInputsXaver Hellauer2020-07-30
|
* Update pkgs/applications/misc/clipmenu/default.nixXaver Hellauer2020-07-29
| | | Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com>
* Use upstream MakefileXaver Hellauer2020-07-28
| | | Since v 6.1 upstream provides a Makefile, therefore I removed the install steps in `installPhase`.
* clipmenu 6.0.1 → 6.1.0Xaver Hellauer2020-07-28
|
* clipmenu: 5.6.0 -> 6.0.1R. RyanTM2020-03-26
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* dmenu2: Remove the package (fix #63218)Michael Weiss2019-08-01
|
* clipmenu: 5.5.0 -> 5.6.0 (#52913)R. RyanTM2018-12-29
| | | | | | 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
* clipmenu: 5.4.0 -> 5.5.0 (#45604)R. RyanTM2018-08-24
| | | | | | 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.
* clipmenu: init at 5.4.0William Casarin2018-07-15
clipmenu is a simple tool for managing you clipboard with dmenu.