1

README + comments

This commit is contained in:
2022-08-11 14:35:36 +02:00
parent e903b048e9
commit a4e3b7a175
6 changed files with 26 additions and 17 deletions

View File

@ -1,5 +1,5 @@
{ pkgs }:
{
vital-synth = pkgs.callPackage ./vital-synth {};
# vital-synth = pkgs.callPackage ./vital-synth {}; # Kept as an example, don't know if I will fix this or keep using distrho
}

View File

@ -1,3 +1,5 @@
# Has a problem with vertically offset UI, replaced by distrho for now but kept as an example
# Damn I hate this style
{ lib
, stdenv
@ -62,8 +64,6 @@ in stdenv.mkDerivation rec {
alsa-lib freetype gcc.cc.lib gcc.cc glib glibc curlWithGnuTls libGL libglvnd libsecret
];
# TODO: Somehow/somehwere (in HomeManager?) we need to make a link to ~/.vst3
# Copy the contents of the .deb package to the $out directory that nix creates for built derivations
# Very simple as the vital .deb has a very basic format (only [ usr/bin usr/lib usr/share ])
installPhase = ''