File tree Expand file tree Collapse file tree 2 files changed +29
-26
lines changed
Expand file tree Collapse file tree 2 files changed +29
-26
lines changed Original file line number Diff line number Diff line change 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
1516rustPlatform . 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 = ''
You can’t perform that action at this time.
0 commit comments