commit
6745a568e7
@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ jcumming ];
|
maintainers = with maintainers; [ jcumming ];
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ] ;
|
platforms = [ "x86_64-linux" "i686-linux" ] ;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -74,5 +74,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://curl.haxx.se/";
|
homepage = "http://curl.haxx.se/";
|
||||||
description = "A command line tool for transferring files with URL syntax";
|
description = "A command line tool for transferring files with URL syntax";
|
||||||
platforms = with stdenv.lib.platforms; allBut darwin;
|
platforms = with stdenv.lib.platforms; allBut darwin;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user