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:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user