Commit Graph

14 Commits

Author SHA1 Message Date
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08: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
R. RyanTM
58ab512af3 libdigidocpp: 3.14.3 -> 3.14.4 2020-10-18 17:53:39 +00:00
R. RyanTM
c074da0376 libdigidocpp: 3.14.2 -> 3.14.3 2020-06-26 16:35:45 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
dc428ae863 libdigidocpp: 3.14.1 -> 3.14.2 2020-02-10 13:25:15 +01:00
R. RyanTM
c4da86cd41 libdigidocpp: 3.14.0 -> 3.14.1 (#74443) 2019-11-30 17:58:49 +01:00
R. RyanTM
5855ba8a33 libdigidocpp: 3.13.7 -> 3.14.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/libdigidocpp/versions
2019-09-27 08:04:12 -07: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
Domen Kožar
ad521a2757
libdigidocpp: 3.13.6 -> 3.13.7 2018-11-08 11:41:38 +00:00
Jörg Thalheim
6df851d0e5 libdigidocpp: 3.13.3.1365 -> 3.13.6 2018-08-10 13:02:22 +03:00
Ryan Mulligan
e562f9f9c6 libdigidocpp: 3.12.0.1317 -> 3.13.3.1365
Semi-automatic update. 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.13.3.1365 with grep in /nix/store/bh5cizakj0dkmmwqqg4bvmhyvqd8x28n-libdigidocpp-3.13.3.1365
- found 3.13.3.1365 in filename of file in /nix/store/bh5cizakj0dkmmwqqg4bvmhyvqd8x28n-libdigidocpp-3.13.3.1365
2018-03-08 21:19:06 -08: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
9765e5835f
libdigidocpp: init at 3.12.0.1317 2016-04-27 11:38:09 +03:00