yodl: 4.01.00 -> 4.02.00
This commit is contained in:
parent
458cce8d16
commit
5534322285
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "yodl-${version}";
|
name = "yodl-${version}";
|
||||||
version = "4.01.00";
|
version = "4.02.00";
|
||||||
|
|
||||||
nativeBuildInputs = [ icmake ];
|
nativeBuildInputs = [ icmake ];
|
||||||
|
|
||||||
buildInputs = [ perl ];
|
buildInputs = [ perl ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1aahwmj4gmf59lrij2373lkgfj77i3ghdas9c7iqrjwaizb0430p";
|
sha256 = "08i3q3h581kxr5v7wi114bng66pwwsjs5qj3ywnnrr7ra1h5rzwa";
|
||||||
rev = version;
|
rev = version;
|
||||||
repo = "yodl";
|
repo = "yodl";
|
||||||
owner = "fbb-git";
|
owner = "fbb-git";
|
||||||
@ -27,6 +27,9 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace scripts/yodl2whatever.in --replace getopt ${utillinux}/bin/getopt
|
substituteInPlace scripts/yodl2whatever.in --replace getopt ${utillinux}/bin/getopt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Set TERM because icmbuild calls tput.
|
||||||
|
TERM = "xterm";
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
./build programs
|
./build programs
|
||||||
./build macros
|
./build macros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user