telepathy-qt: specify platforms
This commit is contained in:
parent
cb18839669
commit
b9eda15dc0
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
doCheck = false; # giving up for now
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue