haskell-rfc5051: update to version 0.1.0.3
This commit is contained in:
parent
7b0326d32a
commit
514a095b7b
@ -1,13 +1,11 @@
|
|||||||
{ cabal, glibcLocales }:
|
{ cabal }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "rfc5051";
|
pname = "rfc5051";
|
||||||
version = "0.1.0.2";
|
version = "0.1.0.3";
|
||||||
sha256 = "0j009h78gw92bl61g0js6xkah76lb6gm0lv55z2sw6gxm4a1ygml";
|
sha256 = "0av4c3qvwbkbzrjrrg601ay9pds7wscqqp2lc2z78mv2lllap3g3";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
preConfigure = "export LANG=en_US.UTF-8"
|
|
||||||
+ self.stdenv.lib.optionalString self.stdenv.isLinux " LOCALE_ARCHIVE=${glibcLocales}/lib/locale/locale-archive";
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simple unicode collation as per RFC5051";
|
description = "Simple unicode collation as per RFC5051";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user