Skip to content

Commit

Permalink
nixops: disable azure dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wizeman committed Dec 5, 2016
1 parent 372bb25 commit 7b9a90a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/tools/package-management/nixops/generic.nix
Expand Up @@ -30,6 +30,11 @@ python2Packages.buildPythonApplication {

doCheck = false;

preBuild = ''
rm nixops/backends/azure_*
rm nixops/resources/azure_*
'';

postInstall =
''
make -C doc/manual install nixops.1 docbookxsl=${docbook5_xsl}/xml/xsl/docbook \
Expand Down

0 comments on commit 7b9a90a

Please sign in to comment.