Skip to content

Commit

Permalink
Nix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Dec 11, 2024
1 parent abffde4 commit 52cd8ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ alsaLib
{ alsa-lib
, darwin
, ffmpeg
, jq
Expand Down Expand Up @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
openssl
ffmpeg
] ++ lib.optionals stdenv.isLinux [
alsaLib
alsa-lib
udev
llvmPackages.bintools
llvmPackages.libclang
Expand All @@ -67,7 +67,7 @@ rustPlatform.buildRustPackage rec {
{
inherit XCURSOR_THEME;
LD_LIBRARY_PATH = "${lib.makeLibraryPath buildInputs}";
ALSA_LIB_DEV = "${alsaLib.dev}";
ALSA_LIB_DEV = "${alsa-lib.dev}";
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
} // lib.optionalAttrs stdenv.isDarwin {
COREAUDIO_SDK_PATH = "${darwin.apple_sdk.frameworks.CoreAudio}/Library/Frameworks/CoreAudio.framework";
Expand Down

0 comments on commit 52cd8ed

Please sign in to comment.