Commit graph

19 commits

Author SHA1 Message Date
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Charlotte Van Petegem 8cc494b1bb
gomuks: replace tilpner with myself as maintainer 2021-01-20 15:17:10 +01:00
Charlotte Van Petegem 0915191925
gomuks: patch out hardcoded path 2021-01-20 15:17:10 +01:00
Charlotte Van Petegem da9395cf8f
gomuks: 0.2.1 -> 0.2.2 2021-01-13 10:52:50 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM 11eb8167b1 gomuks: 0.2.0 -> 0.2.1 2020-10-25 15:03:21 +00:00
yoctocell 9fdb1e6168
gomuks: 0.1.2 -> 0.2.0 2020-09-04 19:34:24 +02:00
Timothy Stott ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Philipp a8f7edd5ee gomuks: 0.1.0 -> 0.1.2 2020-06-24 22:59:55 +02:00
Emery Hemingway a55f6b46d8 gomuks: 2020-03-20 -> 0.1.0 2020-06-03 15:58:18 +05:30
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Emery Hemingway e1d2441468 gomuks: 2020-02-19 -> 2020-03-20
Add a .desktop file to the output.
2020-04-03 14:25:09 +05:30
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Mario Rodas 7faf44250d gomuks: fix build on darwin 2020-03-21 05:17:00 -05:00
Emily 3d3ba53897 gomuks: 2019-06-28 -> 2020-02-19 2020-02-19 12:44:58 +00:00
Marek Mahut 91afe56e92 gomuks: 2018-07-10 -> 2019-06-28 2019-06-28 14:17:55 +02:00
Till Höppner d133362c18 gomuks: 2018-05-14 -> 2018-7-10 (#43277) 2018-07-10 12:19:59 +02:00
tilpner c1efa89126
gomuks: init at 2018-05-16 2018-05-16 20:47:35 +02:00