dmenu2: Remove the package (fix #63218)

This commit is contained in:
Michael Weiss
2019-08-01 11:19:33 +02:00
parent ec3f7e3e54
commit 3f5b182891
3 changed files with 7 additions and 32 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{ clipnotify, makeWrapper, xsel, dmenu2, utillinux, gawk, stdenv, fetchFromGitHub, lib }:
{ clipnotify, makeWrapper, xsel, dmenu, utillinux, gawk, stdenv, fetchFromGitHub, lib }:
let
runtimePath = lib.makeBinPath [ clipnotify xsel dmenu2 utillinux gawk ];
runtimePath = lib.makeBinPath [ clipnotify xsel dmenu utillinux gawk ];
in
stdenv.mkDerivation rec {
name = "clipmenu-${version}";