Fix Linux package dependencies (hopefully)
Some checks failed
Build project / Build (push) Failing after 1m45s
Some checks failed
Build project / Build (push) Failing after 1m45s
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
// flake-utils.lib.eachDefaultSystem (
|
||||
system:
|
||||
let
|
||||
isDarwin = pkgs.stdenv.isDarwin;
|
||||
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
overlays = [ overlay ];
|
||||
@@ -51,6 +53,9 @@
|
||||
|
||||
commonBuildInputs = with pkgs; [
|
||||
openssl
|
||||
]
|
||||
++ lib.optionals (!isDarwin) [
|
||||
pkgs.udev
|
||||
];
|
||||
|
||||
commonNativeBuildInputs = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user