mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #39713 from sephalon/pcsc-scm-scl011
pcsc-scm-scl011: clean up unpack phase
This commit is contained in:
commit
a2c94b7f5c
1 changed files with 1 additions and 2 deletions
|
@ -17,10 +17,9 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ unzip ];
|
||||
|
||||
unpackPhase = ''
|
||||
echo ${stdenv.system}
|
||||
unzip $src
|
||||
tar xf "Linux Driver Ver${version}/sclgeneric_${version}_linux_${arch}bit.tar.gz"
|
||||
cd sclgeneric_${version}_linux_${arch}bit; export sourceRoot=`pwd`
|
||||
export sourceRoot=$(readlink -e sclgeneric_${version}_linux_${arch}bit)
|
||||
'';
|
||||
|
||||
# Add support for SCL011 nPA (subsidized model for German eID)
|
||||
|
|
Loading…
Reference in a new issue