11 stdenv.mkDerivation (finalAttrs: {
15 src = fetchFromGitLab {
16 domain = "gitlab.freedesktop.org";
19 rev = "refs/tags/v${finalAttrs.version}";
20 hash = "sha256-9jCfCIB07mmJ6aWQHvXaxYhEMNikUw/W1xrpmh6FKbo=";
33 passthru.tests.pkg-config = testers.hasPkgConfigModules {
34 package = finalAttrs.finalPackage;
39 description = "Collection of libraries which implement some of the freedesktop.org specifications";
40 homepage = "https://gitlab.freedesktop.org/vyivel/libsfdo";
41 license = lib.licenses.bsd2;
42 maintainers = [ lib.maintainers.zi3m5f ];
45 "libsfdo-desktop-file"
49 platforms = lib.platforms.all;