15 stdenv.mkDerivation (finalAttrs: {
19 src = fetchFromSourcehut {
20 domain = "open-music-kontrollers.ch";
23 rev = finalAttrs.version;
24 hash = "sha256-NkzbKteLZ+P+Py+CMOYYipvu6psDslWnM1MAV1XB0TM=";
42 (lib.mesonEnable "online-tests" true)
43 (lib.mesonEnable "elf-tests" true)
44 (lib.mesonEnable "x11-tests" true)
48 description = "Check whether a given LV2 plugin is up to the specification";
49 homepage = "https://git.open-music-kontrollers.ch/~hp/lv2lint";
50 license = licenses.artistic2;
51 maintainers = [ maintainers.magnetophon ];
52 platforms = platforms.linux;
53 mainProgram = "lv2lint";