forked from mirrors/nixpkgs
Apply suggestions from code review
This commit is contained in:
parent
5d543bf696
commit
f224b8a251
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue