Commit graph

18 commits

Author SHA1 Message Date
Ben Siraphob 4ce8c34049 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -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
Doron Behar 4180a96e52 qtikz: Use qt5.15 (Add QPainterPath patch) 2020-11-21 12:54:25 +02:00
Thomas Tuegel 0368d93a9e
qtikz: proper Qt dependencies 2020-09-07 10:50:10 -05:00
Thomas Tuegel 51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Guillaume Maudoux 3277a77ebb qtikz: fix wrong sha256 2019-06-06 11:51:21 +02:00
Guillaume Maudoux c3c2274d53 qtikz: s/fetchurl/fetchpatch/ 2019-06-06 08:55:02 +02:00
Guillaume Maudoux 951509a87b qtikz: Fix typo in longDescription 2019-06-06 08:53:18 +02:00
Guillaume Maudoux d08162e851 qtikz: refactor, trim dependencies and cleanup 2019-06-05 23:20:58 +02:00
Guillaume Maudoux 859f4657cd qtikz: add homepage 2019-06-05 23:20:58 +02:00
Guillaume Maudoux 3e651ac90d qtikz: unstable-20161122 -> 0.12 2019-06-05 23:20:58 +02:00
Uli Baum 0b8d40a754 qtikz: fix build
qcollectiongenerator was merged into qhelpgenerator in qt 5.12,
see https://blog.qt.io/blog/2018/11/02/whats-new-qt-help/
2019-03-27 22:35:21 +01:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04: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
Guillaume Maudoux 9016be4589 qtikz: update to Qt5; remove ktikz 2017-02-19 12:26:51 +01:00
Chris Martin 23d605d4ce ktikz: md5->sha256 2016-09-05 20:20:38 -04:00
Guillaume Maudoux 6035e80137 ktikz: init at 0.10 2016-06-05 18:46:42 +02:00