mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
trinity: 1.6 -> 1.8
This commit is contained in:
parent
1b1cc34020
commit
d209612496
@ -2,29 +2,20 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "trinity-${version}";
|
||||
version = "1.6";
|
||||
version = "1.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kernelslacker";
|
||||
repo = "trinity";
|
||||
rev = "v${version}";
|
||||
sha256 = "1jwgsjjbngn2dsnkflyigy3ajd0szksl30dlaiy02jc6mqi3nr0p";
|
||||
sha256 = "1ss6ir3ki2hnj4c8068v5bz8bpa43xqg9zlmzhgagi94g9l05qlf";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.singleton (fetchurl {
|
||||
url = "https://github.com/kernelslacker/trinity/commit/b0e66a2d084ffc210bc1fc247efb4d177e9f7e3d.patch";
|
||||
sha256 = "0468fdzbsj3n3k43qm8hf56pa020qn57ripcykv9jfwp215lf0an";
|
||||
});
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs ./configure.sh
|
||||
patchShebangs ./configure
|
||||
patchShebangs ./scripts/
|
||||
substituteInPlace Makefile --replace '/usr/bin/wc' 'wc'
|
||||
substituteInPlace configure.sh --replace '/usr/include/linux' '${linuxHeaders}/include/linux'
|
||||
'';
|
||||
|
||||
configurePhase = "./configure.sh";
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
installPhase = "make DESTDIR=$out install";
|
||||
|
Loading…
Reference in New Issue
Block a user