slic3r: fix slic3r for non-gnome users

This commit is contained in:
cameronfyfe 2023-04-02 01:37:08 -06:00 committed by Bjørn Forsman
parent e70a0ca39c
commit 681f30eaae

View File

@ -1,5 +1,5 @@
{ lib, stdenv, fetchFromGitHub, perl, makeWrapper
, makeDesktopItem, which, perlPackages, boost
, makeDesktopItem, which, perlPackages, boost, wrapGAppsHook
}:
stdenv.mkDerivation rec {
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-cf0QTOzhLyTcbJryCQoTVzU8kfrPV6SLpqi4s36X5N0=";
};
nativeBuildInputs = [ makeWrapper which ];
nativeBuildInputs = [ makeWrapper which wrapGAppsHook ];
buildInputs =
[boost] ++
(with perlPackages; [ perl