mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +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
|
{ 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
|
||||||
}:
|
}:
|
||||||
|
|
Loading…
Reference in a new issue