Robert Helgesson
|
831e64bad4
|
Drop maintainership for some packages
|
2021-04-18 09:00:18 +02:00 |
|
Samuel Gräfenstein
|
819ab46fe7
|
treewide: pkgconfig -> pkg-config
Fix building with `config.allowAliases = false;`.
|
2021-03-17 00:00:19 +01:00 |
|
Pavol Rusnak
|
a4bbfba80d
|
pkgs/development/python-modules: stdenv.lib -> lib
|
2021-01-24 01:29:22 +01: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 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Emily
|
1314521936
|
pythonPackages.pycdio: fix for Python 3
|
2019-12-14 03:21:34 +00:00 |
|
R. RyanTM
|
90c6fbabf2
|
python27Packages.pycdio: 2.0.0 -> 2.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/python2.7-pycdio/versions
|
2019-09-30 22:08:24 -07:00 |
|
Jan Solanti
|
c48ad78588
|
pycdio: fix build
|
2019-04-19 17:30:05 +02:00 |
|
c0bw3b
|
0498ccd076
|
Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
|
2018-12-02 15:51:59 +01:00 |
|
Chris Ostrouchov
|
4c429f0be0
|
pythonPackages.pycdio: refactor move to python-modules
|
2018-10-27 09:07:20 +02:00 |
|
Robert Helgesson
|
9d4fc88fbf
|
python-pycdio: 0.20 -> 0.21
|
2017-11-01 15:35:50 +01:00 |
|
Robert Helgesson
|
442b097b0d
|
Add 'pycdio', a Python wrapper for libcdio.
|
2014-11-07 21:26:53 +01:00 |
|