Skip to content

Commit

Permalink
scarab: Remove unused inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Nov 10, 2024
1 parent 2b3acac commit b49da1f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pkgs/tools/games/scarab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
lib,
buildDotnetModule,
fetchFromGitHub,
glibc,
zlib,
gtk3,
copyDesktopItems,
icoutils,
wrapGAppsHook3,
makeDesktopItem,
}:

Expand All @@ -33,20 +29,9 @@ buildDotnetModule rec {
-n nuget.org --configfile NuGet.Config
'';

runtimeDeps = [
glibc
zlib
gtk3
];

buildInputs = [
gtk3
];

nativeBuildInputs = [
copyDesktopItems
icoutils
wrapGAppsHook3
];

doCheck = true;
Expand Down

0 comments on commit b49da1f

Please sign in to comment.