Update pkgs/applications/audio/streamripper/default.nix

Co-authored-by: Nick Cao <nickcao@nichi.co>
This commit is contained in:
Adam Joseph 2023-04-07 06:15:18 +00:00 committed by GitHub
parent ae16ad59dd
commit 976e854665
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ glib libogg libvorbis libmad ];
makeFlags = [
"AR=${stdenv.cc.bintools.targetPrefix}ar" # for cross
"AR:=$(AR)"
];
meta = with lib; {