mirror of
https://github.com/NixOS/nix
synced 2025-06-30 19:57:59 +02:00
Remove unnecessary ./.version-determinate symlink
This commit is contained in:
parent
a1d27ff6d2
commit
247ec94041
3 changed files with 1 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
../../.version-determinate
|
|
|
@ -22,7 +22,7 @@ configdata = configuration_data()
|
||||||
# TODO rename, because it will conflict with downstream projects
|
# TODO rename, because it will conflict with downstream projects
|
||||||
configdata.set_quoted('PACKAGE_VERSION', meson.project_version())
|
configdata.set_quoted('PACKAGE_VERSION', meson.project_version())
|
||||||
|
|
||||||
configdata.set_quoted('DETERMINATE_NIX_VERSION', fs.read('.version-determinate').strip())
|
configdata.set_quoted('DETERMINATE_NIX_VERSION', fs.read('../../.version-determinate').strip())
|
||||||
|
|
||||||
configdata.set_quoted('SYSTEM', host_machine.cpu_family() + '-' + host_machine.system())
|
configdata.set_quoted('SYSTEM', host_machine.cpu_family() + '-' + host_machine.system())
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,6 @@ mkMesonLibrary (finalAttrs: {
|
||||||
../../.version
|
../../.version
|
||||||
./.version
|
./.version
|
||||||
../../.version-determinate
|
../../.version-determinate
|
||||||
./.version-determinate
|
|
||||||
./meson.build
|
./meson.build
|
||||||
./meson.options
|
./meson.options
|
||||||
./linux/meson.build
|
./linux/meson.build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue