mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
ripe-atlas-tools: remove usage of lib.trivial.version which triggers unecessary rebuilds
This commit is contained in:
parent
ac181c2752
commit
e11fa65783
@ -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