csound-qt 0.9.6-beta2 -> 0.9.6-beta3, plus python-qt include changes, examplepath patch and simplified build

This commit is contained in:
hlolli
2019-03-09 19:38:26 +01:00
parent 40953c84e4
commit b75042bfbb
4 changed files with 31 additions and 34 deletions

View File

@@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
mkdir -p $out/include/PythonQt
cp -r ./lib $out
cp -r ./src/* $out/include/PythonQt
cp extensions/PythonQt_QtAll/PythonQt_QtAll.h $out/include/PythonQt
cp extensions/PythonQt_QtAll/PythonQt_QtAll.cpp $out/include/PythonQt
cp -r ./build $out/include/PythonQt
cp -r ./extensions $out/include/PythonQt
'';
meta = with stdenv.lib; {