chore(format): run treefmt
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user