mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ping: use vala_0_40
fails to build otherwise.
This commit is contained in:
parent
cfa1718220
commit
10c03528c0
1 changed files with 4 additions and 2 deletions
|
@ -12,7 +12,9 @@
|
|||
, json-glib
|
||||
, libsoup
|
||||
, libgee
|
||||
, wrapGAppsHook }:
|
||||
, wrapGAppsHook
|
||||
, vala_0_40
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "ping";
|
||||
|
@ -28,7 +30,7 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
vala
|
||||
vala_0_40
|
||||
pkgconfig
|
||||
python3
|
||||
wrapGAppsHook
|
||||
|
|
Loading…
Reference in a new issue