mirror of
https://github.com/msfjarvis/clipboard-substitutor
synced 2025-08-15 05:27:01 +05:30
feat: add Darwin dependencies to Nix
This commit is contained in:
parent
23fd6603b1
commit
6a0e029a2f
1 changed files with 2 additions and 1 deletions
|
@ -11,5 +11,6 @@ mkShell {
|
||||||
}))
|
}))
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
python39
|
python39
|
||||||
];
|
] ++ pkgs.lib.optionals stdenv.isDarwin
|
||||||
|
[ pkgs.darwin.apple_sdk.frameworks.AppKit ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue