xautoclick: use c++ compiler for linkage
This commit is contained in:
parent
89bcdd1184
commit
bf61e100d7
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
||||
mkdir .bin
|
||||
ln -s ${qt4}/bin/moc .bin/moc-qt4
|
||||
addToSearchPath PATH .bin
|
||||
sed -i -e "s@LD=\$_cc@LD=\$_cxx@" configure
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
x
Reference in New Issue
Block a user