Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions pkgs/by-name/ez/eztrace/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,34 @@
libelf,
libiberty,
zlib,
# Once https://gitlab.com/eztrace/eztrace/-/issues/41
# is released we can switch to latest binutils.
libbfd_2_38,
libopcodes_2_38,
autoreconfHook,
otf2,
libbfd,
libopcodes,
cmake,
}:

stdenv.mkDerivation rec {
pname = "EZTrace";
version = "1.1-11";
version = "2.1.1";

src = fetchFromGitLab {
owner = "eztrace";
repo = "eztrace";
rev = "eztrace-${version}";
hash = "sha256-A6HMr4ib5Ka1lTbbTQOdq3kIdCoN/CwAKRdXdv9wpfU=";
tag = version;
hash = "sha256-ccW4YjEf++tkdIJLze2x8B/SWbBBXnYt8UV9OH8+KGU=";
};

nativeBuildInputs = [
gfortran
autoreconfHook
cmake
];
buildInputs = [
libelf
libiberty
zlib
libbfd_2_38
libopcodes_2_38
otf2
libbfd
libopcodes
];

meta = with lib; {
Expand Down