forked from mirrors/nixpkgs
kbibtex: specify meta.platforms
This makes Hydra build it on aarch64-linux too.
This commit is contained in:
parent
7dccfdf38e
commit
bb34e9035b
|
@ -74,5 +74,6 @@ mkDerivation rec {
|
|||
changelog = "https://invent.kde.org/office/kbibtex/-/raw/v${version}/ChangeLog";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue