3
0
Fork 0
forked from mirrors/nixpkgs

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
# Propagated to blivet
, useNixUdev ? true
# Needed by NixOps
, udevSoMajor ? null
# Propagated dependencies
, pkgs, urlgrabber
}: