forked from mirrors/nixpkgs
spacebar: Fix build for 21.07
This commit is contained in:
parent
caaebc0082
commit
1b87466f2c
|
@ -9,7 +9,9 @@
|
|||
, kirigami2
|
||||
, knotifications
|
||||
, kpeople
|
||||
, libphonenumber
|
||||
, libqofono
|
||||
, protobuf
|
||||
, telepathy
|
||||
}:
|
||||
|
||||
|
@ -27,7 +29,9 @@ mkDerivation rec {
|
|||
kirigami2
|
||||
knotifications
|
||||
kpeople
|
||||
libphonenumber
|
||||
libqofono
|
||||
protobuf # Needed by libphonenumber
|
||||
telepathy
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue