Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Fabian Möller
f213aa3ae0
nixpart0: stdenv.lib -> lib
...
This fixes an evaluation error indroduced by #108978
2021-01-14 16:57:44 +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
John Ericson
f52263ced0
treewide: Start to break up static overlay
...
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.
CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Florian Klink
2d41f0f3f0
nixpart_0_4: use lib.getLib systemd instead of systemd.lib
...
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:41 +02:00
Piotr Bogdan
05f1bcce49
python2Packages.nixpart0/multipath_tools: fixup path to internal libraries
2020-06-10 13:01:34 +01:00
Piotr Bogdan
912e1e87c0
python2Packages.nixpart0/pyblock: patch for glibc >= 2.28
2020-06-10 13:01:34 +01:00
Piotr Bogdan
64f4073f8d
python2Packages.nixpart0/parted: patch for glibc >= 2.28
2020-06-10 13:01:34 +01:00
Piotr Bogdan
eb696ef672
python2Packages.nixpart0/multipath_tools: patch for glibc >= 2.28
2020-06-10 13:01:33 +01:00
Piotr Bogdan
0776d9043c
python2Packages.nixpart0/lvm2: patch for glibc >= 2.28
2020-06-10 13:01:33 +01:00
Piotr Bogdan
c494fc51dc
python2Packages.nixpart0/cryptsetup: patch for glibc >= 2.28
2020-06-10 13:01:33 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jan Tojnar
07b8ab4ff7
python2.pkgs.nixpart0: use correct libselinux bindings
...
Sine 56e557257d
libselinux in pkgs defaults to Python 3 so let's use the one from python.pkgs to make sure it matches.
2020-01-18 11:20:40 +01:00
Robin Gloster
2157dcd141
treewide: installFlags is a list
2019-12-30 13:22:43 +01:00
Domen Kožar
c49ca3e505
nixpart: ignore useNixUdev as it's now required by hetzner
2019-12-12 15:04:31 +01:00
Domen Kožar
c64e17b68d
nixpart0: mark as unbroken
...
It builds.
2019-11-21 17:39:28 +01:00
Rob Vermaas
302396fc42
nixpart0: remove broken, fix build for (local) pykickstart dep
2019-11-19 11:09:24 +01:00
Linus Heckemann
75667c2916
pythonPackages.nixpart: unmark broken
2019-11-15 18:00:36 +01:00
Linus Heckemann
5aa4b19946
treewide: mark some broken packages as broken
...
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
Jonathan Ringer
5fe68fd142
pythonPackage.nixpart0: disable for python3
2019-08-30 12:35:42 +09:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00: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
Florian Friesdorf
fbef5ab82f
Remove myself as maintainer from packages
...
I'm currently not maintaining any packages.
2019-02-22 16:14:13 +01: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
c0bw3b
126f94d808
Treewide: use https for people.redhat.com
2018-11-24 23:56:37 +01:00
c0bw3b
dd3e576654
Treewide: use https for src.fedoraproject.org
2018-11-24 23:53:27 +01:00
Rob Vermaas
34ea15f5e4
nixpart0.blivet: fix reference to selinux python modules
...
(cherry picked from commit 71941853a13878e5cc17b493f3791db7d4b29e51)
2018-10-16 17:13:09 +02:00
Jörg Thalheim
9efffe0135
hurd: cleanup unmaintained target
...
This has been not touched in 6 years. Let's remove it to cause less
problems when adding new cross-compiling infrastructure.
This also simplify gcc significantly.
2018-08-28 22:18:02 +01:00
Vladimír Čunát
765d695b89
Merge branch 'staging-next'
...
Security fixes for a few packages are included.
2018-08-21 15:36:02 +02:00
zimbatm
2c35ea0412
pythonPackages.nixpart0: fix nixops deploy
...
re-introduce the unused "udevSoMajor" variable for nixops
backward-compatibilty.
This was removed by the treewide 52f53c69ce
cleanup
2018-08-19 20:59:52 +01:00
Jan Malakhovski
fd056d838e
pythonPackages.nixpart: use checkInputs
2018-08-11 09:35:27 +00:00
John Ericson
f0d6b385d1
treewide: Make all the rest of configureFlags
2018-08-03 17:06:03 -04:00
Lluís Batlle i Rossell
66d7126255
Take me (viric) out of most maintenance
...
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Dan Peebles
dfd300c81d
treewide: s/pkgs.fedoraproject.org/src.fedoraproject.org/
...
Upstream killed the pkgs server but src continues to serve up the exact
same content, so we can just point there and all hashes should be unchanged.
2018-02-08 16:38:08 -05:00
Vladimír Čunát
6f5d989478
treewide: checkMeta fixes for x86_64-linux
2017-12-07 07:50:47 -05:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
John Ericson
fd9c7eb2e8
misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs
2017-09-21 15:49:53 -04: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
Alexey Lebedeff
7e3176bca2
blivet: Remove unneccesary patching
...
Fixes https://github.com/NixOS/nixops/issues/552
`--cache` argument is now mandatory for `pvscan` both from hetzner rescue
system and from nixpkgs.
2016-11-24 14:13:26 +03:00
Eelco Dolstra
78178d5854
systemd: Separate lib output
...
This moves libsystemd.so and libudev.so into systemd.lib, and gets rid
of libudev (which just contained a copy of libudev.so and the udev
headers). It thus reduces the closure size of all packages that
(indirectly) depend on libsystemd, of which there are quite a few (for
instance, PulseAudio and dbus). For example, it reduces the closure of
Blender from 430.8 to 400.8 MiB.
2016-09-05 19:17:14 +02:00
Данило Глинський (Danylo Hlynskyi)
a74984d660
nixpart-0.4: fix build of multipath-tools dependency ( #15359 )
2016-05-12 09:39:12 +01:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Graham Christensen
e079de30ad
nixpart: pykickstart, pyblock: upgrade to sha256
2016-03-11 15:54:55 -06:00