Commit graph

10 commits

Author SHA1 Message Date
R. RyanTM 14502974c9 dpic: 2020.06.01 -> 2020.09.15 2020-10-24 13:53:30 +00:00
Daniël de Kok f3e9518149 dpic: cleanup derivation, install man pages
- Use configure, since upstream provides it.
- Rely on `make install` to install dpic.
- This also installs the man pages.
2020-07-03 14:06:21 +02:00
R. RyanTM 5ace185aa2 dpic: 2020.03.01 -> 2020.06.01 2020-07-03 05:39:20 +00:00
R. RyanTM 450f8fa9b2 dpic: 2019.11.30 -> 2020.03.01 2020-03-06 08:21:15 +00:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
R. RyanTM c0648bc231 dpic: 2019.08.30 -> 2019.11.30 2019-12-07 21:45:37 -08:00
R. RyanTM 8353a2183a dpic: 2016.01.12 -> 2019.08.30
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dpic/versions
2019-10-06 20:44:55 -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
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
Allan Espinosa 2dd51275eb dpic: init at 2016.01.12 2016-02-22 07:42:53 -06:00