xsel and clipnotify binaries in nativeBuildInputs

gstqt5
Xaver Hellauer 2020-07-30 11:18:14 +02:00 committed by GitHub
parent f8e65461eb
commit cbb9af628e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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