Loading pkgs/by-name/am/amtterm/package.nix +9 −1 Original line number Diff line number Diff line Loading @@ -3,10 +3,13 @@ lib, stdenv, makeWrapper, gtk3, openssl, perl, perlPackages, pkg-config, vte, withGamt ? false, }: stdenv.mkDerivation (finalAttrs: { Loading @@ -18,7 +21,12 @@ stdenv.mkDerivation (finalAttrs: { perl SOAPLite ]) ++ [ openssl ]; ++ [ openssl ] ++ lib.optionals withGamt [ gtk3 vte ]; nativeBuildInputs = [ makeWrapper pkg-config Loading pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8752,6 +8752,8 @@ with pkgs; protobuf = protobuf_21; }; gamt = callPackage ../by-name/am/amtterm/package.nix { withGamt = true; }; gcr = callPackage ../development/libraries/gcr { }; gcr_4 = callPackage ../development/libraries/gcr/4.nix { }; Loading Loading
pkgs/by-name/am/amtterm/package.nix +9 −1 Original line number Diff line number Diff line Loading @@ -3,10 +3,13 @@ lib, stdenv, makeWrapper, gtk3, openssl, perl, perlPackages, pkg-config, vte, withGamt ? false, }: stdenv.mkDerivation (finalAttrs: { Loading @@ -18,7 +21,12 @@ stdenv.mkDerivation (finalAttrs: { perl SOAPLite ]) ++ [ openssl ]; ++ [ openssl ] ++ lib.optionals withGamt [ gtk3 vte ]; nativeBuildInputs = [ makeWrapper pkg-config Loading
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8752,6 +8752,8 @@ with pkgs; protobuf = protobuf_21; }; gamt = callPackage ../by-name/am/amtterm/package.nix { withGamt = true; }; gcr = callPackage ../development/libraries/gcr { }; gcr_4 = callPackage ../development/libraries/gcr/4.nix { }; Loading