Skip to content

Commit

Permalink
lix-game: wrapper doesn't need src
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Oct 24, 2024
1 parent 5a6cff1 commit cc44ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/lix-game/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
includeMusic, music,
common
}: stdenvNoCC.mkDerivation {
inherit (common) pname src version;
inherit (common) pname version;
dontUnpack = true;
preferLocalBuild = true;
nativeBuildInputs = [lndir makeBinaryWrapper];
unwrapped = game-unwrapped;
Expand Down

0 comments on commit cc44ce8

Please sign in to comment.