3
0
Fork 0
forked from mirrors/nixpkgs

unblock tarball job

nixpkgs-release-checks> Nixpkgs is not allowed to use <nixpkgs> to refer to itself.
nixpkgs-release-checks> The offending files: /nix/store/mpwvmd4mr2nx1ymw1b2r44lm34ff2vs7-source/pkgs/build-support/deterministic-uname/default.nix
This commit is contained in:
Artturin 2023-01-14 17:51:01 +02:00
parent 5c2347a3e9
commit 6694168ccd

View file

@ -38,7 +38,7 @@ substituteAll {
modDirVersion = if modDirVersion != "" then modDirVersion else "unknown";
meta = with lib; {
description = "Print certain system information (hardcoded with <nixpkgs/lib/system> values)";
description = "Print certain system information (hardcoded with lib/system values)";
longDescription = ''
This package provides a replacement for `uname` whose output depends only
on `stdenv.buildPlatform`. It is meant to be used from within derivations.