magnetophonDSP: recurseIntoAttrs

This makes nix tooling pick up on the magnetophonDSP attribute set in
all-packages.nix which prevented eval errors from being detected by
ofborg in the past for example.
This commit is contained in:
sternenseemann
2021-03-03 13:40:47 +01:00
parent 6f2fbf5f0b
commit b4ce3151b2
+1 -1
View File
@@ -23602,7 +23602,7 @@ in
mail-notification = callPackage ../desktops/gnome-2/desktop/mail-notification {};
magnetophonDSP = {
magnetophonDSP = lib.recurseIntoAttrs {
CharacterCompressor = callPackage ../applications/audio/magnetophonDSP/CharacterCompressor { };
CompBus = callPackage ../applications/audio/magnetophonDSP/CompBus { };
ConstantDetuneChorus = callPackage ../applications/audio/magnetophonDSP/ConstantDetuneChorus { };