lol

lvtk: install includes in regular location

ttl2c (next commit) looks for them there.

+5 -1
+5 -1
pkgs/by-name/lv/lvtk/package.nix
··· 37 pugl 38 ]; 39 40 enableParallelBuilding = true; 41 42 meta = { 43 description = "Set C++ wrappers around the LV2 C API"; 44 - mainProgram = "ttl2c"; 45 homepage = "https://lvtk.org/"; 46 license = lib.licenses.gpl3; 47 maintainers = with lib.maintainers; [ bot-wxt1221 ];
··· 37 pugl 38 ]; 39 40 + postInstall = '' 41 + mv $out/include/lvtk-3.0/lvtk $out/include/ 42 + rmdir $out/include/lvtk-3.0/ 43 + ''; 44 + 45 enableParallelBuilding = true; 46 47 meta = { 48 description = "Set C++ wrappers around the LV2 C API"; 49 homepage = "https://lvtk.org/"; 50 license = lib.licenses.gpl3; 51 maintainers = with lib.maintainers; [ bot-wxt1221 ];