tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
functional-linear-algebra: 0.4->0.4.1
Ryan Orendorff
2 years ago
6794de08
3f21a22b
+2
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
agda
functional-linear-algebra
default.nix
+2
-3
pkgs/development/libraries/agda/functional-linear-algebra/default.nix
···
1
{ fetchFromGitHub, lib, mkDerivation, standard-library }:
2
3
mkDerivation rec {
4
-
version = "0.4";
5
pname = "functional-linear-algebra";
6
7
buildInputs = [ standard-library ];
···
10
repo = "functional-linear-algebra";
11
owner = "ryanorendorff";
12
rev = "v${version}";
13
-
sha256 = "05jk3792k9xf8iiwzm2hwlvd25f2pqqr3gppmqjf8xb9199i8fk0";
14
};
15
16
preConfigure = ''
···
26
license = licenses.bsd3;
27
platforms = platforms.unix;
28
maintainers = with maintainers; [ ryanorendorff ];
29
-
broken = true;
30
};
31
}
···
1
{ fetchFromGitHub, lib, mkDerivation, standard-library }:
2
3
mkDerivation rec {
4
+
version = "0.4.1";
5
pname = "functional-linear-algebra";
6
7
buildInputs = [ standard-library ];
···
10
repo = "functional-linear-algebra";
11
owner = "ryanorendorff";
12
rev = "v${version}";
13
+
sha256 = "GrTeMEHEXb0t2RgHWiGfvvofNYl8YYaaoCE18JrG6Q4=";
14
};
15
16
preConfigure = ''
···
26
license = licenses.bsd3;
27
platforms = platforms.unix;
28
maintainers = with maintainers; [ ryanorendorff ];
0
29
};
30
}