1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pantheon.wingpanel-indicator-sound: pin vala version

This commit is contained in:
Bobby Rong 2021-09-23 23:10:12 +08:00
parent cc8875421b
commit 220f1573ed
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -7,7 +7,7 @@
, meson
, python3
, ninja
, vala
, vala_0_52
, gtk3
, granite
, wingpanel
@ -50,7 +50,9 @@ stdenv.mkDerivation rec {
ninja
pkg-config
python3
vala
# Does not build with vala 0.54
# https://github.com/elementary/wingpanel-indicator-sound/issues/219
vala_0_52
];
buildInputs = [