gitlab: add missing meta.platforms
This commit is contained in:
parent
280ebc2e40
commit
8cd90e40be
@ -109,5 +109,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Web-based Git-repository manager";
|
description = "Web-based Git-repository manager";
|
||||||
homepage = https://gitlab.com;
|
homepage = https://gitlab.com;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user