gamemode: mark as broken
This commit is contained in:
parent
d3105265d3
commit
4cff4dfa0f
|
@ -24,6 +24,7 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/benhoyt/inih";
|
||||
maintainers = [ maintainers.nrdxp ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.all;
|
||||
inherit version;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -45,6 +45,8 @@ stdenv.mkDerivation {
|
|||
homepage = "https://github.com/FeralInteractive/gamemode";
|
||||
maintainers = [ maintainers.nrdxp ];
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
broken = true;
|
||||
inherit version;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue