mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
pev: 2018-07-22 -> 2020-05-23
This commit is contained in:
parent
26d3fbf215
commit
0444c91a3b
@ -1,24 +1,30 @@
|
||||
{ stdenv, openssl, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "pev-unstable-2018-07-22";
|
||||
buildInputs = [ openssl ];
|
||||
pname = "pev";
|
||||
version = "unstable-2020-05-23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "merces";
|
||||
repo = "pev";
|
||||
rev = "aa4ef7f";
|
||||
sha256 = "00a3g486343lhqcsf4vrdy5xif6v3cgcf2y8yp5b96x15c0wid36";
|
||||
rev = "beec2b4f09585fea919ed41ce466dee06be0b6bf";
|
||||
sha256 = "sha256-HrMbk9YbuqkoBBM7+rfXpqVEnd1rDl2rMePdcfU1WDg=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
makeFlags = [ "prefix=$(out)" ];
|
||||
|
||||
installFlags = [ "prefix=$(out)" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A full-featured, open source, multiplatform command line toolkit to work with PE (Portable Executables) binaries";
|
||||
homepage = "http://pev.sourceforge.net/";
|
||||
homepage = "https://pev.sourceforge.net/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ jeschli ];
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.jeschli ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user