mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
sfeed: fix cross-compilation
This commit is contained in:
parent
fee23ab3f1
commit
b40491279c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user