Set meta.platforms

'nix-serve' in nixpkgs expects the nix package to set this.
This commit is contained in:
Eelco Dolstra 2022-05-30 13:35:28 +02:00
parent 6378f0bb32
commit 948515efb7
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -380,6 +380,7 @@
postUnpack = "sourceRoot=$sourceRoot/perl";
};
meta.platforms = systems;
};
lowdown-nix = with final; currentStdenv.mkDerivation rec {