skribilo: 0.9.4 -> 0.9.5
This commit is contained in:
parent
1cd16d50b4
commit
aeedda95b4
@ -1,21 +1,30 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, gettext
|
{ stdenv
|
||||||
, guile, guile-reader, guile-lib
|
, fetchurl
|
||||||
, ploticus, imagemagick
|
, pkgconfig
|
||||||
, ghostscript, transfig
|
, gettext
|
||||||
|
, guile
|
||||||
|
, guile-reader
|
||||||
|
, guile-lib
|
||||||
|
, ploticus
|
||||||
|
, imagemagick
|
||||||
|
, ghostscript
|
||||||
|
, transfig
|
||||||
, enableEmacs ? false, emacs ? null
|
, enableEmacs ? false, emacs ? null
|
||||||
, enableLout ? true, lout ? null
|
, enableLout ? true, lout ? null
|
||||||
, enableTex ? true, tex ? null
|
, enableTex ? true, tex ? null
|
||||||
, makeWrapper }:
|
, makeWrapper
|
||||||
|
}:
|
||||||
with stdenv.lib;
|
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
|
|
||||||
|
let
|
||||||
pname = "skribilo";
|
pname = "skribilo";
|
||||||
version = "0.9.4";
|
version = "0.9.5";
|
||||||
|
inherit (stdenv.lib) optional;
|
||||||
|
in stdenv.mkDerivation {
|
||||||
|
inherit pname version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.savannah.nongnu.org/releases/skribilo/${pname}-${version}.tar.gz";
|
url = "http://download.savannah.nongnu.org/releases/skribilo/${pname}-${version}.tar.gz";
|
||||||
sha256 = "06ywnfjfa9sxrzdszb5sryzg266380g519cm64kq62sskzl7zmnf";
|
sha256 = "sha256-AIJqIcRjT7C0EO6J60gGjERdgAglh0ZU49U9XKPwvwk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
nativeBuildInputs = [ pkgconfig makeWrapper ];
|
||||||
@ -33,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
--prefix GUILE_LOAD_COMPILED_PATH : "$out/share/guile/site:${guile-lib}/share/guile/site:${guile-reader}/share/guile/site"
|
--prefix GUILE_LOAD_COMPILED_PATH : "$out/share/guile/site:${guile-lib}/share/guile/site:${guile-reader}/share/guile/site"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib;{
|
||||||
description = "The Ultimate Document Programming Framework";
|
description = "The Ultimate Document Programming Framework";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Skribilo is a free document production tool that takes a
|
Skribilo is a free document production tool that takes a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user