mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
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 changed files with 2 additions and 0 deletions
|
@ -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 a new issue