Loading pkgs/tools/admin/drawterm/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ , config }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "drawterm"; version = "unstable-2023-06-27"; Loading @@ -25,6 +25,8 @@ stdenv.mkDerivation rec { sha256 = "ebqw1jqeRC0FWeUIO/HaEovuwzU6+B48TjZbVJXByvA="; }; enableParallelBuilding = true; strictDeps = true; nativeBuildInputs = [ installShellFiles ] ++ { linux = [ pkg-config wayland-scanner ]; unix = [ makeWrapper ]; Loading Loading @@ -52,7 +54,6 @@ stdenv.mkDerivation rec { installManPage drawterm.1 ''; meta = with lib; { description = "Connect to Plan 9 CPU servers from other operating systems."; homepage = "https://drawterm.9front.org/"; Loading Loading
pkgs/tools/admin/drawterm/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ , config }: stdenv.mkDerivation rec { stdenv.mkDerivation { pname = "drawterm"; version = "unstable-2023-06-27"; Loading @@ -25,6 +25,8 @@ stdenv.mkDerivation rec { sha256 = "ebqw1jqeRC0FWeUIO/HaEovuwzU6+B48TjZbVJXByvA="; }; enableParallelBuilding = true; strictDeps = true; nativeBuildInputs = [ installShellFiles ] ++ { linux = [ pkg-config wayland-scanner ]; unix = [ makeWrapper ]; Loading Loading @@ -52,7 +54,6 @@ stdenv.mkDerivation rec { installManPage drawterm.1 ''; meta = with lib; { description = "Connect to Plan 9 CPU servers from other operating systems."; homepage = "https://drawterm.9front.org/"; Loading