ping: mark as broken
Does not build with vala 0.48 or later, upstream has no activity since 28 Dec 2020
This commit is contained in:
parent
4d70e2dca4
commit
b792e696e8
@ -1,4 +1,5 @@
|
|||||||
{ lib, stdenv
|
{ lib
|
||||||
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, nix-update-script
|
, nix-update-script
|
||||||
, meson
|
, meson
|
||||||
@ -14,7 +15,6 @@
|
|||||||
, libsoup
|
, libsoup
|
||||||
, libgee
|
, libgee
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, vala_0_40
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
vala_0_40
|
vala
|
||||||
pkg-config
|
pkg-config
|
||||||
python3
|
python3
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
@ -65,5 +65,12 @@ stdenv.mkDerivation rec {
|
|||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
mainProgram = "com.github.jeremyvaartjes.ping";
|
mainProgram = "com.github.jeremyvaartjes.ping";
|
||||||
|
# Does not build with vala 0.48 or later
|
||||||
|
# ../src/Application.vala:696.46-696.57: error: Assignment: Cannot convert from
|
||||||
|
# `GLib.HashTable<weak string,weak string>' to `GLib.HashTable<string,string>?'
|
||||||
|
# HashTable<string,string> tempDataList = Soup.Form.decode(testObjs[id].data);
|
||||||
|
# ^^^^^^^^^^^^
|
||||||
|
# Upstream has no activity since 28 Dec 2020
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user