geoclock: remove finalAttrs.pname and hardcode (#413353)

This commit is contained in:
Yohann Boniface
2025-06-02 23:56:51 +02:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
};
cargoHash = "sha256-7mApZj3Ksy8Av0W+0+UZQCkH281bSBd4xo8/7JowmHs=";
cargoDepsName = finalAttrs.pname;
cargoDepsName = "geoclock";
meta = {
description = "Displays time as calculated by your longitude";