about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/gomuks
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-09-13treewide: vendorSha256 → vendorHashFabián Heredia Montiel1-1/+1
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-06-13treewide: don't set platforms.unix for buildGoModuleSandro Jäckel1-1/+0
2022-11-19gomuks: 0.2.4 -> 0.3.0Charlotte Van Petegem2-25/+6
https://github.com/tulir/gomuks/releases/tag/v0.3.0
2022-02-25treewide: switch all desktop file generators to new APIK9001-2/+2
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2021-09-22gomuks: 0.2.3 -> 0.2.4Charlotte Van Petegem2-16/+18
2021-02-22Merge master into staging-nextgithub-actions[bot]1-5/+5
2021-02-21gomuks: fix license informationCharlotte Van Petegem1-1/+1
2021-02-21maintainers: rename charvp to chvpCharlotte Van Petegem1-1/+1
2021-02-20gomuks: 0.2.2 -> 0.2.3Charlotte Van Petegem1-3/+3
2021-02-19treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob1-1/+2
2021-01-20gomuks: replace tilpner with myself as maintainerCharlotte Van Petegem1-1/+1
2021-01-20gomuks: patch out hardcoded pathCharlotte Van Petegem2-2/+34
2021-01-13gomuks: 0.2.1 -> 0.2.2Charlotte Van Petegem1-4/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-10-25gomuks: 0.2.0 -> 0.2.1R. RyanTM1-3/+3
2020-09-04gomuks: 0.1.2 -> 0.2.0yoctocell1-3/+3
2020-08-11treewide: remove obsolete attribute goPackagePath in buildGoModule ↵Timothy Stott1-2/+0
derivations (#95092) The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-06-24gomuks: 0.1.0 -> 0.1.2Philipp2-16/+3
2020-06-03gomuks: 2020-03-20 -> 0.1.0Emery Hemingway2-18/+12
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice2-2/+23
2020-04-03gomuks: 2020-02-19 -> 2020-03-20Emery Hemingway1-5/+20
Add a .desktop file to the output.
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim1-3/+1
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-21gomuks: fix build on darwinMario Rodas1-1/+3
2020-02-19gomuks: 2019-06-28 -> 2020-02-19Emily1-5/+5
2019-06-28gomuks: 2018-07-10 -> 2019-06-28Marek Mahut1-8/+10
2018-07-10gomuks: 2018-05-14 -> 2018-7-10 (#43277)Till Höppner1-3/+3
2018-05-16gomuks: init at 2018-05-16tilpner1-0/+23