baudline: use jack2 instead of jack1
Otherwise it doesn't connect with the rest of the system. [Bjørn: I think this is a symptom of jack1 packaging problem in nixpkgs. The two libraries are _supposed_ to be interchangeable.]
This commit is contained in:
committed by
Bjørn Forsman
parent
a444b34b52
commit
72e99b6915
@@ -13459,9 +13459,7 @@ with pkgs;
|
||||
|
||||
batti = callPackage ../applications/misc/batti { };
|
||||
|
||||
baudline = callPackage ../applications/audio/baudline {
|
||||
jack = jack1;
|
||||
};
|
||||
baudline = callPackage ../applications/audio/baudline { };
|
||||
|
||||
|
||||
bazaar = callPackage ../applications/version-management/bazaar { };
|
||||
|
||||
Reference in New Issue
Block a user