ngn-k: allow usage on all architectures on linux and freebsd
This commit is contained in:
@@ -58,9 +58,6 @@ stdenv.mkDerivation {
|
||||
homepage = "https://codeberg.org/ngn/k";
|
||||
license = lib.licenses.agpl3Only;
|
||||
maintainers = [ lib.maintainers.sternenseemann ];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"x86_64-freebsd"
|
||||
];
|
||||
platforms = lib.platforms.linux ++ lib.platforms.freebsd;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user