mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 05:28:45 +00:00
Merge pull request #221667 from wegank/librepo-linux
librepo: restrict platforms
This commit is contained in:
commit
76d13a3f25
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Library providing C and Python (libcURL like) API for downloading linux repository metadata and packages";
|
||||
homepage = "https://rpm-software-management.github.io/librepo/";
|
||||
license = licenses.lgpl2Plus;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ copumpkin ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user