Skip to content

Commit

Permalink
Update wrapper.nix
Browse files Browse the repository at this point in the history
Signed-off-by: hand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
  • Loading branch information
s0me1newithhand7s authored Jul 10, 2024
1 parent 7924dee commit f8a86e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nix/pkg/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
lib,
stdenv,
symlinkJoin,
freesmlaucnher-unwrapped,
freesmlauncher-unwrapped,
addOpenGLRunpath,
flite,
gamemode,
Expand Down Expand Up @@ -62,9 +62,9 @@ let
in

symlinkJoin {
name = "freesmlaucnher-${freesmlaucnher'.version}";
name = "freesmlauncher-${freesmlauncher'.version}";

paths = [ freesmlaucnher' ];
paths = [ freesmlauncher' ];

nativeBuildInputs =
[ kdePackages.wrapQtAppsHook ]
Expand Down Expand Up @@ -137,7 +137,7 @@ symlinkJoin {
];

meta = {
inherit (freesmlaucnher'.meta)
inherit (freesmlauncher'.meta)
description
longDescription
homepage
Expand Down

0 comments on commit f8a86e7

Please sign in to comment.