parent
4dda511ec3
commit
1f73d482d6
|
@ -136,7 +136,7 @@ in buildPythonPackage rec {
|
||||||
runHook preCheck
|
runHook preCheck
|
||||||
|
|
||||||
LANG=en_US.UTF-8 \
|
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}" \
|
BEETS_TEST_SHELL="${testShell}" \
|
||||||
BASH_COMPLETION_SCRIPT="${completion}" \
|
BASH_COMPLETION_SCRIPT="${completion}" \
|
||||||
HOME="$(mktemp -d)" \
|
HOME="$(mktemp -d)" \
|
||||||
|
@ -168,5 +168,6 @@ in buildPythonPackage rec {
|
||||||
homepage = http://beets.radbox.org;
|
homepage = http://beets.radbox.org;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ aszlig iElectric pjones ];
|
maintainers = with maintainers; [ aszlig iElectric pjones ];
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue