Loading pkgs/by-name/rt/rtorrent/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ zlib, nixosTests, gitUpdater, withLua ? false, lua5_4_compat, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -50,12 +52,12 @@ stdenv.mkDerivation (finalAttrs: { ncurses openssl zlib ]; ] ++ lib.optionals withLua [ lua5_4_compat ]; configureFlags = [ "--with-xmlrpc-tinyxml2" "--with-posix-fallocate" ]; ] ++ lib.optionals withLua [ "--with-lua" ]; passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; Loading Loading
pkgs/by-name/rt/rtorrent/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ zlib, nixosTests, gitUpdater, withLua ? false, lua5_4_compat, }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -50,12 +52,12 @@ stdenv.mkDerivation (finalAttrs: { ncurses openssl zlib ]; ] ++ lib.optionals withLua [ lua5_4_compat ]; configureFlags = [ "--with-xmlrpc-tinyxml2" "--with-posix-fallocate" ]; ] ++ lib.optionals withLua [ "--with-lua" ]; passthru = { updateScript = gitUpdater { rev-prefix = "v"; }; Loading