Moving the library nixpkgs file/attribute names from 'opensc-dnie' to 'libopensc-dnie'

svn path=/nixpkgs/trunk/; revision=19451
This commit is contained in:
Lluís Batlle i Rossell 2010-01-14 23:21:46 +00:00
parent f29068a1de
commit 2ef0816647
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ zlib}:
assert opensc.name == "opensc-0.11.7";
stdenv.mkDerivation rec {
name = "opensc-dnie-1.4.6-2";
name = "libopensc-dnie-1.4.6-2";
src = if (stdenv.system == "i686-linux") then (fetchurl {
url = http://www.dnielectronico.es/descargas/PKCS11_para_Sistemas_Unix/1.4.6.Ubuntu_Jaunty_32/Ubuntu_Jaunty_opensc-dnie_1.4.6-2_i386.deb.tar;

View File

@ -4383,7 +4383,7 @@ let
pkgconfig;
};
opensc_dnie = import ../development/libraries/opensc-dnie {
libopensc_dnie = import ../development/libraries/libopensc-dnie {
inherit fetchurl stdenv patchelf writeScript openssl openct
libtool pcsclite zlib;
inherit (gtkLibs) glib;