forked from mirrors/nixpkgs
Revert "Merge pull request #4693 from flosse/hplip-update"
This reverts commit1b064645ed
, reversing changes made to14cef95e84
. As discussed in the comments to the aforementioned pull request, while the new version supports many new printer models, many components of the driver are broken because of some corner cases in the Python wrapper. In particular, the loader for the binary binary driver needed by many middle- and high-end printers is broken, negating most of the value in updating!
This commit is contained in:
parent
87419c016f
commit
ac696769af
|
@ -5,16 +5,16 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "hplip-3.14.10";
|
||||
name = "hplip-3.14.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/hplip/${name}.tar.gz";
|
||||
sha256 = "164mm30yb61psk5j4ziybxdd310y09fixgl09hmb59ny261wvcqi";
|
||||
sha256 = "1j8h44f8igl95wqypj4rk9awcw513hlps980jmcnkx60xghc4l6f";
|
||||
};
|
||||
|
||||
plugin = fetchurl {
|
||||
url = "http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/${name}-plugin.run";
|
||||
sha256 = "10cvgy1h84fwh7xpw4x6cbkpisqbn3nbcqrgd9xz5fc6mn0b95dk";
|
||||
sha256 = "0k1vpmy7babbm3c5v4dcbhq0jgyr8as722nylfs8zx0dy7kr8874";
|
||||
};
|
||||
|
||||
hplip_state = ./hplip.state;
|
||||
|
|
Loading…
Reference in a new issue