README + comments
This commit is contained in:
@ -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
|
||||
}
|
@ -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 = ''
|
||||
|
Reference in New Issue
Block a user