mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #46953 from xeji/p/gitlab-platforms
gitlab: add missing meta.platforms
This commit is contained in:
commit
c6d0260239
@ -109,5 +109,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Web-based Git-repository manager";
|
||||
homepage = https://gitlab.com;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user