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