ckb-next: fix #67371

This commit is contained in:
Alkeryn 2019-08-26 15:02:10 +02:00
parent 48046cf2b7
commit 43ab91e6c4

View File

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