about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/uml-utilities/default.nix
blob: 4b01ad912534449acbf07501e987696ccc1baeae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{stdenv, fetchurl}:

stdenv.mkDerivation {
  name = "uml-utilities-20040114";
  builder = ./builder.sh;
  src = fetchurl {
    url = http://nix.cs.uu.nl/dist/tarballs/uml_utilities_20040114.tar.bz2;
    md5 = "1fd5b791ef32c6a3ed4ae42c4a53a316";
  };
}