offrss: mark linux only
This commit is contained in:
parent
73a3e39c92
commit
b0894c42ea
@ -28,6 +28,6 @@ stdenv.mkDerivation {
|
|||||||
description = "Offline RSS/Atom reader";
|
description = "Offline RSS/Atom reader";
|
||||||
license="AGPLv3+";
|
license="AGPLv3+";
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; all;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user