14 stdenv.mkDerivation (finalAttrs: {
18 src = fetchFromGitHub {
21 rev = "v${finalAttrs.version}";
22 hash = "sha256-5HejuluCTsRsnHuaMCTnCPkbFvT/IcLkfNGjnXnZjJ0=";
36 propagatedBuildInputs = [
44 # CMake is just used for finding doctest.
45 dontUseCmakeConfigure = true;
48 (lib.mesonEnable "tests" (stdenv.buildPlatform.canExecute stdenv.hostPlatform))
54 homepage = "https://github.com/WayfireWM/wf-config";
55 description = "Library for managing configuration files, written for Wayfire";
56 license = lib.licenses.mit;
57 maintainers = with lib.maintainers; [ wucke13 rewine ];
58 platforms = lib.platforms.unix;