forked from mirrors/nixpkgs
Update yodl sources. Unofrtunately, old ones are unavailable. Icmake is still needed to build yodl
svn path=/nixpkgs/trunk/; revision=15539
This commit is contained in:
parent
9eff5ac580
commit
370eb21986
|
@ -3,15 +3,18 @@
|
||||||
# latest release is newer though
|
# latest release is newer though
|
||||||
args: with args;
|
args: with args;
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "yodl-2.13.2";
|
name = "yodl-2.14.3";
|
||||||
|
|
||||||
buildInputs = [perl];
|
buildInputs = [perl];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/sourceforge/yodl/yodl_2.13.2.orig.tar.gz";
|
url = "mirror://sourceforge/yodl/yodl_2.14.3.orig.tar.gz";
|
||||||
sha256 = "07zzyx8vf27y3p549qza0pqrb61hfh0gynxqb8i1cghjmxhrlxj3";
|
sha256 = "0paypm76p34hap3d18vvks5rrilchcw6q56rvq6pjf9raqw8ynd4";
|
||||||
};
|
};
|
||||||
# maybe apply diff?
|
patches = [(fetchurl {
|
||||||
|
url = "mirror://sourceforge/yodl/yodl_2.14.3-1.diff.gz";
|
||||||
|
sha256 = "176hlbiidv7p9051f04anzj4sr9dwlp9439f9mjvvgks47ac0qx4";
|
||||||
|
})];
|
||||||
|
|
||||||
# This doesn't isntall docs yet, do you need them?
|
# This doesn't isntall docs yet, do you need them?
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue