3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

185181 commits

Author SHA1 Message Date
Yarny0 2daea2c81f hplip: retain udev rules in WithPlugin version
Beginning with commit 8ffd6af27e,
the build recipe for `hplipWithPlugin` explicitely drops a
udev rule file that is delivered with the sources.
In `hplip` (without plugin), the rule file is retained.

The udev rules takes care of uploading firmware
to certain printers (and maybe of other things),
e.g. to HP LaserJet 1000.

This commit reinstates the rule file and
expands the fixup script so that the rules
are also patched in the WithPlugin version.
2019-07-14 10:15:38 +02:00
Yarny0 5aafd1d0db hplip: udev rule: drop nohup instead of patching it
hplip's udev rule uses `nohup` to attempt to detach
its printer configuration script from the udev process.
However, this attempt is futile as udev
tracks its child processes with cgroups:
https://unix.stackexchange.com/a/243648

The hardcoded path to `nohup` was patched to use Nix' `nohup`.
This commit alters the patch script so
that it simply drops the call to `nohup`.
2019-07-14 10:15:38 +02:00
Yarny0 60311e0957 hplip: patch imageProcessor segfault in hpcups (#58949)
Beginning with version 3.18.7, `hpcups` fails with
> DEBUG: imageProcessorStartPage failed
and segfaults (tested with HP LaserJet 1000 printer).

Upstream bug reports:
* https://bugs.launchpad.net/hplip/+bug/1788706
* https://bugs.launchpad.net/hplip/+bug/1787289

There is a patch available in one of the reports:
https://bugs.launchpad.net/hplip/+bug/1787289/+attachment/5176026/+files/hplip.patch
It applies to 3.18.7, but not to later versions.

This commit adds a slight adaption of
the patch that applies to versions 3.18.9 -- 3.19.6.
The patch fixes https://github.com/NixOS/nixpkgs/issues/58949 .

Note that the patch is merely a workaround:
It simply removes all calls into the
ImageProcessor library from `HPCupsFilter.cpp`.
2019-07-14 10:15:06 +02:00
Yarny0 15aacfb450 hplip: 3.19.1 -> 3.19.6
Release notes:
https://developers.hp.com/hp-linux-imaging-and-printing/release_notes
2019-07-13 09:48:44 +02:00
Yarny0 1323930b7b hplip: add meta.downloadPage 2019-07-13 09:48:40 +02:00
worldofpeace 1036dc6641
Merge pull request #64630 from danieldk/thinc-7.0.6
pythonPackages.thinc: 7.0.4 -> 7.0.6
2019-07-11 12:29:24 -04:00
worldofpeace 95647d8aee
Merge pull request #64628 from mmahut/anonip
pythonPackages.anonip: init at 1.0.0
2019-07-11 12:16:38 -04:00
Marek Mahut fd7ee813b6 pythonPackages.anonip: init at 1.0.0 2019-07-11 18:14:59 +02:00
Frederik Rietdijk 8931db9f0b make-tarball / lib-tests: reduce duplication
The misc.nix and systems.nix tests were invoked at three different
places. Let's not that.
2019-07-11 18:02:05 +02:00
Frederik Rietdijk 8074133844 pythonPackages.fetchPypi: support SRI hashes 2019-07-11 18:01:04 +02:00
Frederik Rietdijk 30f299027a pythonPackages.fetchPypi: separate url computation from fetchurl 2019-07-11 18:01:04 +02:00
Frederik Rietdijk f2a8117492 pythonPackages.fetchPypi: put expression in own file
Also fixes an evaluation bug.
2019-07-11 18:01:04 +02:00
worldofpeace 3a25279b2e
Merge pull request #56390 from dtzWill/update/fwupd-1.2.5
fwupd: 1.2.3 -> 1.2.8
2019-07-11 11:56:48 -04:00
John Ericson 5e84f73df2
Merge pull request #63603 from dingxiangfei2009/cross-compiling-buildGoPackage
Enable cross compilation on buildGoPackage
2019-07-11 11:26:05 -04:00
Will Dietz 5dc9fec732 fwupd: patch in paths to tools used as runtime deps 2019-07-11 11:10:19 -04:00
Will Dietz f633bf64e9 fwupd: 1.2.3 -> 1.2.8
* use C.UTF-8 instead of en_US
* refresh sysconfdir_install patch
  * extend to vendor-directory.conf
* update sysconfdir_install patch
* update file listing
2019-07-11 11:10:19 -04:00
worldofpeace f33c9e9cfb
Merge pull request #64446 from jonasnick/clightning-0.7.1
clightning: 0.7.0 -> 0.7.1
2019-07-11 10:51:15 -04:00
Roman Kashitsyn ed056fc87e pythonPackages.sphinxcontrib_plantuml: use top-level plantuml
plantuml declared in python packages implicitly captures graphviz
python library instead of the top-level package and thus doesn't work
property after installation, trying to access
/nix/store/<hash>-python2.7-graphviz-0.10.1/bin/dot and failing to
find it.
2019-07-11 16:34:00 +02:00
Daniël de Kok a745dfac15 pythonPackages.thinc: 7.0.4 -> 7.0.6
7.0.5 and 7.0.6 contain fixes for pickle, unflatten, and threading.

https://github.com/explosion/thinc/releases/tag/v7.0.5
https://github.com/explosion/thinc/releases/tag/v7.0.6

Add myself to the list of maintainers, since I seem to be maintaining
this ;).
2019-07-11 16:33:52 +02:00
worldofpeace 63109c860f
Merge pull request #64376 from emmanuelrosa/betterlockscreen-missing-dependencies
betterlockscreen: add missing runtime dependencies
2019-07-11 10:33:24 -04:00
Emmanuel Rosa eb0332db39 betterlockscreen: add missing runtime dependencies 2019-07-11 10:33:07 -04:00
Joachim F 336bfbd40d
Merge pull request #64118 from r-ryantm/auto-update/python3.7-aiorpcx
python37Packages.aiorpcx: 0.17.0 -> 0.18.3
2019-07-11 14:07:15 +00:00
Eelco Dolstra 267c8d6b2f
fetchurl (and derived functions): Support SRI hashes
E.g.

  fetchFromGitHub {
    owner = "NixOS";
    repo = "nix";
    rev = "ad42a784690449873fccb20192bd2150da81c56d";
    hash = "sha256-ZXeadXUJMXV5lSLz6TOBeL/SSOVwQ8ywxU5AFMCnbRU=";
  }
