Skip to content

Commit

Permalink
Remove reference to ruby bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Dec 12, 2024
1 parent bb7ff30 commit 8cfde86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nix/release-package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ pkgs.stdenv.mkDerivation {
export WINEDLLOVERRIDES="winemac.drv=d"
export WINEDEBUG=warn-all,fixme-all,-menubuilder,-mscoree,-ole,-secur32,-winediag
'' + ''
export PATH=`pwd`/$name:$PATH
echo " - running checks"
ruby ${../scripts/check-bundle.rb} $exeName $exeRunner
'';
} // lib.optionalAttrs (pkgs.stdenv.buildPlatform.libc == "glibc") {
LOCALE_ARCHIVE = "${pkgs.buildPackages.glibcLocales}/lib/locale/locale-archive";
Expand Down

0 comments on commit 8cfde86

Please sign in to comment.