1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Added iso-codes package

svn path=/nixpkgs/trunk/; revision=15116
This commit is contained in:
Sander van der Burg 2009-04-17 14:58:26 +00:00
parent 047f6d20d5
commit 006c5d5120

View file

@ -3274,6 +3274,10 @@ let
perl perlXMLParser;
};
isocodes = import ../development/libraries/iso-codes {
inherit stdenv fetchurl gettext python;
};
jasper = import ../development/libraries/jasper {
inherit fetchurl stdenv unzip xlibs libjpeg;
};