linuxsampler: fix the build by using bison2

This commit is contained in:
Cillian de Róiste 2014-02-19 23:50:24 +01:00
parent 30fb0365df
commit 77041cbf45

View file

@ -8344,7 +8344,9 @@ let
libosip = libosip_3;
};
linuxsampler = callPackage ../applications/audio/linuxsampler { };
linuxsampler = callPackage ../applications/audio/linuxsampler {
bison = bison2;
};
lmms = callPackage ../applications/audio/lmms { };