about summary refs log tree commit diff
path: root/pkgs/applications/misc/clipmenu
AgeCommit message (Collapse)AuthorFilesLines
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-2/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-1/+1
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
2020-12-28clipmenu: Fix systemd service, clipctl, clipmenudChristian Kögler1-8/+25
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-28clipmenu: 6.1.0 -> 6.2.0Christian Kögler1-11/+4
2020-11-24utillinux: rename to util-linuxGraham Christensen1-2/+2
2020-08-01Update default.nixXaver Hellauer1-6/+10
2020-07-30xsel and clipnotify binaries in nativeBuildInputsXaver Hellauer1-1/+2
2020-07-29Update pkgs/applications/misc/clipmenu/default.nixXaver Hellauer1-1/+1
Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com>
2020-07-28Use upstream MakefileXaver Hellauer1-4/+5
Since v 6.1 upstream provides a Makefile, therefore I removed the install steps in `installPhase`.
2020-07-28clipmenu 6.0.1 → 6.1.0Xaver Hellauer1-2/+2
2020-03-26clipmenu: 5.6.0 -> 6.0.1R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-01dmenu2: Remove the package (fix #63218)Michael Weiss1-2/+2
2018-12-29clipmenu: 5.5.0 -> 5.6.0 (#52913)R. RyanTM1-2/+2
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-24clipmenu: 5.4.0 -> 5.5.0 (#45604)R. RyanTM1-2/+2
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-07-15clipmenu: init at 5.4.0William Casarin1-0/+33
clipmenu is a simple tool for managing you clipboard with dmenu.