bastet: Add platforms

I had initially forgotten to add this.
This commit is contained in:
Tuomas Tynkkynen 2015-06-21 23:00:42 +03:00
parent 7720c7d75f
commit 2caa151354

View file

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://fph.altervista.org/prog/bastet.html;
license = licenses.gpl3;
maintainers = [ maintainers.dezgeg ];
platforms = platforms.linux;
};
}