3
0
Fork 0
forked from mirrors/nixpkgs

kbibtex: specify meta.platforms

This makes Hydra build it on aarch64-linux too.
This commit is contained in:
Robert Schütz 2023-04-30 15:40:20 -07:00
parent 7dccfdf38e
commit bb34e9035b

View file

@ -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;
};
}