mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
bastet: Add platforms
I had initially forgotten to add this.
This commit is contained in:
parent
7720c7d75f
commit
2caa151354
|
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://fph.altervista.org/prog/bastet.html;
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.dezgeg ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue