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