Loading pkgs/by-name/ox/oxidized/package.nix +2 −47 Original line number Diff line number Diff line Loading @@ -3,17 +3,8 @@ ruby, bundlerApp, bundlerUpdateScript, defaultGemConfig, nixosTests, libssh2, pkg-config, openssl, cmake, libgit2, icu, which, file, zlib, libyaml, }: bundlerApp { Loading @@ -27,43 +18,7 @@ bundlerApp { "oxs" ]; gemConfig = { rugged = attrs: { buildInputs = [ pkg-config cmake ]; nativeBuildInputs = [ pkg-config cmake ]; propagatedBuildInputs = [ libssh2 openssl libgit2 ]; dontUseCmakeConfigure = true; buildFlags = [ "--with-ssh" ]; }; charlock_holmes = attrs: { buildInputs = [ icu zlib ]; nativeBuildInputs = [ which pkg-config file ]; }; psych = attrs: { buildInputs = [ libyaml ]; nativeBuildInputs = [ pkg-config ]; }; }; gemConfig = defaultGemConfig; passthru = { tests = nixosTests.oxidized; Loading pkgs/development/ruby-modules/gem-config/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1039,6 +1039,7 @@ in zlib ]; dontUseCmakeConfigure = true; buildFlags = [ "--with-ssh" ]; }; sassc = attrs: { Loading Loading
pkgs/by-name/ox/oxidized/package.nix +2 −47 Original line number Diff line number Diff line Loading @@ -3,17 +3,8 @@ ruby, bundlerApp, bundlerUpdateScript, defaultGemConfig, nixosTests, libssh2, pkg-config, openssl, cmake, libgit2, icu, which, file, zlib, libyaml, }: bundlerApp { Loading @@ -27,43 +18,7 @@ bundlerApp { "oxs" ]; gemConfig = { rugged = attrs: { buildInputs = [ pkg-config cmake ]; nativeBuildInputs = [ pkg-config cmake ]; propagatedBuildInputs = [ libssh2 openssl libgit2 ]; dontUseCmakeConfigure = true; buildFlags = [ "--with-ssh" ]; }; charlock_holmes = attrs: { buildInputs = [ icu zlib ]; nativeBuildInputs = [ which pkg-config file ]; }; psych = attrs: { buildInputs = [ libyaml ]; nativeBuildInputs = [ pkg-config ]; }; }; gemConfig = defaultGemConfig; passthru = { tests = nixosTests.oxidized; Loading
pkgs/development/ruby-modules/gem-config/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1039,6 +1039,7 @@ in zlib ]; dontUseCmakeConfigure = true; buildFlags = [ "--with-ssh" ]; }; sassc = attrs: { Loading