Many changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user