summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/drivers/foo2zjs
AgeCommit message (Collapse)Author
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2018-08-11foo2zjs: make tests run, but disableJan Malakhovski
2018-07-18foo2zjs: 20171202 -> 20180519R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/foo2zjs/versions.
2018-02-20foo2zjs: 20110210 -> 20171202 (#32812)Marcus Brinkmann
2017-10-27systemd: remove udev attributesFrederik Rietdijk
2017-03-27treewide: purge maintainers.urkudVladimír Čunát
It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
2016-08-26treewide: foomatic_filters -> foomatic-filtersBjørn Forsman
2016-08-03foo2zjs: remove use of `builderDefsPackage` (#17459)Robert Helgesson
2015-10-04udev: complete reworkVladimír Čunát
- systemd puts all into one output now (except for man), because I wasn't able to fix all systemd/udev refernces for NixOS to work well - libudev is now by default *copied* into another path, which is what most packages will use as build input :-) - pkgs.udev = [ libudev.out libudev.dev ]; because there are too many references that just put `udev` into build inputs (to rewrite them all), also this made "${udev}/foo" fail at *evaluation* time so it's easier to catch and change to something more specific
2015-05-05fix ${udev} references (and a few others)Vladimír Čunát
2011-03-15Fixing hardcoded paths in foo2zjs. Still no firmwareYury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=26332
2011-03-06foo2zjs: less hardcoded pathsYury G. Kudryashov
svn path=/nixpkgs/trunk/; revision=26179
2011-03-06Trying to fix foo2zjsYury G. Kudryashov
There are still some hardcoded paths svn path=/nixpkgs/trunk/; revision=26177
2011-01-28Update paths - does not fix all the problems, apparentlyMichael Raskin
svn path=/nixpkgs/trunk/; revision=25714
2011-01-28Install PPD files, tooMichael Raskin
svn path=/nixpkgs/trunk/; revision=25713
2011-01-28Trying to add foomatic-filters and foo2zjsMichael Raskin
svn path=/nixpkgs/trunk/; revision=25712