lol

fish-fillets-ng: fix cross / strictDeps build

+7
+7
pkgs/by-name/fi/fish-fillets-ng/package.nix
··· 37 37 SDL_ttf 38 38 ]; 39 39 40 + # pass in correct sdl-config for cross builds 41 + env.SDL_CONFIG = lib.getExe' SDL.dev "sdl-config"; 42 + 43 + makeFlags = [ 44 + "AR=${stdenv.cc.targetPrefix}ar" 45 + ]; 46 + 40 47 desktopItems = [ 41 48 (makeDesktopItem { 42 49 name = "fish-fillets-ng";