* Fixed the mount-cifs source URL (copied from the stdenv-branch).
svn path=/nixpkgs/trunk/; revision=14958
This commit is contained in:
parent
645279d544
commit
4962864417
@ -14,13 +14,10 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
# !!! should use the mount_cifs package in all-packages.nix here.
|
||||||
mountCifs = (makeStaticBinaries stdenv).mkDerivation {
|
mountCifs = (makeStaticBinaries stdenv).mkDerivation {
|
||||||
name = "mount.cifs";
|
name = "mount.cifs";
|
||||||
src = fetchurl {
|
src = mount_cifs.src;
|
||||||
name = "mount.cifs.c";
|
|
||||||
url = "http://websvn.samba.org/cgi-bin/viewcvs.cgi/*checkout*/branches/SAMBA_3_0/source/client/mount.cifs.c?rev=6103";
|
|
||||||
sha256 = "19205gd3pv8g519hlbjaw559wqgf0h2vkln9xgqaqip2h446qarp";
|
|
||||||
};
|
|
||||||
buildInputs = [nukeReferences];
|
buildInputs = [nukeReferences];
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
ensureDir $out/bin
|
ensureDir $out/bin
|
||||||
|
@ -4,9 +4,8 @@ stdenv.mkDerivation {
|
|||||||
name = "mount.cifs";
|
name = "mount.cifs";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
name = "mount.cifs.c";
|
url = http://nixos.org/tarballs/mount_cifs-20090330.c;
|
||||||
url = "http://websvn.samba.org/cgi-bin/viewcvs.cgi/*checkout*/branches/SAMBA_3_0/source/client/mount.cifs.c?rev=6103";
|
sha256 = "1d9v3qzic3d12vna8g7d1zsl1piwm20f6xhck319rbfkrdg0smnl";
|
||||||
sha256 = "19205gd3pv8g519hlbjaw559wqgf0h2vkln9xgqaqip2h446qarp";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user