2019-07-11 15:52:35 +02:00
worldofpeace 528a690293
Merge pull request #64600 from xrelkd/update/overmind
overmind: 2.0.1 -> 2.0.2
2019-07-11 09:15:22 -04:00
worldofpeace 86de11567c
Merge pull request #64582 from xrelkd/update/kube-router
kube-router: 0.2.5 -> 0.3.1
2019-07-11 09:11:00 -04:00
worldofpeace 7eb6b69701
Merge pull request #64623 from xrelkd/update/cargo-xbuild
cargo-xbuild: 0.5.13 -> 0.5.14
2019-07-11 08:52:51 -04:00
worldofpeace 4de9f7a241
Merge pull request #64572 from eadwu/vscode/1.36.1
vscod{e,ium}: 1.36.0 -> 1.36.1
2019-07-11 08:48:52 -04:00
worldofpeace 421b747e6a
Merge pull request #64585 from xrelkd/update/archiver
archiver: 3.0.0 -> 3.2.0
2019-07-11 08:39:45 -04:00
xrelkd 2d70cb58b2 archiver: 3.0.0 -> 3.2.0 2019-07-11 20:38:23 +08:00
worldofpeace c0a0c1ebcf
Merge pull request #64541 from bhipple/mirrors/alsa
mirrors.nix: add alsa-project.org for alsa
2019-07-11 08:37:29 -04:00
worldofpeace b9338ee86a
Merge pull request #64593 from gnidorah/mako
mako: install dbus service file
2019-07-11 08:33:52 -04:00
worldofpeace e4947358d2
Merge pull request #62661 from vanschelven/swagger-spec-validator
pythonPackages.swagger-spec-validator: init at 2.4.3
2019-07-11 08:28:36 -04:00
Klaas van Schelven a5b4ebd47f pythonPackages.swagger-spec-validator: init at 2.4.3 2019-07-11 08:26:33 -04:00
xrelkd 02c9e49eed cargo-xbuild: 0.5.13 -> 0.5.14 2019-07-11 20:08:25 +08:00
Georges Dubus ab3e932325 doc: fix stdenv.xml
A duplicated opening tag caused the linter to fail, blocking the whole
nixpkgs-unstable channel.
2019-07-11 13:46:53 +02:00
Frederik Rietdijk 48a28c399c jupyter-kernel: remove traceVal
`traceVal` is only for debugging and should not be delivered.

Partial revert of f72d7c49d5, fixes ofBorg eval.
2019-07-11 13:41:13 +02:00
Paul Myjavec 95395fbf54 saml2aws: 2.10.0 -> 2.15.0 2019-07-11 10:39:42 +02:00
Tom McLaughlin f72d7c49d5 Add optional Jupyter kernelspec options from the spec (#55989) 2019-07-11 10:29:35 +02:00
Charlie Dyson 0426ae63f8 fix: #64340 building python wheels in non-standard store 2019-07-11 10:27:28 +02:00
Will Dietz c763b8db06 radiotray-ng: 0.2.5 -> 0.2.6 2019-07-11 10:11:43 +02:00
Will Dietz dbb5c800e2 lesspipe: 1.82 -> 1.83 2019-07-11 10:11:15 +02:00
Elis Hirwing cebff2882f phpPackages.phpstan: 0.11.8 -> 0.11.12
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.9
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.10
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.11
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.12
2019-07-11 10:09:31 +02:00
xrelkd 36af740c1d cargo-xbuild: 0.5.12 -> 0.5.13 2019-07-11 10:08:39 +02:00
Matt Melling 00898f0ada pythonPackages.spacy: loosen dependency version bounds 2019-07-11 09:58:39 +02:00
Jonathan Ringer 19f841097f pythonPackages.msrest: 0.6.7 -> 0.6.8 2019-07-11 09:57:51 +02:00
xrelkd d206b3787f acpica-tools: 20190509 -> 20190703 2019-07-11 09:53:19 +02:00
taku0 126c5d0be8 flashplayer: 32.0.0.207 -> 32.0.0.223 2019-07-11 09:51:49 +02:00
Edmund Wu 7a99993771 nvidia_x11: 430.26 -> 430.34 2019-07-11 09:51:14 +02:00
xrelkd 2ad00ba35f clair: 2.0.7 -> 2.0.8 2019-07-11 09:49:09 +02:00
Jonathan Ringer 841893119d zpaq: fix version and pull from github 2019-07-11 09:48:39 +02:00