Merge pull request #110223 from LeSuisse/xfig-3.2.8
xfig: 3.2.7b1 -> 3.2.8
This commit is contained in:
commit
9b59bd1052
|
@ -1,17 +1,14 @@
|
||||||
{ lib, stdenv, fetchurl, xlibsWrapper, makeWrapper, libXpm
|
{ lib, stdenv, fetchurl, xlibsWrapper, makeWrapper, libXpm
|
||||||
, libXmu, libXi, libXp, Xaw3d, fig2dev
|
, libXmu, libXi, libXp, Xaw3d, libXaw, fig2dev
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
version = "3.2.7a";
|
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
|
||||||
pname = "xfig";
|
pname = "xfig";
|
||||||
inherit version;
|
version = "3.2.8";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/mcj/xfig-${version}.tar.xz";
|
url = "mirror://sourceforge/mcj/xfig-${version}.tar.xz";
|
||||||
sha256 = "096zgp0bqnxhgxbrv2jjylrjz3pr4da0xxznlk2z7ffxr5pri2fa";
|
sha256 = "1czamqp0xn0j6qjnasa3fjnrzi072v6qknylr6jrs4gwsfw4ybyw";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -30,7 +27,7 @@ in stdenv.mkDerivation {
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
buildInputs = [ xlibsWrapper libXpm libXmu libXi libXp Xaw3d ];
|
buildInputs = [ xlibsWrapper libXpm libXmu libXi libXp Xaw3d libXaw ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An interactive drawing tool for X11";
|
description = "An interactive drawing tool for X11";
|
||||||
|
@ -38,6 +35,6 @@ in stdenv.mkDerivation {
|
||||||
Note that you need to have the <literal>netpbm</literal> tools
|
Note that you need to have the <literal>netpbm</literal> tools
|
||||||
in your path to export bitmaps.
|
in your path to export bitmaps.
|
||||||
'';
|
'';
|
||||||
inherit (fig2dev.meta) license homepage platforms;
|
inherit (fig2dev.meta) license homepage platforms maintainers;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue