mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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";
|
||||
|
||||
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;
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user