Many changes

This commit is contained in:
2025-05-01 16:59:04 +03:00
parent 13ee5dc830
commit 8540c5e6d3
12 changed files with 115 additions and 22 deletions
+5 -3
View File
@@ -7,9 +7,11 @@
# You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays
modifications = final: prev: {
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });
helm = prev.helm.overrideAttrs (oldAttrs: rec {
patches = oldAttrs.patches or [] ++ [
./helm.patch
];
});
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will
+13
View File
@@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index 8b8db501..a79fe5b3 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ ifdef PAID
cp docs/thank_you.txt $(PATCHES)
endif
-install: install_standalone install_vst install_lv2 thank_you
+install: install_vst install_lv2 thank_you
dist:
rm -rf $(PROGRAM)