Skip to content

Commit

Permalink
drl: yet more debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys-T committed Oct 30, 2024
1 parent 51bed0f commit 424794e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
path: |
/nix/store/*drl-unwrapped*.drv
/nix/store/*drl-env-test*
/nix/var/log/nix/drvs/*/*drl-unwrapped*
if-no-files-found: ignore
- name: Trigger NUR update
# Don't replace <YOUR_REPO_NAME> here!
Expand Down
1 change: 1 addition & 0 deletions pkgs/drl/unwrapped.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ in stdenv.mkDerivation rec {
buildInputs = [lua5_1 SDL2 SDL2_image SDL2_mixer SDL2_ttf ncurses];
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-unused-command-line-argument";
env.NIX_LDFLAGS = lib.optionalString stdenv.isDarwin (lib.concatMapStringsSep " " (f: "-F${f}/Library/Frameworks") (with darwin.apple_sdk.frameworks; [CoreFoundation Cocoa]));
env.NIX_DEBUG = 7;
postPatch = ''
sed -i '
/fpc_params =/ a\
Expand Down

0 comments on commit 424794e

Please sign in to comment.