Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let

common =
{ lib, stdenv, perl, curl, bzip2, sqlite, openssl ? null, xz
, bash, coreutils, gzip, gnutar
, bash, coreutils, utillinux, gzip, gnutar
Comment thread
vobloeb marked this conversation as resolved.
Outdated
, pkg-config, boehmgc, perlPackages, libsodium, brotli, boost, editline, nlohmann_json
, autoreconfHook, autoconf-archive, bison, flex
, jq, libarchive
Expand Down Expand Up @@ -40,7 +40,7 @@ common =
outputs = [ "out" "dev" "man" "doc" ];

nativeBuildInputs =
[ pkg-config ]
[ pkg-config utillinux ]
Comment thread
vobloeb marked this conversation as resolved.
Outdated
++ lib.optionals is24
[ autoreconfHook
autoconf-archive
Expand Down