Merge branch 'staging'

This commit is contained in:
Vladimír Čunát
2017-03-24 21:07:55 +01:00
49 changed files with 385 additions and 204 deletions

View File

@@ -47,8 +47,9 @@ in
assert withPlugin -> builtins.elem hplipArch pluginArches
|| throw "HPLIP plugin not supported on ${stdenv.system}";
pythonPackages.mkPythonDerivation {
pythonPackages.buildPythonApplication {
inherit name src;
format = "other";
buildInputs = [
libjpeg