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:
parent
b098041680
commit
2c35ea0412
@ -1,6 +1,8 @@
|
||||
{ stdenv, fetchurl, python, buildPythonApplication
|
||||
# Propagated to blivet
|
||||
, useNixUdev ? true
|
||||
# Needed by NixOps
|
||||
, udevSoMajor ? null
|
||||
# Propagated dependencies
|
||||
, pkgs, urlgrabber
|
||||
}:
|
||||
|
Loading…
Reference in New Issue
Block a user