mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
libwacom: Load config from /etc
This will allow users to install custom quirks.
This commit is contained in:
parent
1d9c2c9b3e
commit
c6c7efd88d
@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
mesonFlags = [
|
||||
"-Dtests=${if doCheck then "enabled" else "disabled"}"
|
||||
"--sysconfdir=/etc"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user