mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
libwacom: remove ambiguous with statement
Now passes nixf-tidy
This commit is contained in:
parent
bf6088c5bc
commit
976209e971
@ -69,12 +69,12 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
tests = finalAttrs.finalPackage.overrideAttrs { doCheck = true; };
|
tests = finalAttrs.finalPackage.overrideAttrs { doCheck = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
homepage = "https://linuxwacom.github.io/";
|
homepage = "https://linuxwacom.github.io/";
|
||||||
changelog = "https://github.com/linuxwacom/libwacom/blob/${finalAttrs.src.rev}/NEWS";
|
changelog = "https://github.com/linuxwacom/libwacom/blob/${finalAttrs.src.rev}/NEWS";
|
||||||
description = "Libraries, configuration, and diagnostic tools for Wacom tablets running under Linux";
|
description = "Libraries, configuration, and diagnostic tools for Wacom tablets running under Linux";
|
||||||
maintainers = teams.freedesktop.members;
|
maintainers = lib.teams.freedesktop.members;
|
||||||
license = licenses.hpnd;
|
license = lib.licenses.hpnd;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user