xsel and clipnotify binaries in nativeBuildInputs
This commit is contained in:
parent
f8e65461eb
commit
cbb9af628e
@ -17,7 +17,8 @@ stdenv.mkDerivation rec {
|
||||
substituteInPlace ./Makefile --replace /usr "$out"
|
||||
'';
|
||||
|
||||
buildInputs = [ makeWrapper xsel clipnotify ];
|
||||
buildInputs = [ makeWrapper ];
|
||||
nativeBuildInputs = [ xsel clipnotify ];
|
||||
|
||||
installPhase = ''
|
||||
for bin in $out/bin/*; do
|
||||
|
Loading…
Reference in New Issue
Block a user