Skip to content

Commit

Permalink
all: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fooker committed Oct 14, 2024
1 parent 4419cff commit 8746788
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

crane = {
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};

flake-utils.url = "github:numtide/flake-utils";
Expand All @@ -15,7 +14,6 @@
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};

Expand Down Expand Up @@ -49,12 +47,12 @@
nativeBuildInputs = with pkgs; [
pkg-config
protobuf
alsa-lib
lua5_4
];

buildInputs = with pkgs; [
openssl
alsa-lib
lua5_4
] ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [
pkgs.libiconv
];
Expand Down

0 comments on commit 8746788

Please sign in to comment.