Moving the library nixpkgs file/attribute names from 'opensc-dnie' to 'libopensc-dnie'
svn path=/nixpkgs/trunk/; revision=19451
This commit is contained in:
parent
f29068a1de
commit
2ef0816647
@ -5,7 +5,7 @@ zlib}:
|
|||||||
assert opensc.name == "opensc-0.11.7";
|
assert opensc.name == "opensc-0.11.7";
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
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 {
|
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;
|
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;
|
@ -4383,7 +4383,7 @@ let
|
|||||||
pkgconfig;
|
pkgconfig;
|
||||||
};
|
};
|
||||||
|
|
||||||
opensc_dnie = import ../development/libraries/opensc-dnie {
|
libopensc_dnie = import ../development/libraries/libopensc-dnie {
|
||||||
inherit fetchurl stdenv patchelf writeScript openssl openct
|
inherit fetchurl stdenv patchelf writeScript openssl openct
|
||||||
libtool pcsclite zlib;
|
libtool pcsclite zlib;
|
||||||
inherit (gtkLibs) glib;
|
inherit (gtkLibs) glib;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user