Merge pull request #224900 from amjoseph-nixpkgs/pr/streamripper/cross
streamripper: fix cross compilation
This commit is contained in:
commit
c2e4a14a12
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user