stellarium: fix version
This commit is contained in:
parent
7bc5f9bb51
commit
73698c7c06
1 changed files with 3 additions and 1 deletions
|
@ -70,7 +70,9 @@ stdenv.mkDerivation rec {
|
|||
qtwayland
|
||||
];
|
||||
|
||||
preConfigure = lib.optionalString stdenv.isDarwin ''
|
||||
preConfigure = ''
|
||||
export SOURCE_DATE_EPOCH=$(date -d 20${lib.versions.major version}0101 +%s)
|
||||
'' + lib.optionalString stdenv.isDarwin ''
|
||||
export LC_ALL=en_US.UTF-8
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue