Merge pull request #224900 from amjoseph-nixpkgs/pr/streamripper/cross

streamripper: fix cross compilation
This commit is contained in:
Nick Cao 2023-04-07 19:06:03 +08:00 committed by GitHub
commit c2e4a14a12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ glib libogg libvorbis libmad ];
makeFlags = [
"AR:=$(AR)"
];
meta = with lib; {
homepage = "https://streamripper.sourceforge.net/";
description = "Application that lets you record streaming mp3 to your hard drive";