12 src = fetchFromGitLab {
13 owner = "ldutils-projects";
15 rev = "4fc416f694ce888c5bd4c4432a7730bb6260475c";
16 #rev = "v_${version}";
17 hash = "sha256-UMDayvz9RlcR4HVJNn7tN4FKbiKAFRSPaK0osA6OGTI=";
20 buildInputs = with libsForQt5.qt5; [
29 qmakeFlags = ["ldutils.pro"];
31 LDUTILS_LIB = placeholder "out";
32 LDUTILS_INCLUDE = placeholder "out";
35 description = "Headers and link library for other ldutils projects";
36 homepage = "https://gitlab.com/ldutils-projects/ldutils";
37 license = licenses.gpl3Plus;
38 maintainers = with maintainers; [sohalt];
39 platforms = platforms.linux;