Loading pkgs/tools/networking/spiped/default.nix +12 −6 Original line number Diff line number Diff line { lib, stdenv, fetchurl, openssl, coreutils }: { lib, stdenv, fetchurl, openssl, coreutils, }: stdenv.mkDerivation rec { pname = "spiped"; Loading Loading
pkgs/tools/networking/spiped/default.nix +12 −6 Original line number Diff line number Diff line { lib, stdenv, fetchurl, openssl, coreutils }: { lib, stdenv, fetchurl, openssl, coreutils, }: stdenv.mkDerivation rec { pname = "spiped"; Loading