libxl: 3.8.5 -> 3.8.7 (#74450)

* libxl: 3.8.5 -> 3.8.7

* libxl: refresh meta
+ avoid hardcoding phases
This commit is contained in:
R. RyanTM 2019-12-01 07:00:06 -08:00 committed by Renaud
parent 61087f73d7
commit 5c54b35a5b

View File

@ -2,14 +2,15 @@
stdenv.mkDerivation rec {
pname = "libxl";
version = "3.8.5";
version = "3.8.7";
src = fetchurl {
url = "http://www.libxl.com/download/${pname}-lin-${version}.tar.gz";
sha256 = "15n8gxyznk1nm2kgp86hd36rnivjsby9ccl12lyabv6q3fab6fsx";
sha256 = "0mfi2mlsgqjw9ki3c5bsb6nr2aqym7s1priw70f69r12azzxfqw3";
};
phases = [ "unpackPhase" "installPhase" "fixupPhase" ];
dontConfigure = true;
dontBuild = true;
installPhase = ''
mkdir $out
@ -18,7 +19,8 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "A lbrary for parsing excel files";
description = "A library for parsing Excel files";
homepage = "http://www.libxl.com/";
license = licenses.unfree;
platforms = platforms.linux;
maintainers = with maintainers; [ ];