nixpkgs/pkgs
Anders Papitto 4bcc817521 build-fhs-userenv passes through command line args
The motivation for this change is to allow things like the
following derivation, which wraps the debian-packaged
hello binary.

let nixpkgs = import <nixpkgs> {};
    stdenv = nixpkgs.stdenv;
in rec {
  dumb-hello = stdenv.mkDerivation {
    name = "dumb-hello";
    builder = ./builder.sh;
    dpkg = nixpkgs.dpkg;
    src = nixpkgs.fetchurl {
      url = "http://ftp.us.debian.org/debian/pool/main/h/hello-traditional/hello-traditional_2.9-2_amd64.deb";
      md5 = "f5f3c28b65221dae44dda6f242c23316";
    };
  };
  full-hello = nixpkgs.buildFHSUserEnv {
    name = "full-hello";
    targetPkgs = pkgs: [ dumb-hello ];
    multiPkgs = pkgs: [ pkgs.dpkg ];
    runScript = "hello";
  };
}
2015-03-09 23:44:51 -07:00
..
applications syncthing: Update to 0.10.23 2015-02-22 11:23:01 -06:00
build-support build-fhs-userenv passes through command line args 2015-03-09 23:44:51 -07:00
data add media-player-info 2015-02-21 11:39:19 -06:00
desktops update various packages to use Qt 5.4 2015-02-21 11:39:20 -06:00
development Merge pull request #6510 from offlinehacker/pkgs/libsass/add 2015-02-23 13:07:11 +01:00
games tibia: update to 10.75 2015-02-14 08:52:47 +00:00
misc hplip: update to 3.15.2 2015-02-21 20:19:21 -06:00
os-specific nvidia_x11: reintroduce libXv for nvidia-settings 2015-02-21 17:28:02 +01:00
servers cassandra 2.1.2 -> 2.1.3 2015-02-23 01:44:20 +01:00
shells Fish wants libiconv too, even though it won't admit it 2015-02-18 01:14:36 -05:00
stdenv Bootstrap tools for the upcoming new darwin stdenv (not working yet in this stdenv, but will soon) 2015-02-18 00:24:34 -05:00
test
tools ipv6calc 0.97.4 -> 0.98.0 2015-02-23 02:04:08 +01:00
top-level Merge pull request #6475 from rushmorem/marathon-fix 2015-02-23 13:09:12 +01:00