Skip to content

Commit

Permalink
refactor: move quickemu to runtimeBinDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Aug 2, 2024
1 parent 62faac7 commit 96b7b04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
, quickemu
}:
let
runtimeBinDependencies = [ gnome.zenity ];
runtimeBinDependencies = [ quickemu gnome.zenity ];
versionMatches = builtins.match ''
.*
.*version:[[:blank:]]([[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+\+?[[:digit:]]*)
Expand All @@ -25,7 +25,6 @@ flutter.buildFlutterApplication rec {
};

# These things are added to LD_LIBRARY_PATH, but not PATH
runtimeDependencies = [ quickemu ];
extraWrapProgramArgs = "--prefix PATH : ${lib.makeBinPath runtimeBinDependencies}";

nativeBuildInputs = [ copyDesktopItems ];
Expand Down

0 comments on commit 96b7b04

Please sign in to comment.