mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
Merge pull request #324167 from jtbx-prs/aerc-0.18.0
aerc: 0.17.0 -> 0.18.0
This commit is contained in:
commit
cb32df2e0b
@ -4,7 +4,7 @@
|
||||
, ncurses
|
||||
, notmuch
|
||||
, scdoc
|
||||
, python3
|
||||
, python3Packages
|
||||
, w3m
|
||||
, dante
|
||||
, gawk
|
||||
@ -12,21 +12,21 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "aerc";
|
||||
version = "0.17.0";
|
||||
version = "0.18.0";
|
||||
|
||||
src = fetchFromSourcehut {
|
||||
owner = "~rjarry";
|
||||
repo = "aerc";
|
||||
rev = version;
|
||||
hash = "sha256-XpVUUAtm6o4DXIouTKRX/8mLERb/4nA+VUGeB21mfjE=";
|
||||
hash = "sha256-azIgf9kv4Pg8BW1j56D2Ta1DIQNHC9Mql3tebp+MLSY=";
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
vendorHash = "sha256-AHEhIWa6PP8f+hhIdY+0brLF2HYhvTal7qXfCwG9iyo=";
|
||||
vendorHash = "sha256-BQ36LJFo9bQNQdwb/vygksk3ih/tVaMwfWT1f31bsbY=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
scdoc
|
||||
python3.pkgs.wrapPython
|
||||
python3Packages.wrapPython
|
||||
];
|
||||
|
||||
patches = [
|
||||
@ -45,10 +45,10 @@ buildGoModule rec {
|
||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||
|
||||
pythonPath = [
|
||||
python3.pkgs.vobject
|
||||
python3Packages.vobject
|
||||
];
|
||||
|
||||
buildInputs = [ python3 notmuch gawk ];
|
||||
buildInputs = [ python3Packages.python notmuch gawk ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
@ -1547,8 +1547,6 @@ with pkgs;
|
||||
wxGTK = wxGTK32;
|
||||
} // (config.aegisub or {}));
|
||||
|
||||
aerc = callPackage ../applications/networking/mailreaders/aerc { };
|
||||
|
||||
aerospike = callPackage ../servers/nosql/aerospike { };
|
||||
|
||||
aespipe = callPackage ../tools/security/aespipe { };
|
||||
|
Loading…
Reference in New Issue
Block a user