delfin: fix icons

This commit is contained in:
Colin 2023-12-15 08:30:20 +00:00
parent a933f8b512
commit 1f7fc8700e

View File

@ -15,6 +15,7 @@
, pkg-config
, rustc
, rustPlatform
, wrapGAppsHook4
}:
stdenv.mkDerivation rec {
@ -29,7 +30,6 @@ stdenv.mkDerivation rec {
hash = "sha256-jkNMioh0NkUMQYnzGveYVu9Vn8k2Zv5sDog8C58DJ6M=";
};
# cargoHash = "sha256-jHXkpfNWs07WSnxWSEvSX6HFx3e3YOWGsYEs7lJcAds=";
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
rustPlatform.cargoSetupHook
cargo
rustc
wrapGAppsHook4
];
buildInputs = [