all-packages: Use callPackage where possible

This commit is contained in:
Mathnerd314
2015-09-14 22:27:19 -06:00
parent 7fb1c7efcf
commit eb7404d97a
64 changed files with 409 additions and 726 deletions

View File

@@ -1,5 +1,5 @@
a :
let
a @ { libjpeg, pkgconfig, zlib, directfb, xproto, ... } :
let
s = import ./src-for-default.nix;
buildInputs = with a; [
directfb zlib libjpeg pkgconfig xproto
@@ -14,13 +14,13 @@ rec {
/* doConfigure should be removed if not needed */
phaseNames = ["doConfigure" "doMakeInstall"];
meta = {
description = "DirectFB VNC client";
maintainers = [
a.lib.maintainers.raskin
];
platforms = with a.lib.platforms;
platforms = with a.lib.platforms;
linux;
};
}

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ... } @ args:
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "3.10.87";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ... } @ args:
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "3.12.47";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ... } @ args:
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "3.14.51";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ... } @ args:
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "3.18.21";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ... } @ args:
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.1.6";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ... } @ args:
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.2";

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ... } @ args:
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
let

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, ... } @ args:
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.2-rc5";