gsl: fix patch URL that no longer worked (close #9143)

This commit is contained in:
Vladimír Čunát 2015-08-06 11:04:04 +02:00
parent 980fee9fe0
commit 80129d23d9

View File

@ -11,10 +11,9 @@ stdenv.mkDerivation rec {
patches = [
# ToDo: there might be more impurities than FMA support check
./disable-fma.patch # http://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html
(fetchpatch {
name = "bug-39055.patch";
url = "http://git.savannah.gnu.org/cgit/gsl.git/patch/?id=9cc12d0377";
url = "http://git.savannah.gnu.org/cgit/gsl.git/patch/?id=9cc12d";
sha256 = "1bmrmihi28cly9g9pq54kkix2jy59y7cd7h5fw4v1c7h5rc2qvs8";
})
];