csound-qt: fix indentation

This commit is contained in:
Dmitry Kalinkin 2019-03-10 12:40:51 -04:00 committed by GitHub
parent b75042bfbb
commit 8bf0a82642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -13,12 +13,14 @@ stdenv.mkDerivation rec {
sha256 = "007jhkh0k6qk52r77i067999dwdiimazix6ggp2hvyc4pj6n5dip"; sha256 = "007jhkh0k6qk52r77i067999dwdiimazix6ggp2hvyc4pj6n5dip";
}; };
patches = [(fetchpatch { patches = [
name = "examplepath.patch"; (fetchpatch {
url = "https://github.com/CsoundQt/CsoundQt/commit/09f2d515bff638cbcacb450979d66e273a59fdec.diff"; name = "examplepath.patch";
sha256 = "0y23kf8m1mh9mklsvf908b2b8m2w2rji8qvws44paf1kpwnwdmgm"; url = "https://github.com/CsoundQt/CsoundQt/commit/09f2d515bff638cbcacb450979d66e273a59fdec.diff";
}) sha256 = "0y23kf8m1mh9mklsvf908b2b8m2w2rji8qvws44paf1kpwnwdmgm";
./rtmidipath.patch]; })
./rtmidipath.patch
];
nativeBuildInputs = [ qmake qtwebengine qtxmlpatterns ]; nativeBuildInputs = [ qmake qtwebengine qtxmlpatterns ];