sfeed: fix cross-compilation

This commit is contained in:
Nikolay Korotkiy 2021-11-13 11:18:31 +03:00
parent fee23ab3f1
commit b40491279c
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -10,10 +10,9 @@ stdenv.mkDerivation rec {
sha256 = "sha256-pLKWq4KIiT6X37EUIOw5SBb1KWopnFcDO+iE++Uie5s=";
};
installPhase = ''
mkdir $out
make install PREFIX=$out
'';
makeFlags = [ "RANLIB:=$(RANLIB)" ];
installFlags = [ "PREFIX=$(out)" ];
meta = with lib; {
homepage = "https://codemadness.org/sfeed-simple-feed-parser.html";