chore(format): run treefmt
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
be48f6bff2
commit
a0c21318f9
|
|
@ -30,13 +30,12 @@ in
|
||||||
# nixpkgs checks version, no need when building locally
|
# nixpkgs checks version, no need when building locally
|
||||||
nativeInstallCheckInputs = [ ];
|
nativeInstallCheckInputs = [ ];
|
||||||
|
|
||||||
buildInputs = (builtins.filter (p:
|
buildInputs =
|
||||||
p.pname != "wireplumber" &&
|
(builtins.filter (p: p.pname != "wireplumber" && p.pname != "gps") oldAttrs.buildInputs)
|
||||||
p.pname != "gps"
|
++ [
|
||||||
) oldAttrs.buildInputs) ++ [
|
pkgs.wireplumber
|
||||||
pkgs.wireplumber
|
pkgs.gpsd
|
||||||
pkgs.gpsd
|
];
|
||||||
];
|
|
||||||
|
|
||||||
postUnpack = ''
|
postUnpack = ''
|
||||||
pushd "$sourceRoot"
|
pushd "$sourceRoot"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue