Skip to content

Commit bd80d58

Browse files
committed
failed attempt to fix nix derivation
1 parent ccd9e32 commit bd80d58

File tree

2 files changed

+29
-26
lines changed

2 files changed

+29
-26
lines changed

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/geopard.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@
44
, gtk4
55
, libadwaita
66
, pango
7-
, rust
87
, rustc
98
, rustPlatform
109
, openssl
1110
, pkg-config
1211
, lib
12+
, wrapGAppsHook
13+
, meson
1314
}:
1415

1516
rustPlatform.buildRustPackage rec {
1617
pname = "geopard";
1718
version = "1.0.0-alpha";
1819

1920
src = lib.cleanSource ../.;
20-
cargoSha256 = "0b77w95bj6avnxgs5ia93hhq3jr9cmbpa5zw8i37s688633il15x";
21+
cargoSha256 = "sha256-X2gVBKl37+FnDlzAQnLN6I99pEliytW/pMgMY6tJPd4=";
2122

2223
nativeBuildInputs = [
2324
cargo
@@ -32,11 +33,13 @@ rustPlatform.buildRustPackage rec {
3233
libadwaita
3334
pango
3435
openssl
36+
wrapGAppsHook
37+
meson
3538
];
3639

3740
doCheck = false;
3841

39-
meta = with stdenv.lib; {
42+
meta = with lib; {
4043
homepage = "https://git.ranfdev.com/Geopard";
4144
description = "Browse the geminiverse";
4245
longDescription = ''

0 commit comments

Comments
 (0)