Skip to content

Commit 96f28a6

Browse files
givaro: meta.homepage + modernize
1 parent 45a2b05 commit 96f28a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/development/libraries/givaro/default.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@
1212
stdenv.mkDerivation rec {
1313
pname = "givaro";
1414
version = "4.2.0";
15+
1516
src = fetchFromGitHub {
1617
owner = "linbox-team";
17-
repo = pname;
18-
rev = "v${version}";
18+
repo = "givaro";
19+
tag = "v${version}";
1920
sha256 = "sha256-KR0WJc0CSvaBnPRott4hQJhWNBb/Wi6MIhcTExtVobQ=";
2021
};
22+
2123
patches = [
2224
# Pull upstream fix for gcc-13:
2325
# https://github.com/linbox-team/givaro/pull/218
@@ -83,6 +85,7 @@ stdenv.mkDerivation rec {
8385

8486
meta = {
8587
description = "C++ library for arithmetic and algebraic computations";
88+
homepage = "https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/";
8689
mainProgram = "givaro-config";
8790
license = lib.licenses.cecill-b;
8891
maintainers = [ lib.maintainers.raskin ];

0 commit comments

Comments
 (0)