Tidy nckx-maintained packages

- Use fetchFromGitHub when possible
- Build in parallel if supported
This commit is contained in:
Tobias Geerinckx-Rice
2015-04-08 02:29:42 +02:00
parent b97435e15f
commit 1926a7aa32
5 changed files with 26 additions and 16 deletions
+2
View File
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
buildInputs = [ autoreconfHook gtk2 pcsclite pkgconfig ];
enableParallelBuilding = true;
doCheck = true;
postInstall = ''