1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #23140 from leenaars/hexio

hexio: unstable -> 1.0-RC1
This commit is contained in:
Jörg Thalheim 2017-02-26 09:17:47 +01:00 committed by GitHub
commit 7b8a3b16b1

View file

@ -1,18 +1,19 @@
{ stdenv, fetchFromGitHub, fetchurl, python, pcsclite, pth, glibc }:
{ stdenv, fetchFromGitHub, fetchurl, python, pcsclite, pth }:
stdenv.mkDerivation rec {
pname = "hexio";
name = "${pname}-${version}";
version = "201605";
version = "1.0-RC1";
src = fetchFromGitHub {
sha256 = "08jxkdi0gjsi8s793f9kdlad0a58a0xpsaayrsnpn9bpmm5cgihq";
rev = "f6f963bd0fcd2808977e0ad82dcb3100691cdd7c";
rev = "version-${version}";
owner = "vanrein";
repo = "hexio";
};
buildInputs = [ python pcsclite pth glibc ];
propagatedBuildInputs = [ python ];
buildInputs = [ pcsclite pth ];
patchPhase = ''
substituteInPlace Makefile \