mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
reformat
This commit is contained in:
parent
62fc282c1d
commit
7a9d5dbe97
1 changed files with 2 additions and 2 deletions
|
@ -1400,7 +1400,7 @@ self: super:
|
||||||
|
|
||||||
watchdog = super.watchdog.overrideAttrs (
|
watchdog = super.watchdog.overrideAttrs (
|
||||||
old: {
|
old: {
|
||||||
buildInputs = old.buildInputs or []
|
buildInputs = old.buildInputs or [ ]
|
||||||
++ pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.CoreServices;
|
++ pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.CoreServices;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue