pythonPackages.nixpart0: fix nixops deploy

re-introduce the unused "udevSoMajor" variable for nixops
backward-compatibilty.

This was removed by the treewide 52f53c69ce cleanup
This commit is contained in:
zimbatm 2018-08-19 20:58:17 +01:00
parent b098041680
commit 2c35ea0412

View file

@ -1,6 +1,8 @@
{ stdenv, fetchurl, python, buildPythonApplication { stdenv, fetchurl, python, buildPythonApplication
# Propagated to blivet # Propagated to blivet
, useNixUdev ? true , useNixUdev ? true
# Needed by NixOps
, udevSoMajor ? null
# Propagated dependencies # Propagated dependencies
, pkgs, urlgrabber , pkgs, urlgrabber
}: }: