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
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Milan Pässler
a40ec61d99
falkon: fix build with qt5 5.14.x
2020-07-31 18:50:58 +02:00
JosephTheEngineer
c976124d1d
falkon: use wrapQtAppsHook ( #89375 )
2020-06-03 09:12:46 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
rnhmjoj
a39b763080
falkon: use qt5's mkDerivation
...
See #65399
2019-08-29 15:02:00 -04:00
R. RyanTM
e79240548c
falkon: 3.0.1 -> 3.1.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/falkon/versions
2019-03-21 14:08:18 -07:00
Cole Mickens
4d26a57d50
falkon: enable qtwayland on linux
2018-11-05 22:23:51 -08:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
R. RyanTM
095219565f
falkon: 3.0.0 -> 3.0.1
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/falkon/versions .
These checks were done:
- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.0.1 with grep in /nix/store/daa848kdkmv0l77b796h86djs0yn2wwh-falkon-3.0.1
- directory tree listing: https://gist.github.com/f0235aa275d8b64a8b8f61cf7b328049
2018-05-11 08:05:21 -07:00
Peter Hoeg
38373bbbe3
falkon: 2.1.99.1 -> 3.0.0
2018-03-05 14:50:05 +08:00
Peter Hoeg
9c9b6874d0
falkon: 2.1.2.1 -> 2.1.99.1
2018-02-17 18:12:01 +08:00
Peter Hoeg
70b3fbde6e
falkon: broken for now
2017-10-23 22:49:40 +08:00
Tuomas Tynkkynen
28494e96f0
falkon: Disable parallel building
...
https://hydra.nixos.org/build/62778325
2017-10-22 21:00:23 +03:00
Peter Hoeg
812ddbf406
falkon: init at 2.1.2.1
2017-09-30 09:56:49 +08:00