Commit graph

24 commits

Author SHA1 Message Date
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Tobias Mayer d6ba407e5d pkgs{Musl,Static}.glog: fix build
A few tests fail when built with musl or statically, so we now
use gtest and turn those off.
2022-08-14 12:21:32 +02:00
Josef Kemetmüller 1ca04aa9f1 treewide: Stop setting CMAKE_SKIP_BUILD_RPATH=OFF
This is now the new default and thus doesn't need to be set manually
anymore.
2022-07-04 03:49:01 +03:00
Artturin f70bf64e75 glog: 0.5.0 -> 0.6.0 2022-04-09 02:30:19 +03:00
Fabián Heredia Montiel 7481d51589 glog: disable parallel checking due to errors 2022-03-25 18:39:28 -06:00
Sandro Jäckel 4759d5e60c
glog: remove extra lib 2021-11-11 14:47:03 +01:00
Niklas Hambüchen 8b9d12e3fa glog: Simpler approach to fix tests.
See:
* https://github.com/NixOS/nixpkgs/pull/144561#discussion_r742468811
* https://github.com/NixOS/nixpkgs/pull/108496
2021-11-04 03:01:25 +00:00
Niklas Hambüchen 197b5f2ec3 glog: 0.4.0 -> 0.5.0, also enable tests 2021-11-04 03:01:25 +00:00
Niklas Hambüchen bdc92788ab glog: Add nh2 and r-burns as maintainers 2021-11-04 03:01:25 +00:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Tobias Mayer d48a99346c glog: remove static flag 2020-01-14 15:56:19 +01:00
tobim 2ac7d8f887 glog: fix on darwin, provide gflags (#77451) 2020-01-12 16:53:27 -05:00
Tobias Mayer d567c7e497 glog: add pkgsStatic support 2019-12-29 10:57:16 +01:00
Niklas Hambüchen 97dc2e99f5 glog: Add upstream patch to fix tests with musl.
Originally found in https://github.com/nh2/static-haskell-nix/issues/70
2019-12-15 04:05:20 +01: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
R. RyanTM d50661a3ed glog: 0.3.5 -> 0.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/glog/versions
2019-04-01 07:00:12 -07:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Jan Malakhovski 880c9b5185 glog: make tests run, but disable 2018-08-11 09:35:30 +00:00
Evan Wallace 0f315bb01d glog: 0.3.4 -> 0.3.5 2017-11-12 13:37:36 +00:00
c0bw3b 525380b472 treewide: abandon Google Code homepages 2017-11-03 18:52:28 +00:00
William A. Kennington III e214f2f1fa glog: 0.3.3 -> 0.3.4 2015-04-21 20:59:15 -07:00
Pascal Wittmann f94580da69 Fix license attribute of many bsd-like licensed packages 2014-12-21 00:00:35 +01:00
Bjørn Forsman c9baba9212 Fix many package descriptions
(My OCD kicked in today...)

Remove repeated package names, capitalize first word, remove trailing
periods and move overlong descriptions to longDescription.

I also simplified some descriptions as well, when they were particularly
long or technical, often based on Arch Linux' package descriptions.

I've tried to stay away from generated expressions (and I think I
succeeded).

Some specifics worth mentioning:
 * cron, has "Vixie Cron" in its description. The "Vixie" part is not
   mentioned anywhere else. I kept it in a parenthesis at the end of the
   description.

 * ctags description started with "Exuberant Ctags ...", and the
   "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis
   at the end of description.

 * nix has the description "The Nix Deployment System". Since that
   doesn't really say much what it is/does (especially after removing
   the package name!), I changed that to "Powerful package manager that
   makes package management reliable and reproducible" (borrowed from
   nixos.org).

 * Tons of "GNU Foo, Foo is a [the important bits]" descriptions
   is changed to just [the important bits]. If the package name doesn't
   contain GNU I don't think it's needed to say it in the description
   either.
2014-08-24 22:31:37 +02:00
Emil Rangden 287a7e08f3 add glog 0.3.3 2014-01-24 15:51:04 +01:00