Fixing a Marc's url that pointed to his local filesystem.
There are still things to improve in that package (description?) I'm trying to get hydra evaluate nixpkgs. svn path=/nixpkgs/trunk/; revision=21163
This commit is contained in:
parent
57f647c255
commit
f431b2ac38
@ -2,15 +2,13 @@ args: with args;
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "usb-modeswitch-1.1.1";
|
name = "usb-modeswitch-1.1.2";
|
||||||
|
|
||||||
src = /tmp/marc/usb-modeswitch-1.1.1.tar.bz2;
|
src =
|
||||||
/*
|
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url =
|
url = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-1.1.2.tar.bz2";
|
||||||
sha256 = "0f7da588yvb1d3l3gk5m0hrqlhg8m4gw93aip3dwkmnawz9r0qca";
|
sha256 = "1wzhd0r49nh5y43qrvsi3c7a29206zwd6v8xlpb8dqm40xg3j9nz";
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
|
|
||||||
# make clean: we always build from source. It should be necessary on x86_64 only
|
# make clean: we always build from source. It should be necessary on x86_64 only
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user