slic3r: fix slic3r for non-gnome users
This commit is contained in:
parent
e70a0ca39c
commit
681f30eaae
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue