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