Merge pull request #67495 from Alkeryn/ckb-next

ckb-next: fix #67371
This commit is contained in:
Marek Mahut 2019-08-27 10:00:50 +02:00 committed by GitHub
commit 6b978f9b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,10 @@ mkDerivation rec {
cmake
];
cmakeFlags = [
"-DINSTALL_DIR_ANIMATIONS=libexec"
];
patches = [
./install-dirs.patch
./systemd-service.patch