about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/wezterm
AgeCommit message (Collapse)AuthorFilesLines
2024-02-04wezterm: 20240128-202157-1e552d76 -> 20240203-110809-5046fc22Lin Xianyi2-31/+25
2024-01-30wezterm: 20240127-113634-bbcac864 -> 20240128-202157-1e552d76Lin Xianyi2-66/+66
2024-01-28wezterm: 20230712-072601-f4abf8fd -> 20240127-113634-bbcac864Lin Xianyi2-857/+1359
2023-12-29wezterm: fix `tests` evalSergei Trofimovich1-1/+2
commit 823242c42dd "nixosTests.terminal-emulators.wezterm: drop" removed `wezterm` test. As a result that started failing `tests` attribute eval as: $ nix build --no-link -f. wezterm.tests error: error: attribute 'wezterm' missing 127| all-terminfo = nixosTests.allTerminfo; 128| terminal-emulators = nixosTests.terminal-emulators.wezterm; | ^
2023-08-11treewide: add meta.mainProgram and other cleanupLudovico Piero1-0/+1
2023-07-12wezterm: 20230408-112425-69ae8472 -> 20230712-072601-f4abf8fdKaleb Elwert2-764/+768
2023-05-21wezterm: fix darwin buildNikolay Mokrinsky1-0/+4
2023-04-09wezterm: 20230326-111934-3666303c -> 20230408-112425-69ae8472Miguel Madrid-Mencía2-278/+394
2023-03-27wezterm: 20230320-124340-559cb7b0 -> 20230326-111934-3666303cMiguel Madrid-Mencía2-189/+202
2023-03-27wezterm: 20221119-145034-49b9839f -> 20230320-124340-559cb7b0Miguel Madrid-Mencía2-946/+1124
2023-03-26tree-wide: convert rust with git deps to importCargoLockYureka2-1/+6628
2023-02-27wezterm: add vulkan-loader to library path (#218410)Dacio1-1/+5
* wezterm: add vulkan-loader to library path * wezterm: switch to patchelf instead of wrapProgram
2023-02-20wezterm: cleanup meta, formatSandro Jäckel1-5/+2
2023-02-20wezterm: fix build against rust 1.67, remove outdated checkFlagsSandro Jäckel1-6/+7
2022-11-21wezterm: 20220905-102802-7d4b8249 -> 20221119-145034-49b9839fCole Helbling1-3/+11
2022-09-26wezterm: install shell completion, nautilus extension, disable updaterSandro Jäckel1-3/+11
2022-09-06wezterm: 20220903-194523-3bb1ed61 -> 20220905-102802-7d4b8249Sandro Jäckel1-3/+3
2022-09-04wezterm: 20220807-113146-c2fee766 -> 20220903-194523-3bb1ed61Sandro Jäckel1-3/+3
2022-08-08wezterm: 20220624-141144-bd1b7c5d -> 20220807-113146-c2fee766Chua Hou1-3/+3
2022-08-06wezterm: use apple_sdk_11_0fortuneteller2k1-2/+2
2022-06-25wezterm: 20220408-101518-b908e2dd -> 20220624-141144-bd1b7c5dSandro Jäckel1-3/+3
2022-04-30wezterm: build terminfo file without compiling weztermSandro Jäckel1-9/+17
2022-04-13wezterm: Add nixosTests.allTerminfoEmil Karlson1-1/+4
Make allTerminfo test results more visible.
2022-04-11wezterm: 20220319-142410-0fcdea07 -> 20220408-101518-b908e2ddSandro Jäckel1-3/+3
2022-03-20Merge pull request #103733 from JJJollyjim/term-testsSandro1-0/+3
2022-03-20nixos/tests: add passthru.tests to all tested terminal emulatorsJamie McClymont1-0/+3
2022-03-20wezterm: 20220101-133340-7edc5b5a -> 20220319-142410-0fcdea07Sandro Jäckel1-3/+3
2022-01-02wezterm: 20211204-082213-a66c61ee9 -> 20220101-133340-7edc5b5aMassimo Redaelli1-3/+3
2021-12-05wezterm: 20210814-124438-54e29167 -> 20211204-082213-a66c61ee9Sandro Jäckel1-4/+6
2021-11-19wezterm: Mark build broken for DarwinEmil Karlson1-0/+2
Linking fails on Darwin with ld: framework not found UserNotifications
2021-11-19wezterm: Add perl to deps for DarwinEmil Karlson1-1/+2
Currently compile fails on Darwin on command running "perl" "./Configure" "--prefix=/private/tmp/nix-build-wezterm-20210814-124438-54e29167.drv-0/source/target/aarch64-apple-darwin/release/build/openssl-sys-90b3c73e9c998931/out/openssl-build/install" "no-dso" "no-shared" "no-ssl3" "no-unit-test" "no-comp" "no-zlib" "no-zlib-dynamic" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "darwin64-arm64-cc" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" with `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }' This commit fixes this issue.
2021-08-26wezterm: load shell integration automaticallySandro Jäckel1-1/+1
which follows the upstream RPM packaging https://github.com/wez/wezterm/blob/main/ci/deploy.sh#L83-L121
2021-08-24wezterm: cleanup depedencies, drop steveej from maintainersSandro Jäckel1-51/+30
2021-08-15wezterm: 20210502-154244-3f7122cb -> 20210814-124438-54e29167Sandro Jäckel1-3/+3
2021-08-12wezterm: install shell-integration scriptSandro Jäckel1-0/+5
2021-08-02wezterm: install desktop fileSandro Jäckel1-2/+6
2021-06-05wezterm: Add terminfo output (#125320)kat1-0/+10
* wezterm: Add terminfo output * Update pkgs/applications/terminal-emulators/wezterm/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-07Merge branch 'update-wezterm' of github.com:pinpox/nixpkgs into update-weztermPablo Ovelleiro Corral1-1/+1
2021-05-07Update cargo sha256Pablo Ovelleiro Corral1-1/+1
2021-05-07Update pkgs/applications/terminal-emulators/wezterm/default.nixPablo Ovelleiro Corral1-1/+1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-06wezterm: update to 2021-04-07Pablo Ovelleiro Corral1-3/+3
2021-04-14wezterm: set version numberSandro Jäckel1-1/+5
2021-04-09wezterm: 20210314 -> 20210407-nightly, add SuperSandro2000 as maintainerPablo Ovelleiro Corral1-18/+15
2021-04-09wezterm: unstable-2020-11-22 -> 20210314Pablo Ovelleiro Corral1-16/+16
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-2/+1
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-4/+4
2021-01-06wezterm: build as macOS appZeyi Fan1-8/+17
2021-01-06wezterm: add macOS supportZeyi Fan1-5/+18
2020-12-15fixup! wezterm: initial packageStefan Junker1-1/+2
2020-12-15wezterm: initial packageStefan Junker1-0/+85