Skip to content

Commit

Permalink
aerogramme: re-enable build
Browse files Browse the repository at this point in the history
(cherry picked from commit 40effac)
  • Loading branch information
Bot-wxt1221 authored and github-actions[bot] committed Jan 2, 2025
1 parent c1df670 commit cb90579
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions pkgs/by-name/ae/aerogramme/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,16 @@ rustPlatform.buildRustPackage rec {

src = fetchgit {
url = "https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/";
rev = "refs/tags/${version}";
tag = version;
hash = "sha256-ER+P/XGqNzTLwDLK5EBZq/Dl29ZZKl2FdxDb+oLEJ8Y=";
};

cargoPatches = [
./0001-update-time-rs.patch
];

# must use our own Cargo.lock due to git dependencies
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"imap-codec-2.0.0" = "sha256-o64Q74Q84xLRfU4K4JtcjyS0J8mfoApvUs9siscd0RA=";
"imap-flow-0.1.0" = "sha256-IopxybuVt5OW6vFiw/4MxojzaNZrKu2xyfaX6F8IYlA=";
"k2v-client-0.0.4" = "sha256-V71FCIsgK3VStFOzVntm8P0vXRobF5rQ74qar+cKyik=";
"smtp-message-0.1.0" = "sha256-FoSakm3D1xg1vefLf/zkyvzsij1G0QstK3CRo+LbByE=";
};
};
useFetchCargoVendor = true;
cargoHash = "sha256-GPj8qhfKgfAadQD9DJafN4ec8L6oY62PS/w/ljkPHpw=";

# disable network tests as Nix sandbox breaks them
doCheck = false;
Expand All @@ -50,6 +42,5 @@ rustPlatform.buildRustPackage rec {
maintainers = with lib.maintainers; [ supinie ];
mainProgram = "aerogramme";
platforms = lib.platforms.linux;
broken = true; # https://github.com/rust-lang/rust/issues/129811
};
}

0 comments on commit cb90579

Please sign in to comment.