Doron Behar
|
4f2573e875
|
uhd: 3.15.0.0 -> 4.0.0.0
|
2021-03-11 18:40:41 +02:00 |
|
Ben Siraphob
|
5d566c43b4
|
pkgs/applications: pkgconfig -> pkg-config
|
2021-01-16 23:49:59 -08:00 |
|
Ben Siraphob
|
108bdac3d9
|
pkgs/applications: stdenv.lib -> lib
|
2021-01-15 14:24:03 +07: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 |
|
Doron Behar
|
b70907b9b6
|
uhd: quote homepage URL
|
2020-04-05 10:35:22 +02:00 |
|
Doron Behar
|
0ba95d0fc2
|
uhd: switch to python3 by default
|
2020-04-05 10:35:22 +02:00 |
|
Doron Behar
|
7da8a30a64
|
uhd: move udev rules to the standard location
|
2020-04-05 10:35:22 +02:00 |
|
Doron Behar
|
bcf5a67e2a
|
uhd: cleanup deps & add many enable / disable flags
|
2020-04-05 10:35:22 +02:00 |
|
Doron Behar
|
fd2c3ff812
|
uhd: Remove python six and requests unneeded deps (tested)
|
2020-04-05 10:35:22 +02:00 |
|
Doron Behar
|
9723ccbc34
|
uhd: Remove orc unneeded dep
|
2020-04-05 10:35:22 +02:00 |
|
Doron Behar
|
6dc7131d26
|
uhd: remove and add TODO for old build fixes
|
2020-04-05 10:35:22 +02:00 |
|
Doron Behar
|
7bbed32888
|
uhd: format arguments and inputs
|
2020-04-05 10:35:22 +02:00 |
|
Doron Behar
|
b68894b2cf
|
uhd: 3.14.0.0 -> 3.15.0.0
Use rec instead of let in and use only 1 version attribute.
|
2020-04-05 10:35:22 +02:00 |
|
Markus Kowalewski
|
10bccd2952
|
uhd: fix outdated python module (Mako)
|
2019-10-31 07:10:09 +01:00 |
|
volth
|
7b8fb5c06c
|
treewide: remove redundant quotes
|
2019-09-08 23:38:31 +00:00 |
|
volth
|
c814d72b51
|
treewide: name -> pname
|
2019-08-17 10:54:38 +00:00 |
|
Will Dietz
|
74c3bec1da
|
uhd: 3.13.0.1 -> 3.14.0.0
|
2019-05-31 07:50:34 -05:00 |
|
Elis Hirwing
|
4619f2ab12
|
uhd: Move from misc to radio
|
2019-02-09 21:40:16 +01:00 |
|