This commit is contained in:
2026-03-16 12:12:02 -05:00
parent 897ca32919
commit 3e6e975ce5
3 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
fontconfig,
freetype,
namespace,
system,
}:
let
inherit (lib.trivial) importJSON;
@@ -26,7 +27,7 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "librepods";
version = "0.1.0";
version = "0.1.0-${system}";
src = sources.librepods;