mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
fix and update ci config
This commit is contained in:
parent
685d49fd98
commit
a2a6ea1260
4 changed files with 46 additions and 3 deletions
37
.forgejo/workflows/build.nix
Normal file
37
.forgejo/workflows/build.nix
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{pkgs?import<nixpkgs>{}}: pkgs.mkShell (with pkgs; {
|
||||
nativeBuildInputs = [
|
||||
cargo
|
||||
pkg-config
|
||||
freetype
|
||||
libclang
|
||||
#bear
|
||||
];
|
||||
buildInputs = [
|
||||
jack2
|
||||
lilv
|
||||
serd
|
||||
libclang
|
||||
#suil
|
||||
glib
|
||||
gtk3
|
||||
];
|
||||
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
|
||||
pipewire.jack
|
||||
# for ChowKick.lv2:
|
||||
freetype
|
||||
libgcc.lib
|
||||
# for Panagement
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
libxkbcommon
|
||||
#suil
|
||||
# for Helm:
|
||||
alsa-lib
|
||||
curl
|
||||
libglvnd
|
||||
#xorg_sys_opengl
|
||||
];
|
||||
VST3_SDK_DIR = "/home/user/Lab/Music/tek/vst3sdk/";
|
||||
LIBCLANG_PATH = "${pkgs.libclang.lib.outPath}/lib";
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue