Commit graph

8 commits

Author SHA1 Message Date
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 203e2ca6f9 docui: fix build on darwin 2020-03-21 04:36:00 -05:00
R. RyanTM d95db5018a docui: 2.0.0 -> 2.0.4 2020-03-14 04:55:32 +00:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Eugene 6f494e57ec docui: add maintainer 2019-08-18 13:36:35 +03:00
Eugene 41797ac53f docui: 1.0.3 -> 2.0.0 2019-08-18 13:36:19 +03:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Eugene e334a3047a docui: init at 1.0.3 (#60616) 2019-05-01 12:35:24 -07:00