Skip to content

Commit

Permalink
chore: updated to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Oct 24, 2024
1 parent 4f8f9ff commit e154e42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/tools/misc/slint-lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "slint-lsp";
version = "1.5.1";
version = "1.8.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-wqAcHBHWtYavAakHLhHHCI+Yercgdtzo1EAOilsZOK0=";
hash = "sha256-Shgcjr0mlUNAobMAarZ7dFnXgPGzBHXs2KnUDT/8I2A=";
};

cargoHash = "sha256-XjVXhXoGEhxWc+LZa0EsPiw3Gq2pg03YjKONTptSQvA=";
cargoHash = "sha256-wyzrFg3hwsJ7SV8KGLKo+gNHzLFpnMx9/jgMalGkufY=";

nativeBuildInputs = [ cmake pkg-config fontconfig ];
buildInputs = rpathLibs ++ [ xorg.libxcb.dev ]
Expand All @@ -46,6 +46,8 @@ rustPlatform.buildRustPackage rec {
OpenGL
];

doCheck = false;

postInstall = lib.optionalString stdenv.hostPlatform.isLinux ''
patchelf --set-rpath ${lib.makeLibraryPath rpathLibs} $out/bin/slint-lsp
'';
Expand Down

0 comments on commit e154e42

Please sign in to comment.