Loading pkgs/development/libraries/coeurl/default.nix→pkgs/by-name/co/coeurl/package.nix +20 −11 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitLab , ninja , pkg-config , meson , libevent , curl , spdlog { lib, stdenv, fetchFromGitLab, ninja, pkg-config, meson, libevent, curl, spdlog, }: stdenv.mkDerivation rec { Loading @@ -24,9 +25,17 @@ stdenv.mkDerivation rec { substituteInPlace subprojects/curl.wrap --replace '[provides]' '[provide]' ''; nativeBuildInputs = [ ninja pkg-config meson ]; nativeBuildInputs = [ ninja pkg-config meson ]; buildInputs = [ libevent curl spdlog ]; buildInputs = [ libevent curl spdlog ]; meta = with lib; { description = "Simple async wrapper around CURL for C++"; Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -19180,8 +19180,6 @@ with pkgs; protobuf = protobuf_21; }; coeurl = callPackage ../development/libraries/coeurl { }; coercer = callPackage ../tools/security/coercer { }; cogl = callPackage ../development/libraries/cogl { Loading
pkgs/development/libraries/coeurl/default.nix→pkgs/by-name/co/coeurl/package.nix +20 −11 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitLab , ninja , pkg-config , meson , libevent , curl , spdlog { lib, stdenv, fetchFromGitLab, ninja, pkg-config, meson, libevent, curl, spdlog, }: stdenv.mkDerivation rec { Loading @@ -24,9 +25,17 @@ stdenv.mkDerivation rec { substituteInPlace subprojects/curl.wrap --replace '[provides]' '[provide]' ''; nativeBuildInputs = [ ninja pkg-config meson ]; nativeBuildInputs = [ ninja pkg-config meson ]; buildInputs = [ libevent curl spdlog ]; buildInputs = [ libevent curl spdlog ]; meta = with lib; { description = "Simple async wrapper around CURL for C++"; Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -19180,8 +19180,6 @@ with pkgs; protobuf = protobuf_21; }; coeurl = callPackage ../development/libraries/coeurl { }; coercer = callPackage ../tools/security/coercer { }; cogl = callPackage ../development/libraries/cogl {