Commit graph

15 commits

Author SHA1 Message Date
Martin Weinelt e518a77b15
python3Packages.cx_Freeze: 6.5.3 -> 6.6 2021-06-21 17:00:03 -07:00
Frederik Rietdijk 40ff1b2597 python3Packages.cx_Freeze: 6.4.2 -> 6.5.3 2021-04-03 17:48:29 +02:00
Frederik Rietdijk 5570e2c3c9 python3Packages.cx_Freeze: 6.4.1 -> 6.4.2 2021-02-26 11:01:42 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
Jonathan Ringer 89857a3c1e python3Packages.cx_Freeze: fix build 2020-12-01 14:44:23 +01:00
Frederik Rietdijk e88ec95c3d python3Packages.cx_Freeze: 6.2 -> 6.4.1 2020-12-01 14:44:10 +01:00
freezeboy e3912be86a cx_Freeze: disable python2.7 2020-09-11 16:04:51 +02:00
Frederik Rietdijk c47cf51a53 python: cx_Freeze: 6.1 -> 6.2 2020-08-16 19:30:56 +02:00
Frederik Rietdijk 3a96234e2e python: cx_Freeze: 6.0 -> 6.1 2020-06-11 09:59:56 +02:00
R. RyanTM 6c50a1e6bf python37Packages.cx_Freeze: 5.1.1 -> 6.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/python3.7-cx_freeze/versions
2019-10-07 21:32:52 -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
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Frederik Rietdijk f5196cce42 python: cx_Freeze: 5.0.2 -> 5.1.1 2017-12-30 17:06:32 +01:00
Samuel Leathers 799a70d623 cx_Freeze: 4.3.4 -> 5.3.2 2017-09-14 20:30:08 -04:00