11 stdenv.mkDerivation rec {
16 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
17 sha256 = "eb7154a42b6529bb9746c39272719f3168d6363ed4bad305a916ed7d90bc8de9";
20 nativeBuildInputs = [ pkg-config ];
27 patchShebangs build/dll-map-makefile-verifier
28 patchShebangs build/private-icon-theme-installer
29 substituteInPlace configure --replace lib/mono/2.0/ lib/mono/2.0-api/
30 find -name Makefile.in | xargs -n 1 -d '\n' sed -e 's/^dnl/#/' -i
38 homepage = "https://gitlab.gnome.org/Archive/hyena";
39 description = "C# library which contains a hodge-podge of random stuff";
41 Hyena is a C# library used to make awesome applications. It contains a lot of random things,
42 including useful data structures, a Sqlite-based db layer, cool widgets, a JSON library,
43 a smart job/task scheduler, a user-query/search parser, and much more. It's particularly
44 useful for Gtk# applications, though only the Hyena.Gui assembly requires Gtk#.
46 platforms = platforms.all;
47 maintainers = with maintainers; [ obadz ];
48 license = licenses.mit;