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, ... }:
|
{ fetchFromGitHub, linuxManualConfig, runCommand, linux-firmware, gcc8Stdenv, ... }:
|
||||||
((linuxManualConfig rec {
|
(linuxManualConfig rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Nomkid";
|
owner = "Nomkid";
|
||||||
repo = "ps4-linux-nixos";
|
repo = "ps4-linux-nixos";
|
||||||
|
@ -15,8 +15,8 @@
|
||||||
echo "CONFIG_EXTRA_FIRMWARE_DIR=\"${linux-firmware}/lib/firmware\"" >> $out
|
echo "CONFIG_EXTRA_FIRMWARE_DIR=\"${linux-firmware}/lib/firmware\"" >> $out
|
||||||
'';
|
'';
|
||||||
allowImportFromDerivation = true;
|
allowImportFromDerivation = true;
|
||||||
}).override {
|
# }).override {
|
||||||
stdenv = gcc8Stdenv;
|
# stdenv = gcc8Stdenv;
|
||||||
}).overrideAttrs {
|
}).overrideAttrs {
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-redundant-decls -Wno-use-after-free";
|
NIX_CFLAGS_COMPILE = "-Wno-redundant-decls -Wno-use-after-free";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue