remove GCC 8, that apparently was not required
This commit is contained in:
parent
022ceeb8aa
commit
8a4ec7340e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{ fetchFromGitHub, linuxManualConfig, runCommand, linux-firmware, gcc8Stdenv, ... }:
|
||||
((linuxManualConfig rec {
|
||||
(linuxManualConfig rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "Nomkid";
|
||||
repo = "ps4-linux-nixos";
|
||||
|
@ -15,8 +15,8 @@
|
|||
echo "CONFIG_EXTRA_FIRMWARE_DIR=\"${linux-firmware}/lib/firmware\"" >> $out
|
||||
'';
|
||||
allowImportFromDerivation = true;
|
||||
}).override {
|
||||
stdenv = gcc8Stdenv;
|
||||
# }).override {
|
||||
# stdenv = gcc8Stdenv;
|
||||
}).overrideAttrs {
|
||||
NIX_CFLAGS_COMPILE = "-Wno-redundant-decls -Wno-use-after-free";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue