summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2019-06-17 19:03:43 +0200
committerLéo Gaspard <leo@gaspard.io>2019-06-17 19:03:43 +0200
commite04856a1739a189b6758cc4a0127831b3af02bab (patch)
tree4914e4c6d5ff72be1746602fab83548dc9e88256 /doc
parentb7d2f37680080b6dd0b835af7d3bb8a6292fc430 (diff)
downloadnixpkgs-e04856a1739a189b6758cc4a0127831b3af02bab.tar
nixpkgs-e04856a1739a189b6758cc4a0127831b3af02bab.tar.gz
nixpkgs-e04856a1739a189b6758cc4a0127831b3af02bab.tar.bz2
nixpkgs-e04856a1739a189b6758cc4a0127831b3af02bab.tar.lz
nixpkgs-e04856a1739a189b6758cc4a0127831b3af02bab.tar.xz
nixpkgs-e04856a1739a189b6758cc4a0127831b3af02bab.tar.zst
nixpkgs-e04856a1739a189b6758cc4a0127831b3af02bab.zip
docs: document that nix will not support derivations in meta
That's sad, but… https://github.com/NixOS/nix/issues/2532
Diffstat (limited to 'doc')
-rw-r--r--doc/meta.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/meta.xml b/doc/meta.xml
index ccbc812a862..20cd4f455b5 100644
--- a/doc/meta.xml
+++ b/doc/meta.xml
@@ -272,11 +272,9 @@ meta.platforms = stdenv.lib.platforms.linux;
       <para>
        This attribute is special in that it is not actually under the
        <literal>meta</literal> attribute set but rather under the
-       <literal>passthru</literal> attribute set. This is due to a current
-       limitation of Nix, and will change as soon as Nixpkgs will be able to
-       depend on a new enough version of Nix. See
-       <link xlink:href="https://github.com/NixOS/nix/issues/2532">the relevant
-       issue</link> for more details.
+       <literal>passthru</literal> attribute set. This is due to how
+       <literal>meta</literal> attributes work, and the fact that they
+       are supposed to contain only metadata, not derivations.
       </para>
      </warning>
      <para>