beets: fix tarball evaluation by asserting isLinux
/cc #10069.
(cherry picked from commit 1f73d482d6
)
This commit is contained in:
parent
f203ea5011
commit
993b9a023c
|
@ -136,7 +136,7 @@ in buildPythonPackage rec {
|
|||
runHook preCheck
|
||||
|
||||
LANG=en_US.UTF-8 \
|
||||
LOCALE_ARCHIVE=${glibcLocales}/lib/locale/locale-archive \
|
||||
LOCALE_ARCHIVE=${assert stdenv.isLinux; glibcLocales}/lib/locale/locale-archive \
|
||||
BEETS_TEST_SHELL="${testShell}" \
|
||||
BASH_COMPLETION_SCRIPT="${completion}" \
|
||||
HOME="$(mktemp -d)" \
|
||||
|
@ -168,5 +168,6 @@ in buildPythonPackage rec {
|
|||
homepage = http://beets.radbox.org;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ aszlig iElectric pjones ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user