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