Apply suggestions from code review

This commit is contained in:
Sandro 2022-09-29 00:58:08 +02:00 committed by GitHub
parent 5d543bf696
commit f224b8a251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, rustPlatform
, cmake
, pkg-config
@ -21,6 +20,7 @@
, wrapGAppsHook
, gobject-introspection
}:
rustPlatform.buildRustPackage rec {
pname = "lapce";
version = "unstable-2022-09-21";