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
Benjamin Hipple
78760d192d
Merge pull request #79246 from status-im/upgrade-brlaser
...
nixpkgs/brlaser: upgrade to v6
2020-04-18 14:23:43 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jakub Sokołowski
aa53f61c21
nixpkgs/brlaser: upgrade to v6
...
It introduces support for several additional Brother printers.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-02-05 01:48:21 +01:00
Michael Hoang
f77b4c564e
brlaser: 4 -> 5
2019-09-12 11:45:36 +10: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
Symphorien Gibol
26ee8d6479
brlaser: fix install dir
...
Fixes #49092
2018-10-26 21:08:42 +02:00
Daiderd Jordan
04cba83e7f
brlaser: cleanup and mark linux only ( #46622 )
...
The test binaries depend use open_memstream which isn't available on
darwin.
error: use of undeclared identifier 'open_memstream'
/cc ZHF #45961
2018-09-13 22:47:34 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matthew Bauer
02297beade
treewide: add version to packages
...
Lots of packages are missing versions in their name. This adds them
where appropriate. These were found with this command:
$ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'
See issue #41007 .
2018-05-25 15:48:05 -05:00
Stijn DW
56c88781ee
brlaser: init from latest git
2018-02-17 20:27:15 +01:00