mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
libwpg: 0.3.3 -> 0.3.4
This commit is contained in:
parent
28330aa204
commit
39d481d3b0
@ -1,15 +1,15 @@
|
|||||||
{ lib, stdenv, fetchurl, pkg-config, libwpd, zlib, librevenge }:
|
{ lib, stdenv, fetchurl, pkg-config, libwpd, zlib, librevenge, boost }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libwpg";
|
pname = "libwpg";
|
||||||
version = "0.3.3";
|
version = "0.3.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/libwpg/${pname}-${version}.tar.xz";
|
url = "mirror://sourceforge/libwpg/${pname}-${version}.tar.xz";
|
||||||
sha256 = "074x159immf139szkswv2zapnq75p7xk10dbha2p9193hgwggcwr";
|
hash = "sha256-tV/alEDR4HBjDrJIfYuGl89BLCFKJ8runfac7HwATeM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libwpd zlib librevenge ];
|
buildInputs = [ libwpd zlib librevenge boost ];
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user