mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
parent
28bc10fe11
commit
eb7d5c28f4
1 changed files with 3 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
domain = "gitlab.freedesktop.org";
|
||||
owner = "slirp";
|
||||
repo = "libslirp";
|
||||
rev = "v${finalAttrs.version}";
|
||||
sha256 = "sha256-Spr3dO5ehuUlzx3EnJi8najANWOirwQcTsWTVRVXYuY=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-Spr3dO5ehuUlzx3EnJi8najANWOirwQcTsWTVRVXYuY=";
|
||||
};
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
|
@ -35,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
|
||||
meta = {
|
||||
changelog = "https://gitlab.freedesktop.org/slirp/libslirp/-/blob/${finalAttrs.src.tag}/CHANGELOG.md";
|
||||
description = "General purpose TCP-IP emulator";
|
||||
homepage = "https://gitlab.freedesktop.org/slirp/libslirp";
|
||||
license = lib.licenses.bsd3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue