gamenetworkingsockets: move to pkgs/by-name

this shouldn't create any rebuilds
This commit is contained in:
quantenzitrone
2026-01-14 18:52:32 +01:00
parent 66781f219f
commit 6a569ba863
2 changed files with 4 additions and 6 deletions
@@ -5,10 +5,12 @@
cmake,
ninja,
go,
protobuf,
protobuf_21,
openssl,
}:
let
protobuf = protobuf_21;
in
stdenv.mkDerivation rec {
pname = "GameNetworkingSockets";
version = "1.4.1";
-4
View File
@@ -6785,10 +6785,6 @@ with pkgs;
makeFontsCache = callPackage ../development/libraries/fontconfig/make-fonts-cache.nix { };
gamenetworkingsockets = callPackage ../development/libraries/gamenetworkingsockets {
protobuf = protobuf_21;
};
gamt = callPackage ../by-name/am/amtterm/package.nix { withGamt = true; };
gcr = callPackage ../development/libraries/gcr { };