kk-boop
ce5e8c343b
qdigidoc: 4.2.3 -> 4.2.8
2021-06-04 21:51:09 +03:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ben Siraphob
76f93cc731
pkgs/tools: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08: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
Marek Mahut
84eb0bee4b
qdigidoc: adding mmahut as maintainer
2020-01-30 09:55:18 +01:00
Marek Mahut
c4594f8c2c
qdigidoc: 4.1.0 -> 4.2.3
...
using mkDerivation
2020-01-30 09:55:18 +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
c0bw3b
9cb260d091
[treewide] delete unused patches
2019-05-04 19:52:24 +02:00
Domen Kožar
e854a7a72f
qdigidoc: 3.13.6 -> 4.1.0
2018-11-08 11:42:01 +00:00
Yegor Timoshenko
4b61b7814e
qdigidoc: fetch TSL info
2018-08-10 14:02:25 +03:00
Yegor Timoshenko
02644780d2
qdigidoc: enableParallelBuilding = false
2018-08-10 13:02:23 +03:00
Yegor Timoshenko
c47995a4e3
qdigidoc: 3.12.0.1442 -> 3.13.6
2018-08-10 13:02:23 +03:00
Matthew Bauer
92a9f735e0
Revert "qdigidoc: remove certs.patch"
...
This reverts commit 36a460462f
.
Doh
2018-04-03 22:45:06 -05:00
Matthew Bauer
36a460462f
qdigidoc: remove certs.patch
...
Patch is too big and looks to be uneeded.
2018-04-03 22:33:01 -05:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Orivej Desh
db919d1ac4
qdigidoc: enable parallel building
2017-11-09 10:51:49 +00:00
adisbladis
63bc228670
qdigidoc: fix build with glibc 2.26
2017-11-09 17:39:13 +08:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Arseniy Seroka
05f2f8fc29
qdigidoc: init at 3.12.0.1442
2016-04-27 11:38:10 +03:00