32 lines
969 B
Nix
32 lines
969 B
Nix
self: super:
|
|
|
|
{
|
|
cadet-gtk = super.callPackage ./pkgs/cadet-gtk/default.nix { };
|
|
|
|
#gnutls-latest-debug = super.enableDebugging self.gnutls-latest;
|
|
|
|
hid = super.callPackage ./pkgs/hid/default.nix { };
|
|
easyhid = super.callPackage ./pkgs/easyhid/default.nix { };
|
|
openphone = super.callPackage ./pkgs/openphone/default.nix { };
|
|
|
|
ngtcp2 = super.callPackage ./pkgs/ngtcp2/default.nix { };
|
|
|
|
ngtcp2-debug = super.enableDebugging self.ngtcp2;
|
|
|
|
nghttp3 = super.callPackage ./pkgs/nghttp3/default.nix { };
|
|
|
|
nghttp3-debug = super.enableDebugging self.nghttp3;
|
|
|
|
openmw-tes3mp = super.callPackage ./pkgs/openmw/tes3mp.nix { };
|
|
|
|
picotls = super.callPackage ./pkgs/picotls/default.nix { };
|
|
|
|
picoquic = super.callPackage ./pkgs/picoquic/default.nix { };
|
|
|
|
quicly = super.callPackage ./pkgs/quicly/default.nix { };
|
|
|
|
squashfs-avm-be = super.callPackage ./pkgs/squashfs-avm-be/default.nix { };
|
|
|
|
widelands = super.callPackage ./pkgs/widelands/default.nix { };
|
|
}
|