1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

sage: fix build at 6.8

This commit is contained in:
Mikhail Volkhov 2017-03-13 10:34:55 +03:00
parent 2839b101f9
commit 78c0cecc5f
No known key found for this signature in database
GPG key ID: 17A854CA823709D7

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, m4, perl, gfortran, texlive, ffmpeg, tk { stdenv, fetchurl, m4, perl, gfortran, texlive, ffmpeg, tk, gnused_422
, imagemagick, liblapack, python, openssl, libpng , imagemagick, liblapack, python, openssl, libpng
, which , which
}: }:
@ -9,10 +9,11 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "http://old.files.sagemath.org/src-old/${name}.tar.gz"; url = "http://old.files.sagemath.org/src-old/${name}.tar.gz";
sha256 = "102mrzzi215g1xn5zgcv501x9sghwg758jagx2jixvg1rj2jijj9"; sha256 = "102mrzzi215g1xn5zgcv501x9sghwg758jagx2jixvg1rj2jijj9";
}; };
buildInputs = [ m4 perl gfortran texlive.combined.scheme-basic ffmpeg tk imagemagick liblapack buildInputs = [ m4 perl gfortran texlive.combined.scheme-basic ffmpeg gnused_422 tk imagemagick liblapack
python openssl libpng which]; python openssl libpng which ];
patches = [ ./spkg-singular.patch ./spkg-python.patch ./spkg-git.patch ]; patches = [ ./spkg-singular.patch ./spkg-python.patch ./spkg-git.patch ];