Loading pkgs/by-name/dg/dgen-sdl/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ stdenv.mkDerivation rec { ]; configureFlags = [ (lib.enableFeature (!stdenv.hostPlatform.isDarwin) "sdltest") "--enable-debug-vdp" "--enable-debugger" "--enable-joystick" Loading @@ -34,6 +35,8 @@ stdenv.mkDerivation rec { "--with-star=no" # Needs ASM support ]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-reserved-user-defined-literal"; meta = with lib; { homepage = "https://dgen.sourceforge.net/"; description = "Sega Genesis/Mega Drive emulator"; Loading pkgs/development/libraries/agg/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,8 @@ stdenv.mkDerivation rec { ''; configureFlags = [ (lib.strings.enableFeature stdenv.hostPlatform.isLinux "platform") (lib.enableFeature stdenv.hostPlatform.isLinux "platform") (lib.enableFeature (!stdenv.hostPlatform.isDarwin) "sdltest") "--enable-examples=no" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ "--x-includes=${lib.getDev libX11}/include" Loading Loading
pkgs/by-name/dg/dgen-sdl/package.nix +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ stdenv.mkDerivation rec { ]; configureFlags = [ (lib.enableFeature (!stdenv.hostPlatform.isDarwin) "sdltest") "--enable-debug-vdp" "--enable-debugger" "--enable-joystick" Loading @@ -34,6 +35,8 @@ stdenv.mkDerivation rec { "--with-star=no" # Needs ASM support ]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-reserved-user-defined-literal"; meta = with lib; { homepage = "https://dgen.sourceforge.net/"; description = "Sega Genesis/Mega Drive emulator"; Loading
pkgs/development/libraries/agg/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,8 @@ stdenv.mkDerivation rec { ''; configureFlags = [ (lib.strings.enableFeature stdenv.hostPlatform.isLinux "platform") (lib.enableFeature stdenv.hostPlatform.isLinux "platform") (lib.enableFeature (!stdenv.hostPlatform.isDarwin) "sdltest") "--enable-examples=no" ] ++ lib.optionals stdenv.hostPlatform.isLinux [ "--x-includes=${lib.getDev libX11}/include" Loading