Merge pull request #45349 from zimbatm/fix-nixpart0-nixops

pythonPackages.nixpart0: fix nixops deploy
This commit is contained in:
Jörg Thalheim
2018-08-20 12:25:32 +01:00
committed by GitHub
@@ -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
}: }: