Commit abda4a04 authored by Anderson Torres's avatar Anderson Torres
Browse files

czkawka: get rid of rec

By the polemical use of let block.
parent 76371b26
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
, xvfb-run
}:

rustPlatform.buildRustPackage rec {
let
  pname = "czkawka";
  version = "6.1.0";

@@ -27,8 +27,10 @@ rustPlatform.buildRustPackage rec {
    rev = version;
    hash = "sha256-uKmiBNwuu3Eduf0v3p2VYYNf6mgxJTBUsYs+tKZQZys=";
  };

  cargoHash = "sha256-iBO99kpITVl7ySlXPkEg2YecS1lonVx9CbKt9WI180s=";
in
rustPlatform.buildRustPackage {
  inherit pname version src cargoHash;

  nativeBuildInputs = [
    gobject-introspection