gsl: fix patch URL that no longer worked (close #9143)
This commit is contained in:
parent
980fee9fe0
commit
80129d23d9
@ -11,10 +11,9 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [
|
patches = [
|
||||||
# ToDo: there might be more impurities than FMA support check
|
# 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
|
./disable-fma.patch # http://lists.gnu.org/archive/html/bug-gsl/2011-11/msg00019.html
|
||||||
|
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
name = "bug-39055.patch";
|
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";
|
sha256 = "1bmrmihi28cly9g9pq54kkix2jy59y7cd7h5fw4v1c7h5rc2qvs8";
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user