mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +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 = ''
|
||||
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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user