gamenetworkingsockets: move to pkgs/by-name
this shouldn't create any rebuilds
This commit is contained in:
+4
-2
@@ -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";
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user