From faedd3e1ea33b7d7705c0f129a80e7e86fe13f1a Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 12 Dec 2020 14:30:57 +0800 Subject: [PATCH] artiq-full: fix typo/syntax --- artiq-full/extras.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-full/extras.nix b/artiq-full/extras.nix index 23597b2..9dd1493 100644 --- a/artiq-full/extras.nix +++ b/artiq-full/extras.nix @@ -17,7 +17,7 @@ let } // condaOptions); }; } // (pkgs.lib.optionalAttrs withManual { - ${name}-manual-html" = pkgs.stdenv.mkDerivation { + "${name}-manual-html" = pkgs.stdenv.mkDerivation { name = "${name}-manual-html-${version}"; inherit version src; buildInputs = (with pkgs.python3Packages; [ sphinx sphinx_rtd_theme sphinx-argparse ]) ++ [ artiq ];