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