Revert "pcsclite: fix URL for debian move to gitlab"
This reverts commit c256347ceea6c0434fd755e8c8fb5f6a7df620d6 on staging. The issue was fixed on master in #41790 (aa18847e004293a0bc7239d9e6d22922dc51d690) Closes #41869
This commit is contained in:
parent
3320b5d1c1
commit
2ed34da4ce
@ -1,16 +1,15 @@
|
|||||||
{ stdenv, fetchFromGitLab, pkgconfig, udev, dbus_libs, perl, python2
|
{ stdenv, fetchurl, pkgconfig, udev, dbus_libs, perl, python2
|
||||||
, IOKit ? null }:
|
, IOKit ? null }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pcsclite-${version}";
|
name = "pcsclite-${version}";
|
||||||
version = "1.8.23";
|
version = "1.8.23";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchurl {
|
||||||
domain = "salsa.debian.org";
|
# This URL changes in unpredictable ways, so it is not sensible
|
||||||
owner = "debian";
|
# to put a version variable in there.
|
||||||
repo = "pcsc-lite";
|
url = "https://alioth.debian.org/frs/download.php/file/4235/pcsc-lite-1.8.23.tar.bz2";
|
||||||
rev = "upstream%2F${version}";
|
sha256 = "1jc9ws5ra6v3plwraqixin0w0wfxj64drahrbkyrrwzghqjjc9ss";
|
||||||
sha256 = "09b7a79hjkgiyvhyvwf8gpxaf8b7wd0342hx6zrpd269hhfbjvwy";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./no-dropdir-literals.patch ];
|
patches = [ ./no-dropdir-literals.patch ];
|
||||||
@ -37,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Middleware to access a smart card using SCard API (PC/SC)";
|
description = "Middleware to access a smart card using SCard API (PC/SC)";
|
||||||
homepage = https://salsa.debian.org/debian/pcsc-lite;
|
homepage = http://pcsclite.alioth.debian.org/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ viric wkennington ];
|
maintainers = with maintainers; [ viric wkennington ];
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user