Loading pkgs/applications/virtualization/virt-top/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ libxml2, pkg-config, getopt, gettext, }: stdenv.mkDerivation rec { Loading Loading @@ -43,9 +44,10 @@ stdenv.mkDerivation rec { ] ++ [ libxml2 ]; prePatch = '' postPatch = '' substituteInPlace ocaml-dep.sh.in --replace-fail '#!/bin/bash' '#!${stdenv.shell}' substituteInPlace ocaml-link.sh.in --replace-fail '#!/bin/bash' '#!${stdenv.shell}' substituteInPlace configure.ac --replace-fail 'AC_CONFIG_MACRO_DIR([m4])' 'AC_CONFIG_MACRO_DIRS([m4 ${gettext}/share/gettext/m4])' ''; meta = { Loading Loading
pkgs/applications/virtualization/virt-top/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ libxml2, pkg-config, getopt, gettext, }: stdenv.mkDerivation rec { Loading Loading @@ -43,9 +44,10 @@ stdenv.mkDerivation rec { ] ++ [ libxml2 ]; prePatch = '' postPatch = '' substituteInPlace ocaml-dep.sh.in --replace-fail '#!/bin/bash' '#!${stdenv.shell}' substituteInPlace ocaml-link.sh.in --replace-fail '#!/bin/bash' '#!${stdenv.shell}' substituteInPlace configure.ac --replace-fail 'AC_CONFIG_MACRO_DIR([m4])' 'AC_CONFIG_MACRO_DIRS([m4 ${gettext}/share/gettext/m4])' ''; meta = { Loading