File tree 1 file changed +3
-12
lines changed
pkgs/os-specific/linux/trinity
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
stdenv . mkDerivation rec {
4
4
name = "trinity-${ version } " ;
5
- version = "1.6 " ;
5
+ version = "1.8 " ;
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "kernelslacker" ;
9
9
repo = "trinity" ;
10
10
rev = "v${ version } " ;
11
- sha256 = "1jwgsjjbngn2dsnkflyigy3ajd0szksl30dlaiy02jc6mqi3nr0p " ;
11
+ sha256 = "1ss6ir3ki2hnj4c8068v5bz8bpa43xqg9zlmzhgagi94g9l05qlf " ;
12
12
} ;
13
13
14
- patches = stdenv . lib . singleton ( fetchurl {
15
- url = "https://github.com/kernelslacker/trinity/commit/b0e66a2d084ffc210bc1fc247efb4d177e9f7e3d.patch" ;
16
- sha256 = "0468fdzbsj3n3k43qm8hf56pa020qn57ripcykv9jfwp215lf0an" ;
17
- } ) ;
18
-
19
14
postPatch = ''
20
- patchShebangs ./configure.sh
15
+ patchShebangs ./configure
21
16
patchShebangs ./scripts/
22
- substituteInPlace Makefile --replace '/usr/bin/wc' 'wc'
23
- substituteInPlace configure.sh --replace '/usr/include/linux' '${ linuxHeaders } /include/linux'
24
17
'' ;
25
18
26
- configurePhase = "./configure.sh" ;
27
-
28
19
enableParallelBuilding = true ;
29
20
30
21
installPhase = "make DESTDIR=$out install" ;
You can’t perform that action at this time.
0 commit comments