linuxsampler: fix the build by using bison2
This commit is contained in:
parent
30fb0365df
commit
77041cbf45
@ -8344,7 +8344,9 @@ let
|
|||||||
libosip = libosip_3;
|
libosip = libosip_3;
|
||||||
};
|
};
|
||||||
|
|
||||||
linuxsampler = callPackage ../applications/audio/linuxsampler { };
|
linuxsampler = callPackage ../applications/audio/linuxsampler {
|
||||||
|
bison = bison2;
|
||||||
|
};
|
||||||
|
|
||||||
lmms = callPackage ../applications/audio/lmms { };
|
lmms = callPackage ../applications/audio/lmms { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user