mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
Merge pull request #196059 from SuperSandro2000/ripe-atlas-tools-lib-version
ripe-atlas-tools: remove usage of lib.trivial.version which triggers …
This commit is contained in:
commit
8c0c80b213
@ -41,7 +41,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
echo "RIPE Atlas Tools [NixOS ${lib.trivial.version}] ${version}" > ripe/atlas/tools/user-agent
|
echo "RIPE Atlas Tools [NixOS ${version}" > ripe/atlas/tools/user-agent
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user