shadps4: remove top-level override
This commit is contained in:
committed by
Michael Daniels
parent
0b71248027
commit
fbdf49f097
@@ -1,6 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
gcc14Stdenv,
|
||||
fetchFromGitHub,
|
||||
|
||||
nixosTests,
|
||||
@@ -54,7 +54,8 @@
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
# relies on std::sinf & co, which was broken in GCC until GCC 14: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79700
|
||||
gcc14Stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "shadps4";
|
||||
version = "0.13.0";
|
||||
|
||||
|
||||
@@ -1315,11 +1315,6 @@ with pkgs;
|
||||
withWayland = true;
|
||||
};
|
||||
|
||||
shadps4 = callPackage ../by-name/sh/shadps4/package.nix {
|
||||
# relies on std::sinf & co, which was broken in GCC until GCC 14: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79700
|
||||
stdenv = gcc14Stdenv;
|
||||
};
|
||||
|
||||
winetricks = callPackage ../applications/emulators/wine/winetricks.nix { };
|
||||
|
||||
zsnes = pkgsi686Linux.callPackage ../applications/emulators/zsnes { };
|
||||
|
||||
Reference in New Issue
Block a user